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

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

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

Subclasses of DependencyLinkBase in org.xiruss.repository.client.importers.linkmanagement
 class ReferentTrackingLinkDependency
          Represents a referent tracking link dependency from a non-RTD document to an RTD document.
 

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

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

Uses of DependencyLinkBase in org.xiruss.repository.server
 

Subclasses of DependencyLinkBase in org.xiruss.repository.server
 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".
 

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

Subclasses of DependencyLinkBase 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 DependencyLinkBase in org.xiruss.repository.server.reuse_support
 

Subclasses of DependencyLinkBase in org.xiruss.repository.server.reuse_support
 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 DependencyLinkBase in org.xiruss.repository.server.schema_aware
 

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