Uses of Package
org.xiruss.repository.server

Packages that use org.xiruss.repository.server
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.client.importers.xml Provides classes for supporting the import of generic XML documents as well as XSD schemas and XSLT style sheets. 
org.xiruss.repository.multiuser.api Defines APIs for multi-user repositories. 
org.xiruss.repository.multiuser.server Server-side implementation classes for multi-user server objects. 
org.xiruss.repository.multiuserschema_aware API for schema-aware repositories. 
org.xiruss.repository.schema_aware Server-side base implementation of a multi-user, schema-aware repository. 
org.xiruss.repository.server Implementation classes for the core server-side objects that make up a SnapCM repository. 
org.xiruss.repository.server.linkmanagement Server-side base implementations of the link-management-specific interfaces. 
org.xiruss.repository.server.reuse_support Contains classes that support the management of use-by-reference relationships among versions. 
org.xiruss.repository.server.schema_aware Server-side base implementation of the schema-aware repository classes. 
org.xiruss.repository.server.storagemanagement Contains classes that manage the storage of Versions that are storage objects (that is, they contain data and act like files). 
org.xiruss.repository.server.storagemanagement.specializations Defines specializations of StorageObject that understand the details of specific kinds of data. 
org.xiruss.snapcm Defines the SnapCM API. 
org.xiruss.xirussrepository.server Implementation of the XirussRepository API. 
 

Classes in org.xiruss.repository.server used by org.xiruss.repository.client.importers.linkmanagement
DependencyLinkBase
          Represents a version-to-resource link.
RepositoryObjectBase
          Superclass for all SnapCM Repository objects.
VersionBase
          A SnapCM version.
 

Classes in org.xiruss.repository.server used by org.xiruss.repository.client.importers.xml
DependencyLinkBase
          Represents a version-to-resource link.
RepositoryObjectBase
          Superclass for all SnapCM Repository objects.
 

Classes in org.xiruss.repository.server used by org.xiruss.repository.multiuser.api
RepositoryObjectBase
          Superclass for all SnapCM Repository objects.
 

Classes in org.xiruss.repository.server used by org.xiruss.repository.multiuser.server
RepositoryBase
          Superclass for SnapCM repositories.
RepositoryObjectBase
          Superclass for all SnapCM Repository objects.
 

Classes in org.xiruss.repository.server used by org.xiruss.repository.multiuserschema_aware
RepositoryBase
          Superclass for SnapCM repositories.
 

Classes in org.xiruss.repository.server used by org.xiruss.repository.schema_aware
RepositoryBase
          Superclass for SnapCM repositories.
 

Classes in org.xiruss.repository.server used by org.xiruss.repository.server
CompoundDocumentBase
          A version that may represent a compound document defined through use-by-reference relationships to other versions.
DependencyLinkBase
          Represents a version-to-resource link.
RepositoryObjectBase
          Superclass for all SnapCM Repository objects.
ResolutionPolicyBase
           
SnapshotBase
          Implements the access-only methods for snapshots.
VersionBase
          A SnapCM version.
 

Classes in org.xiruss.repository.server used by org.xiruss.repository.server.linkmanagement
DependencyLinkBase
          Represents a version-to-resource link.
RepositoryObjectBase
          Superclass for all SnapCM Repository objects.
 

Classes in org.xiruss.repository.server used by org.xiruss.repository.server.reuse_support
CompoundDocumentBase
          A version that may represent a compound document defined through use-by-reference relationships to other versions.
DependencyLinkBase
          Represents a version-to-resource link.
RepositoryObjectBase
          Superclass for all SnapCM Repository objects.
StorageObjectBase
          Implements the base methods for storage objects.
VersionBase
          A SnapCM version.
 

Classes in org.xiruss.repository.server used by org.xiruss.repository.server.schema_aware
DependencyLinkBase
          Represents a version-to-resource link.
RepositoryObjectBase
          Superclass for all SnapCM Repository objects.
 

Classes in org.xiruss.repository.server used by org.xiruss.repository.server.storagemanagement
RepositoryObjectBase
          Superclass for all SnapCM Repository objects.
 

Classes in org.xiruss.repository.server used by org.xiruss.repository.server.storagemanagement.specializations
CompoundDocumentBase
          A version that may represent a compound document defined through use-by-reference relationships to other versions.
RepositoryObjectBase
          Superclass for all SnapCM Repository objects.
StorageObjectBase
          Implements the base methods for storage objects.
VersionBase
          A SnapCM version.
 

Classes in org.xiruss.repository.server used by org.xiruss.snapcm
RepositoryObjectBase
          Superclass for all SnapCM Repository objects.
ResolutionPolicyBase
           
 

Classes in org.xiruss.repository.server used by org.xiruss.xirussrepository.server
RepositoryBase
          Superclass for SnapCM repositories.