|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TopologyObjectImpl | |
---|---|
com.ibm.adt.topology.provider.impl |
Uses of TopologyObjectImpl in com.ibm.adt.topology.provider.impl |
---|
Methods in com.ibm.adt.topology.provider.impl that return TopologyObjectImpl | |
---|---|
protected TopologyObjectImpl |
TopologyProviderImpl.createTopologyObject(java.lang.String internalId,
java.lang.String displayName,
TopologyObjectType objectType)
Helper method that creates a TopologyObject instance and caches it in the TopologyProvider and TopologyObjectType caches (if caching is enabled). |
TopologyObjectImpl |
TopologyProviderImpl.getObjectByInternalId(java.lang.String internalId)
Helper method that returns the TopologyObjectImpl instance associated with the specified internalId. |
TopologyObjectImpl |
TopologyProviderImpl.getObjectByUniqueId(java.lang.String uniqueId)
Helper method that returns the TopologyObjectImpl instance associated with the specified uniqueId. |
TopologyObjectImpl[] |
TopologyProviderImpl.getObjectsByTopologyObjectType(TopologyObjectType type)
Helper method that returns the cached TopologyObjectImpl objects of the specified public type. |
Methods in com.ibm.adt.topology.provider.impl with parameters of type TopologyObjectImpl | |
---|---|
protected void |
TopologyObjectImpl.cacheRelatedObject(TopologyObjectImpl object,
RelationshipMetaInfo relationship)
Helper method to cache the related TopologyObject using the specified relationship. |
void |
TopologyProviderImpl.cacheRelatedObjects(TopologyObjectImpl sourceObject,
TopologyObjectImpl targetObject,
RelationshipMetaInfo relationship)
Helper method that binds together related TopologyObject instances using the specified relationship. |
protected void |
TopologyProviderImpl.cacheTopologyObject(TopologyObjectImpl to)
Helper method that caches a TopologyObject to the TopologyProvider and TopologyObjectType caches if caching is enabled. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |