wt.epm.structure
Class AssociatedObjects.AssociationCache
java.lang.Object
wt.epm.structure.AssociatedObjects.AssociationCache
- Enclosing class:
- AssociatedObjects
- protected static class AssociatedObjects.AssociationCache
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
epmCache
private Map epmCache
wtCache
private Map wtCache
AssociatedObjects.AssociationCache
public AssociatedObjects.AssociationCache()
contains
public boolean contains(ObjectIdentifier objectId,
int associationType)
get
public List get(ObjectIdentifier objectId,
int associationType)
add
public void add(ObjectIdentifier objectId,
int associationType,
List collection)
add
public void add(ObjectIdentifier objectId,
AssociatedObjects.Association association)
getCache
private Map getCache(int associationType)