Package com.hp.ucmdb.api.topology
Interface CreateStatus
- All Superinterfaces:
CreateOutput
,Serializable
,TopologyChangeOutput
Interface defines the result of of a
TopologyUpdateService.createGracefully(TopologyModificationData, CreateGracefullyMode)
operation.
Since that operation fails gracefully without throwing exceptions, this status describes the output and the CIs and relations that
failed to create.- Since:
- 9.0.3
-
Method Summary
Modifier and TypeMethodDescriptionRetrieves the list of failures.boolean
Methods inherited from interface com.hp.ucmdb.api.topology.TopologyChangeOutput
getChangeStatistics, getInputToRealIdMap
-
Method Details
-
isSuccessful
boolean isSuccessful() -
getFailureList
List<TopologyModificationFailure> getFailureList()Retrieves the list of failures. Empty list is returned if creation is successful.
-