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

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

Uses of RepositoryObjectBase in org.xiruss.repository.client.importers.linkmanagement
 

Subclasses of RepositoryObjectBase in org.xiruss.repository.client.importers.linkmanagement
 class ReferentTrackingDocument
          Represents documents that act as indirectors to reference targets.
 class ReferentTrackingLinkDependency
          Represents a referent tracking link dependency from a non-RTD document to an RTD document.
 

Uses of RepositoryObjectBase in org.xiruss.repository.client.importers.xml
 

Subclasses of RepositoryObjectBase in org.xiruss.repository.client.importers.xml
 class GovernedByDependency
          Represents dependencies between XML documents and the schemas that govern them.
 

Uses of RepositoryObjectBase in org.xiruss.repository.multiuser.api
 

Subclasses of RepositoryObjectBase in org.xiruss.repository.multiuser.api
 class NullSession
           
 

Uses of RepositoryObjectBase in org.xiruss.repository.multiuser.server
 

Subclasses of RepositoryObjectBase in org.xiruss.repository.multiuser.server
 class SessionBase
           
 class UserBase
          Represents a user of the system.
 

Uses of RepositoryObjectBase in org.xiruss.repository.server
 

Subclasses of RepositoryObjectBase in org.xiruss.repository.server
 class BranchBase
          A linear sequence of snapshots
 class CompoundDocumentBase
          A version that may represent a compound document defined through use-by-reference relationships to other versions.
 class DependencyLinkBase
          Represents a version-to-resource link.
 class MutableSnapshotBase
          A snapshot that can have its various version lists modified until it is committed.
 class OnSnapShotResolutionPolicyBase
          Resolution policy that resolves to the latest version visible on the current snapshot, if any.
 class OrganizedByDependency
          Represents relationships between Organizers and the things they directly organize, such as the relationship between "directories" and "files".
 class OrganizedByDependencyBase
          Represents relationships between Organizers and the things they directly organize, such as the relationship between "directories" and "files".
 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 ResolutionPolicyBase
           
 class ResourceBase
          A SnapCM resource representing a set of versions.
 class SnapshotBase
          Implements the access-only methods for snapshots.
 class SpecificVersionResolutionPolicyBase
          A resolution policy that resolves to a specific, invariant, version.
 class StorageObjectBase
          Implements the base methods for storage objects.
 class VersionBase
          A SnapCM version.
 

Uses of RepositoryObjectBase in org.xiruss.repository.server.linkmanagement
 

Subclasses of RepositoryObjectBase in org.xiruss.repository.server.linkmanagement
 class ReferentTrackingLinkDependencyBase
          Represents a referent tracking link dependency from a non-RTD document to an RTD document.
 

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

Subclasses of RepositoryObjectBase in org.xiruss.repository.server.reuse_support
 class CompoundDocumentStorageObject
          Represents a storage object that is also the root of a compound document.
 class UseByReferenceDependency
          Represents a use-by-reference dependency from one document to another.
 class UseByReferenceDependencyBase
          Represents a use-by-reference dependency from one document to another.
 

Uses of RepositoryObjectBase in org.xiruss.repository.server.schema_aware
 

Subclasses of RepositoryObjectBase in org.xiruss.repository.server.schema_aware
 class GovernedByDependencyBase
          Represents dependencies between XML documents and the schemas that govern them.
 

Uses of RepositoryObjectBase in org.xiruss.repository.server.storagemanagement
 

Subclasses of RepositoryObjectBase in org.xiruss.repository.server.storagemanagement
 class FileStorageManager
          A storage manager that manages files.
 class InMemoryStorageManager
           
 class StorageManagerBase
          Manages a collection of storage objects.
 

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

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

Uses of RepositoryObjectBase in org.xiruss.snapcm
 

Subclasses of RepositoryObjectBase in org.xiruss.snapcm
(package private)  class MyResolutionPolicy