public interface AffectedTopology
Modifier and Type | Method and Description |
---|---|
Collection<AffectedCI> |
getAllCIs()
Returns the collection of all CIs in this graph.
|
Map<UcmdbId,AffectedCI> |
getAllCIsAsMap()
Returns the CIs in this result as a map from ID to CI.
|
Collection<AffectedRelation> |
getAllRelations()
Returns the collection of all relations in this graph.
|
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.
|
boolean |
isShowingAllAffectedTopology() |
void |
setShowingAllAffectedTopology(boolean showingAllAffectedTopology) |
Collection<AffectedCI> getAllCIs()
Map<UcmdbId,AffectedCI> getAllCIsAsMap()
getAllCIs()
AffectedCI getCI(UcmdbId id)
Collection<AffectedRelation> getAllRelations()
Map<UcmdbId,AffectedRelation> getAllRelationsAsMap()
boolean isShowingAllAffectedTopology()
void setShowingAllAffectedTopology(boolean showingAllAffectedTopology)
Documentation Feedback
Copyright 2011 - 2018 Micro Focus or one of its affiliates.