Class DLDocumentScopeDTO

java.lang.Object
de.aeb.xnsg.dl.bf.DLDocumentScopeDTO

public class DLDocumentScopeDTO extends Object
DTO specifying the scope of documents to be processed.
  • Field Details

    • DOCUMENT_SCOPE_NONE

      public static final String DOCUMENT_SCOPE_NONE
      Constant for the document scope 'none'.
      See Also:
    • DOCUMENT_SCOPE_ALL

      public static final String DOCUMENT_SCOPE_ALL
      Constant for the document scope 'all'.
      See Also:
    • DOCUMENT_SCOPE_REMAINING

      public static final String DOCUMENT_SCOPE_REMAINING
      Constant for the document scope 'remaining'.
      See Also:
    • DOCUMENT_SCOPE_REQUEST

      public static final String DOCUMENT_SCOPE_REQUEST
      Constant for the document scope 'request'.
      See Also:
    • DOCUMENT_SCOPE_SHIPMENTONLY

      public static final String DOCUMENT_SCOPE_SHIPMENTONLY
      Constant for the document scope 'shipment only'.
      See Also:
    • scope

      public String scope

      The scope of documents to be processed (prepared or printed). Valid values are:

    • NONE No documents. This is also the default, when scope is left empty.
    • ALL All documents including the already processed ones.
    • REMAINING Only the remaining, not yet processed documents.
    • REQUEST Only documents for the packages included in the request.
    • SHIPMENTONLY No documents are processed. The shipment is prepared for document processing.


      length=20

  • Constructor Details

    • DLDocumentScopeDTO

      public DLDocumentScopeDTO()