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

Packages that use Organizer
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 Organizer in org.xiruss.repository.common
 

Methods in org.xiruss.repository.common with parameters of type Organizer
 void StringReportRepositoryVisitor.visitOrganizer(Organizer ver)
           
 void HtmlReportRepositoryVisitor.visitOrganizer(Organizer ver)
           
 

Uses of Organizer in org.xiruss.repository.server
 

Classes in org.xiruss.repository.server that implement Organizer
 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.
 

Uses of Organizer in org.xiruss.snapcm.api
 

Methods in org.xiruss.snapcm.api with parameters of type Organizer
 void RepositoryVisitor.visitOrganizer(Organizer ver)
           
 

Uses of Organizer in org.xiruss.xirussrepository.client
 

Classes in org.xiruss.xirussrepository.client that implement Organizer
 class OrganizerProxy