Interface CreateStatus

All Superinterfaces:
CreateOutput, Serializable, TopologyChangeOutput

public interface CreateStatus extends CreateOutput
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 Details

    • isSuccessful

      boolean isSuccessful()
    • getFailureList

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