Uses of Class
org.xiruss.repository.common.RepositoryObjectMapCommonImpl

Packages that use RepositoryObjectMapCommonImpl
org.xiruss.repository.common Holds implementation classes usable by both clients and servers. 
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 RepositoryObjectMapCommonImpl in org.xiruss.repository.common
 

Subclasses of RepositoryObjectMapCommonImpl in org.xiruss.repository.common
 class RepositoryObjectMapImpl
          Superclass for specialized repository object maps.
 class ResourceMapImpl
          Map of Resources to IDs
 class SnapshotMapImpl
          Mapping of IDs to Snapshots
 class VersionByResourceMapImpl
          Map of versions by Resource.
 class VersionMapImpl
          HashMap of versions by version ID.
 

Uses of RepositoryObjectMapCommonImpl in org.xiruss.xirussrepository.client
 

Subclasses of RepositoryObjectMapCommonImpl in org.xiruss.xirussrepository.client
 class VersionByResourceMapClient
          Client-side implementation that allows us to instantiate the map using only object IDs rather than fetching the resources for each version.
 class VersionMapClient
          Client-side implementation that allows us to instantiate the map using only object IDs rather than fetching the resources for each version.