Package de.aeb.xnsg.docservice.bf
Class GetPrintRequestsRequestDTO
java.lang.Object
de.aeb.xnsg.foundation.bf.AbstractRequestDTO
de.aeb.xnsg.docservice.bf.GetPrintRequestsRequestDTO
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Maximal number of returned requestsIftrue
(default value), only pending or failed/blocking requests are returned.If filled, only the print requests that were created strictly after the given time are returned.
The format of this value is YYYY-MM-DD HH:MM:SS (in UTC time).The unique identifier of the workstation (must be unique within the same client) for which the print request was created.Fields inherited from class de.aeb.xnsg.foundation.bf.AbstractRequestDTO
clientIdentCode, clientSystemId, resultLanguageIsoCodes, userName
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
MAX_RESULTS
public static final int MAX_RESULTSMaximal number of returned requests- See Also:
-
onlyActive
Iftrue
(default value), only pending or failed/blocking requests are returned. -
requestedAtAfter
If filled, only the print requests that were created strictly after the given time are returned.
The format of this value is YYYY-MM-DD HH:MM:SS (in UTC time). -
workstationId
The unique identifier of the workstation (must be unique within the same client) for which the print request was created.
-
-
Constructor Details
-
GetPrintRequestsRequestDTO
public GetPrintRequestsRequestDTO()
-