Class GetCreateClientFromTemplateStatusResponseDTO
java.lang.Object
de.aeb.xnsg.foundation.bf.AbstractResponseDTO
de.aeb.xnsg.foundation.bf.provisioning.GetCreateClientFromTemplateStatusResponseDTO
Status of an ongoing or completed client duplication process started by
IInternalProvisioningBF.createClientFromTemplate(CreateClientFromTemplateRequestDTO)-
Field Summary
FieldsModifier and TypeFieldDescriptionThe description of the current stage of the duplication in the first requested language.static final StringError code that indicates the duplication process failed.static final StringError code that indicates warnings in the duplication process.intThe progress of the duplication from0to100.Fields inherited from class de.aeb.xnsg.foundation.bf.AbstractResponseDTO
EMPTY_MANDATORY_FIELD, hasErrors, hasOnlyRetryableErrors, hasWarnings, I18N_WARNING, INTERNAL_SERVER_ERROR, INVALID_DATA_ERROR, INVALID_DATA_WARNING, LOCK_ERROR, messages -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
DUPLICATION_PROCESS_ERROR
Error code that indicates the duplication process failed. See message text for error details.- See Also:
-
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 progressThe progress of the duplication from0to100. A value of100means the duplication has finished completely. A value of-1means the duplication failed. For error details seeAbstractResponseDTO.messages -
description
The description of the current stage of the duplication in the first requested language.
-
-
Constructor Details
-
GetCreateClientFromTemplateStatusResponseDTO
public GetCreateClientFromTemplateStatusResponseDTO()
-