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

Packages that use StorageObjectBase
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 StorageObjectBase in org.xiruss.repository.server.reuse_support
 

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

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

Subclasses of StorageObjectBase 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.