Class GetPrintRequestsRequestDTO

java.lang.Object
de.aeb.xnsg.foundation.bf.AbstractRequestDTO
de.aeb.xnsg.docservice.bf.GetPrintRequestsRequestDTO

public class GetPrintRequestsRequestDTO extends AbstractRequestDTO
  • Field Details

    • MAX_RESULTS

      public static final int MAX_RESULTS
      Maximal number of returned requests
      See Also:
    • onlyActive

      public Boolean onlyActive
      If true (default value), only pending or failed/blocking requests are returned.
    • requestedAtAfter

      public String 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

      public String 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()