Uses of Interface
org.xiruss.snapcm.api.helpers.RepositoryObjectMap

Packages that use RepositoryObjectMap
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.helpers Defines types that are not part of the core SnapCM data model but that make working with SnapCM objects more convenient. 
 

Uses of RepositoryObjectMap in org.xiruss.repository.common
 

Classes in org.xiruss.repository.common that implement RepositoryObjectMap
 class RepositoryObjectMapImpl
          Superclass for specialized repository object maps.
 

Constructors in org.xiruss.repository.common with parameters of type RepositoryObjectMap
RepositoryObjectMapImpl(RepositoryObjectMap objectsById)
           
 

Uses of RepositoryObjectMap in org.xiruss.repository.server
 

Fields in org.xiruss.repository.server declared as RepositoryObjectMap
protected  RepositoryObjectMap RepositoryBase.objectsById
           
protected  RepositoryObjectMap RepositoryBase.usersById
           
 

Uses of RepositoryObjectMap in org.xiruss.snapcm.api.helpers
 

Classes in org.xiruss.snapcm.api.helpers that implement RepositoryObjectMap
 class NullRepositoryObjectMap