Package com.hp.ucmdb.api.topology
Interface TopologyChangeOutput
- All Superinterfaces:
 Serializable
- All Known Subinterfaces:
 CreateOutput,CreateStatus,DeleteOutput,DeleteStatus,ExecuteOutput,GracefulTopologyModificationOutput,UpdateOutput
- 
Method Summary
Modifier and TypeMethodDescriptionretrieves the actual statistics of the change as done in UCMDB. 
- 
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.
 
 
 -