Class GetCreateClientFromTemplateStatusResponseDTO

java.lang.Object
de.aeb.xnsg.foundation.bf.AbstractResponseDTO
de.aeb.xnsg.foundation.bf.provisioning.GetCreateClientFromTemplateStatusResponseDTO

public class GetCreateClientFromTemplateStatusResponseDTO extends AbstractResponseDTO
Status of an ongoing or completed client duplication process started by IInternalProvisioningBF.createClientFromTemplate(CreateClientFromTemplateRequestDTO)
  • Field Details

    • DUPLICATION_PROCESS_ERROR

      public static final String DUPLICATION_PROCESS_ERROR
      Error code that indicates the duplication process failed. See message text for error details.
      See Also:
    • DUPLICATION_PROCESS_WARNING

      public static final String DUPLICATION_PROCESS_WARNING
      Error code that indicates warnings in the duplication process. See message text for details.
      For example, errors in after-duplication-tasks produce these warnings.
      See Also:
    • progress

      public int progress
      The progress of the duplication from 0 to 100. A value of 100 means the duplication has finished completely. A value of -1 means the duplication failed. For error details see AbstractResponseDTO.messages
    • description

      public String description
      The description of the current stage of the duplication in the first requested language.
  • Constructor Details

    • GetCreateClientFromTemplateStatusResponseDTO

      public GetCreateClientFromTemplateStatusResponseDTO()