Package de.aeb.xnsg.dl.bf
Class DLDocumentScopeDTO
java.lang.Object
de.aeb.xnsg.dl.bf.DLDocumentScopeDTO
DTO specifying the scope of documents to be processed.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringConstant for the document scope 'all'.static final StringConstant for the document scope 'none'.static final StringConstant for the document scope 'remaining'.static final StringConstant for the document scope 'request'.static final StringConstant for the document scope 'shipment only'.The scope of documents to be processed (prepared or printed). -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
DOCUMENT_SCOPE_NONE
Constant for the document scope 'none'.- See Also:
-
DOCUMENT_SCOPE_ALL
Constant for the document scope 'all'.- See Also:
-
DOCUMENT_SCOPE_REMAINING
Constant for the document scope 'remaining'.- See Also:
-
DOCUMENT_SCOPE_REQUEST
Constant for the document scope 'request'.- See Also:
-
DOCUMENT_SCOPE_SHIPMENTONLY
Constant for the document scope 'shipment only'.- See Also:
-
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()
-