com.hp.ucmdb.api.impact
Interface AffectedTopology


public interface AffectedTopology

The graph of CIs and Relations that would be affected by the proposed change.

Since:
8.0

Method Summary
 java.util.Collection<AffectedCI> getAllCIs()
          Returns the collection of all CIs in this graph.
 java.util.Map<UcmdbId,AffectedCI> getAllCIsAsMap()
          Returns the CIs in this result as a map from ID to CI.
 java.util.Collection<AffectedRelation> getAllRelations()
          Returns the collection of all relations in this graph.
 java.util.Map<UcmdbId,AffectedRelation> getAllRelationsAsMap()
          Returns the relations in this graph as a map from ID to Relation.
 AffectedCI getCI(UcmdbId id)
          Returns the CI having the specified ID.
 

Method Detail

getAllCIs

java.util.Collection<AffectedCI> getAllCIs()
Returns the collection of all CIs in this graph.


getAllCIsAsMap

java.util.Map<UcmdbId,AffectedCI> getAllCIsAsMap()
Returns the CIs in this result as a map from ID to CI.

See Also:
getAllCIs()

getCI

AffectedCI getCI(UcmdbId id)
Returns the CI having the specified ID.


getAllRelations

java.util.Collection<AffectedRelation> getAllRelations()
Returns the collection of all relations in this graph.


getAllRelationsAsMap

java.util.Map<UcmdbId,AffectedRelation> getAllRelationsAsMap()
Returns the relations in this graph as a map from ID to Relation.



Documentation Feedback
Copyright 2010 Hewlett-Packard Development Company, L.P.