Uses of Class
org.xiruss.repository.server.CompoundDocumentBase

Packages that use CompoundDocumentBase
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. 
 

Uses of CompoundDocumentBase in org.xiruss.repository.server
 

Subclasses of CompoundDocumentBase in org.xiruss.repository.server
 class StorageObjectBase
          Implements the base methods for storage objects.
 

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

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

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

Subclasses of CompoundDocumentBase in org.xiruss.repository.server.storagemanagement.specializations
 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.