org.xiruss.snapcm.api.helpers
Interface RepositoryObjectMap

All Superinterfaces:
java.util.Map, RepositoryObjectMapCommon
All Known Implementing Classes:
NullRepositoryObjectMap, RepositoryObjectMapImpl

public interface RepositoryObjectMap
extends RepositoryObjectMapCommon

A generic map of repository objects of any type by object ID.


Nested Class Summary
 
Nested classes/interfaces inherited from interface java.util.Map
java.util.Map.Entry<K,V>
 
Method Summary
 RepositoryObject get(java.lang.String objectId)
           
 
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
 

Method Detail

get

RepositoryObject get(java.lang.String objectId)