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

Packages that use VersionBase
org.xiruss.repository.client.importers.linkmanagement Classes that support the creation of "referent tracking documents" used to manage element-to-element links via the SnapCM dependency mechanism. 
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 VersionBase in org.xiruss.repository.client.importers.linkmanagement
 

Subclasses of VersionBase in org.xiruss.repository.client.importers.linkmanagement
 class ReferentTrackingDocument
          Represents documents that act as indirectors to reference targets.
 

Uses of VersionBase in org.xiruss.repository.server
 

Subclasses of VersionBase in org.xiruss.repository.server
 class CompoundDocumentBase
          A version that may represent a compound document defined through use-by-reference relationships to other versions.
 class OrganizerBase
          A version whose only purpose is to organize groups of other versions for some purpose, such as providing hierarchical containers or enabling management of arbitrary sets of versions.
 class StorageObjectBase
          Implements the base methods for storage objects.
 

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

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

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

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