org.xiruss.snapcm.api.helpers
Interface ResourceMap

All Superinterfaces:
java.util.Map, RepositoryObjectMapCommon
All Known Implementing Classes:
NullResourceMap, ResourceMapImpl

public interface ResourceMap
extends RepositoryObjectMapCommon

Map of Resource objects by object ID


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

put

void put(Resource resource)

get

Resource get(java.lang.String key)