Interface DeleteStatus

All Superinterfaces:
DeleteOutput, Serializable, TopologyChangeOutput

public interface DeleteStatus extends DeleteOutput
Interface defines the result of of a TopologyUpdateService.deleteGracefully(TopologyModificationData) operation. Since that operation fails gracefully without throwing exceptions, this status describes the output and the CIs and relations that failed to delete.
Since:
9.0.3
  • Method Details

    • isSuccessful

      boolean isSuccessful()
    • getFailureList

      Retrieves the list of failures. Empty list is returned if deletion is successful.