Interface TopologyChangeOutput

All Superinterfaces:
Serializable
All Known Subinterfaces:
CreateOutput, CreateStatus, DeleteOutput, DeleteStatus, ExecuteOutput, GracefulTopologyModificationOutput, UpdateOutput

public interface TopologyChangeOutput extends Serializable
  • Method Details

    • getInputToRealIdMap

      IdsMap getInputToRealIdMap()
    • getChangeStatistics

      ChangeStatistics getChangeStatistics()
      retrieves the actual statistics of the change as done in UCMDB.
      Returns:
      ChangeStatistics that holds collection of added ids, list of updated ids, list of removed ids and ignore information.