com.hp.ucmdb.api.topology
Interface Graph

All Known Subinterfaces:
LiveTopology, Topology

public interface Graph

Since:
8.0

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

Method Detail

getAllCIs

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


getAllCIsAsMap

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

See Also:
getAllCIs()

getCI

TopologyCI getCI(UcmdbId id)
Returns the CI with the specified ID.


getRelation

TopologyRelation getRelation(UcmdbId ucmdbId)
Returns the Relation with the specified ID.


getAllRelations

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


getAllRelationsAsMap

java.util.Map<UcmdbId,TopologyRelation> getAllRelationsAsMap()
Returns all relations in this graph as a map from ID to relation.



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