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

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

Subclasses of VersionMapImpl in org.xiruss.repository.common
 class VersionByResourceMapImpl
          Map of versions by Resource.
 

Uses of VersionMapImpl in org.xiruss.xirussrepository.client
 

Subclasses of VersionMapImpl 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.