Package de.aeb.xnsg.docservice.bf
Class GetPrintRequestsResponseDTO
java.lang.Object
de.aeb.xnsg.foundation.bf.AbstractResponseDTO
de.aeb.xnsg.docservice.bf.GetPrintRequestsResponseDTO
-
Field Summary
FieldsModifier and TypeFieldDescriptionList of requests in the print queueIf the queue is stopped due to an error state of a print request it contains the reason of the error.
If this message is filled no print request is processed till the error is fixed.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
-
queueStoppedMessage
If the queue is stopped due to an error state of a print request it contains the reason of the error.
If this message is filled no print request is processed till the error is fixed. -
printRequests
List of requests in the print queue
-
-
Constructor Details
-
GetPrintRequestsResponseDTO
public GetPrintRequestsResponseDTO()
-