Interface AffectedTopology


public interface AffectedTopology
The graph of CIs and Relations that would be affected by the proposed change.
Since:
8.0
  • Method Details

    • getAllCIs

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

      Map<UcmdbId,AffectedCI> getAllCIsAsMap()
      Returns the CIs in this result as a map from ID to CI.
      See Also:
    • getCI

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

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

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

      boolean isShowingAllAffectedTopology()
    • setShowingAllAffectedTopology

      void setShowingAllAffectedTopology(boolean showingAllAffectedTopology)