wt.epm.structure
Class AssociatedObjects.AssociationCache

java.lang.Object
  extended bywt.epm.structure.AssociatedObjects.AssociationCache
Enclosing class:
AssociatedObjects

protected static class AssociatedObjects.AssociationCache
extends Object


Field Summary
private  Map epmCache
           
private  Map wtCache
           
 
Constructor Summary
AssociatedObjects.AssociationCache()
           
 
Method Summary
 void add(ObjectIdentifier objectId, AssociatedObjects.Association association)
           
 void add(ObjectIdentifier objectId, int associationType, List collection)
           
 boolean contains(ObjectIdentifier objectId, int associationType)
           
 List get(ObjectIdentifier objectId, int associationType)
           
private  Map getCache(int associationType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

epmCache

private Map epmCache

wtCache

private Map wtCache
Constructor Detail

AssociatedObjects.AssociationCache

public AssociatedObjects.AssociationCache()
Method Detail

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)