org.xiruss.xirussrepository.client
Class VersionMapClient

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap
          extended by org.xiruss.repository.common.RepositoryObjectMapCommonImpl
              extended by org.xiruss.repository.common.VersionMapImpl
                  extended by org.xiruss.xirussrepository.client.VersionMapClient
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.util.Map, RepositoryObjectMapCommon, VersionMap

public class VersionMapClient
extends VersionMapImpl
implements VersionMap

Client-side implementation that allows us to instantiate the map using only object IDs rather than fetching the resources for each version. FIXME: This obvious optimization hasn't been implemented yet.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface java.util.Map
java.util.Map.Entry<K,V>
 
Constructor Summary
VersionMapClient(XirussHttpApiClientHelper helper)
           
 
Method Summary
 
Methods inherited from class org.xiruss.repository.common.VersionMapImpl
get, put, remove
 
Methods inherited from class org.xiruss.repository.common.RepositoryObjectMapCommonImpl
getKeyIterator, getValueIterator, put, remove
 
Methods inherited from class java.util.HashMap
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.xiruss.snapcm.api.helpers.VersionMap
get, put, remove
 
Methods inherited from interface org.xiruss.snapcm.api.helpers.RepositoryObjectMapCommon
getKeyIterator, getValueIterator, put, remove
 
Methods inherited from interface java.util.Map
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values
 

Constructor Detail

VersionMapClient

public VersionMapClient(XirussHttpApiClientHelper helper)