|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RelationshipMetaInfo | |
---|---|
com.ibm.adt.topology | |
com.ibm.adt.topology.object | |
com.ibm.adt.topology.object.relationship | |
com.ibm.adt.topology.provider | |
com.ibm.adt.topology.provider.impl |
Uses of RelationshipMetaInfo in com.ibm.adt.topology |
---|
Methods in com.ibm.adt.topology that return RelationshipMetaInfo | |
---|---|
static RelationshipMetaInfo[] |
TopologyServiceFactory.getRegisteredRelationships(java.lang.String objectTypeNamespace)
Returns the registered relationships applicable for the given namespace. |
RelationshipMetaInfo[] |
TopologyService.getRelationshipsMetaInfo(java.lang.String relationshipKey)
Get all defined relationships from all registered providers that correspond to specified relationshipKey. |
Uses of RelationshipMetaInfo in com.ibm.adt.topology.object |
---|
Methods in com.ibm.adt.topology.object that return RelationshipMetaInfo | |
---|---|
RelationshipMetaInfo[] |
TopologyObject.getRelationshipsMetaInfo()
|
RelationshipMetaInfo[] |
TopologyObject.getRelationshipsMetaInfo(java.lang.String relationshipKey)
|
Methods in com.ibm.adt.topology.object with parameters of type RelationshipMetaInfo | |
---|---|
TopologyObject[] |
TopologyObject.getRelatedObjects(RelationshipMetaInfo relationship)
|
TopologyObject[] |
TopologyObject.getRelatedObjects(RelationshipMetaInfo[] relationships)
|
TopologyObject[] |
TopologyObject.getRelatedObjects(RelationshipMetaInfo[] relationships,
TopologyService serviceContext)
|
TopologyObject[] |
TopologyObject.getRelatedObjects(RelationshipMetaInfo relationship,
TopologyService serviceContext)
|
TopologyObject[] |
TopologyObjectCorrelator.getRelatedObjects(TopologyObject sourceObject,
RelationshipMetaInfo relationship)
Get related objects without a service context. |
TopologyObject[] |
TopologyObjectCorrelator.getRelatedObjects(TopologyObject sourceObject,
RelationshipMetaInfo relationship,
TopologyService serviceContext)
Get related objects within the specified service context. |
Uses of RelationshipMetaInfo in com.ibm.adt.topology.object.relationship |
---|
Methods in com.ibm.adt.topology.object.relationship that return RelationshipMetaInfo | |
---|---|
static RelationshipMetaInfo |
RelationshipMetaInfo.getRelationshipInstance(RelationshipMetaInfo relationship,
boolean isOutbound)
Creates an instance of the specified RelationshipMetaInfo object with the polarity specified by isOutbound. |
Methods in com.ibm.adt.topology.object.relationship with parameters of type RelationshipMetaInfo | |
---|---|
static RelationshipMetaInfo |
RelationshipMetaInfo.getRelationshipInstance(RelationshipMetaInfo relationship,
boolean isOutbound)
Creates an instance of the specified RelationshipMetaInfo object with the polarity specified by isOutbound. |
Uses of RelationshipMetaInfo in com.ibm.adt.topology.provider |
---|
Methods in com.ibm.adt.topology.provider that return RelationshipMetaInfo | |
---|---|
RelationshipMetaInfo[] |
TopologyProvider.getRelationshipsMetaInfo(java.lang.String relationshipKey)
Get all defined relationships that correspond to specified relationshipKey. |
Uses of RelationshipMetaInfo in com.ibm.adt.topology.provider.impl |
---|
Methods in com.ibm.adt.topology.provider.impl that return RelationshipMetaInfo | |
---|---|
RelationshipMetaInfo |
TopologyProviderImpl.getRelationshipByUniqueId(java.lang.String uniqueId)
Helper method that returns the RelationshipMetaInfo instance associated with the specified uniqueId. |
(package private) RelationshipMetaInfo[] |
TopologyObjectTypeImpl.getRelationshipsMetaInfo()
|
RelationshipMetaInfo[] |
TopologyObjectImpl.getRelationshipsMetaInfo()
|
RelationshipMetaInfo[] |
TopologyProviderImpl.getRelationshipsMetaInfo(java.lang.String sourceRelationshipKey)
|
(package private) RelationshipMetaInfo[] |
TopologyObjectTypeImpl.getRelationshipsMetaInfo(java.lang.String targetRelationshipKey)
|
RelationshipMetaInfo[] |
TopologyObjectImpl.getRelationshipsMetaInfo(java.lang.String relationshipKey)
|
Methods in com.ibm.adt.topology.provider.impl with parameters of type RelationshipMetaInfo | |
---|---|
protected void |
TopologyProviderImpl.addRelationship(RelationshipMetaInfo relationship)
Helper method that registers the specified relationship for this provider. |
(package private) void |
TopologyObjectTypeImpl.addRelationshipMetaInfo(RelationshipMetaInfo metaInfo)
|
protected void |
TopologyObjectImpl.cacheRelatedObject(TopologyObjectImpl object,
RelationshipMetaInfo relationship)
Helper method to cache the related TopologyObject using the specified relationship. |
protected void |
TopologyProviderImpl.cacheRelatedObject(TopologyObject sourceObject,
TopologyObject targetObject,
RelationshipMetaInfo relationship)
Deprecated. replaced by TopologyProviderImpl.cacheRelatedObjects(TopologyObjectImpl, TopologyObjectImpl, RelationshipMetaInfo) |
void |
TopologyProviderImpl.cacheRelatedObjects(TopologyObjectImpl sourceObject,
TopologyObjectImpl targetObject,
RelationshipMetaInfo relationship)
Helper method that binds together related TopologyObject instances using the specified relationship. |
protected TopologyObject[] |
TopologyObjectImpl.getCachedRelatedObjects(RelationshipMetaInfo relationship)
Helper methid to retreive the cached related TopologyObjects for the specified relationship. |
TopologyObject[] |
TopologyObjectImpl.getRelatedObjects(RelationshipMetaInfo relationship)
|
TopologyObject[] |
TopologyObjectImpl.getRelatedObjects(RelationshipMetaInfo[] relationships)
|
TopologyObject[] |
TopologyObjectImpl.getRelatedObjects(RelationshipMetaInfo[] relationships,
TopologyService serviceContext)
|
TopologyObject[] |
TopologyObjectImpl.getRelatedObjects(RelationshipMetaInfo relationship,
TopologyService serviceContext)
|
(package private) boolean |
TopologyObjectTypeImpl.isRelationshipMetaInfoValid(RelationshipMetaInfo metaInfo)
|
protected boolean |
TopologyObjectImpl.relatedObjectsCached(RelationshipMetaInfo relationship)
Helper method to test the "objects cached" indicator for the specified relationship. |
protected void |
TopologyObjectImpl.setRelatedObjectsCached(RelationshipMetaInfo relationship)
Helper method to set the "objects cached" indicator for the specified relationship. |
protected void |
TopologyObjectImpl.validateRelationship(RelationshipMetaInfo relationship)
Helper method that validates the RelationshipMetaInfo instance. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |