Package com.hp.ucmdb.api.topology
Interface LiveTopology
Topology with version that allows to track changes in the query result
-
Method Summary
Modifier and TypeMethodDescriptionThe version of this topology.boolean
Returns true when the topology is calculated, false when it's not calculated yet.Methods inherited from interface com.hp.ucmdb.api.topology.Graph
getAllRelationsAsMap
Methods inherited from interface com.hp.ucmdb.api.topology.Topology
getAllCIs, getAllCIsAsMap, getAllRelations, getCI, getCIsByName, getCIsByNameAsMap, getContainingNodes, getContainingNodesMap, getNextChunk, getRelation, getRelationsByName, getRelationsByNameAsMap, hasNextChunk, isEmpty, makeThreadSafe, querySupportsHasChanges
-
Method Details
-
getQueryResultVersion
QueryResultVersion getQueryResultVersion()The version of this topology.- Specified by:
getQueryResultVersion
in interfaceTopology
- Returns:
- the version of this topology.
-
isCalculated
boolean isCalculated()Returns true when the topology is calculated, false when it's not calculated yet.- Returns:
- true when the topology is calculated, false when it's not calculated yet
- Since:
- 9.03
-