Uses of Interface
org.xiruss.snapcm.api.OrganizedByDependency

Packages that use OrganizedByDependency
org.xiruss.repository.common Holds implementation classes usable by both clients and servers. 
org.xiruss.repository.server Implementation classes for the core server-side objects that make up a SnapCM repository. 
org.xiruss.snapcm.api Defines the SnapCM API as a set of interfaces and exception types. 
org.xiruss.xirussrepository.client This package provides client-side proxies that implement all the relevant Repository and XirussRepository APIs and manage all communication with the HTTP Xiruss Repository API (provided by the JettyXirussHttpApiRunner class. 
 

Uses of OrganizedByDependency in org.xiruss.repository.common
 

Methods in org.xiruss.repository.common with parameters of type OrganizedByDependency
 void StringReportRepositoryVisitor.visitOrganizedByDependency(OrganizedByDependency link)
           
 void HtmlReportRepositoryVisitor.visitOrganizedByDependency(OrganizedByDependency link)
           
 

Uses of OrganizedByDependency in org.xiruss.repository.server
 

Classes in org.xiruss.repository.server that implement OrganizedByDependency
 class OrganizedByDependencyBase
          Represents relationships between Organizers and the things they directly organize, such as the relationship between "directories" and "files".
 

Uses of OrganizedByDependency in org.xiruss.snapcm.api
 

Methods in org.xiruss.snapcm.api with parameters of type OrganizedByDependency
 void RepositoryVisitor.visitOrganizedByDependency(OrganizedByDependency link)
           
 

Uses of OrganizedByDependency in org.xiruss.xirussrepository.client
 

Classes in org.xiruss.xirussrepository.client that implement OrganizedByDependency
 class OrganizedByDependencyProxy