Package com.hp.ucmdb.api.topology
Interface GracefulTopologyModificationOutput
- All Superinterfaces:
 Serializable,TopologyChangeOutput
Specifies the result of the graceful topology update
- Since:
 - UCMDB 10.1
 
- 
Method Summary
Modifier and TypeMethodDescriptionReturns a list of failures or an empty list (in case of success)booleanReturn true if the topology update was successful; false otherwiseMethods inherited from interface com.hp.ucmdb.api.topology.TopologyChangeOutput
getChangeStatistics, getInputToRealIdMap 
- 
Method Details
- 
isSuccessFul
boolean isSuccessFul()Return true if the topology update was successful; false otherwise- Returns:
 - true if the topology update was successful; false otherwise
 
 - 
getFailures
List<TopologyModificationFailure> getFailures()Returns a list of failures or an empty list (in case of success)- Returns:
 - a list of failures; an empty list (in case of success)
 
 
 -