Uses of Interface
org.xiruss.repository.api.CompoundDocument

Packages that use CompoundDocument
org.xiruss.repository.api Defines the repository-level interfaces common to clients and servers. 
org.xiruss.repository.common Holds implementation classes usable by both clients and servers. 
org.xiruss.repository.server Implementation classes for the core server-side objects that make up a SnapCM repository. 
org.xiruss.repository.server.reuse_support Contains classes that support the management of use-by-reference relationships among versions. 
org.xiruss.repository.server.storagemanagement.specializations Defines specializations of StorageObject that understand the details of specific kinds of data. 
org.xiruss.snapcm.api Defines the SnapCM API as a set of interfaces and exception types. 
org.xiruss.xirussrepository.client This package provides client-side proxies that implement all the relevant Repository and XirussRepository APIs and manage all communication with the HTTP Xiruss Repository API (provided by the JettyXirussHttpApiRunner class. 
 

Uses of CompoundDocument in org.xiruss.repository.api
 

Subinterfaces of CompoundDocument in org.xiruss.repository.api
 interface XmlStorageObject
          Represents XML documents.
 

Uses of CompoundDocument in org.xiruss.repository.common
 

Methods in org.xiruss.repository.common with parameters of type CompoundDocument
 void StringReportRepositoryVisitor.visitCompoundDocument(CompoundDocument ver)
           
 void HtmlReportRepositoryVisitor.visitCompoundDocument(CompoundDocument ver)
           
 

Uses of CompoundDocument in org.xiruss.repository.server
 

Classes in org.xiruss.repository.server that implement CompoundDocument
 class CompoundDocumentBase
          A version that may represent a compound document defined through use-by-reference relationships to other versions.
 class StorageObjectBase
          Implements the base methods for storage objects.
 

Uses of CompoundDocument in org.xiruss.repository.server.reuse_support
 

Classes in org.xiruss.repository.server.reuse_support that implement CompoundDocument
 class CompoundDocumentStorageObject
          Represents a storage object that is also the root of a compound document.
 

Uses of CompoundDocument in org.xiruss.repository.server.storagemanagement.specializations
 

Classes in org.xiruss.repository.server.storagemanagement.specializations that implement CompoundDocument
 class TextStorageObjectBase
          Represents storage objects that are interpreted as sequences of characters in some character encoding, as opposed to binary objects, such as bitmapped graphics.
 class XmlStorageObjectBase
          Represents XML documents.
 

Uses of CompoundDocument in org.xiruss.snapcm.api
 

Methods in org.xiruss.snapcm.api with parameters of type CompoundDocument
 void RepositoryVisitor.visitCompoundDocument(CompoundDocument ver)
           
 

Uses of CompoundDocument in org.xiruss.xirussrepository.client
 

Classes in org.xiruss.xirussrepository.client that implement CompoundDocument
 class CompoundDocumentStorageObjectProxy
           
 class XmlStorageObjectProxy