wt.epm.clients.relateditems
Class RelatedItemsProcessor.ObjectInfoCache
java.lang.Object
wt.epm.clients.relateditems.RelatedItemsProcessor.ObjectInfoCache
- Enclosing class:
- RelatedItemsProcessor
- protected static class RelatedItemsProcessor.ObjectInfoCache
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
cache
private Map cache
RelatedItemsProcessor.ObjectInfoCache
protected RelatedItemsProcessor.ObjectInfoCache()
add
public void add(Collection objects,
RelatedItemsSelector.IncludeType includeType)
- Adds the objects in the given collection to the cache.
add
public void add(RelatedItemsProcessor.ObjectGroup group)
- Adds the objects in the given group to the cache.
addAll
public void addAll(List groups)
- Adds the objects from all of the given groups to the cache.
get
public RelatedObjectInfo get(Persistable object)
- Gets the information stored in the cache about the object.
getAll
public List getAll()
add
private void add(Collection objects,
String lineage)
add
private void add(Persistable object,
String lineage)