Package de.aeb.xnsg.dl.bf
Class DLDocumentOutputModeDTO
java.lang.Object
de.aeb.xnsg.dl.bf.DLDocumentOutputModeDTO
DTO specifying the output mode for documents.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringConstant for the document output mode 'none'.static final StringConstant for the document output mode 'print'.static final StringConstant for the document output mode 'return'.Only relevant for mode RETURN.Only relevant for mode RETURN.The output mode for the documents. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
DOCUMENT_OUTPUT_MODE_PRINT
Constant for the document output mode 'print'.- See Also:
-
DOCUMENT_OUTPUT_MODE_RETURN
Constant for the document output mode 'return'. Requires, that the process mode is 'EXTENDED'.- See Also:
-
DOCUMENT_OUTPUT_MODE_NONE
Constant for the document output mode 'none'.- See Also:
-
mode
The output mode for the documents. Valid values are:
- PRINT The documents will be automatically printed on the client system. A print job agent has to be installed and activated there.
- RETURN The print data of the documents will be returned to the client system to be printed there. This is also the default when mode is left empty.
- NONE No documents will be returned or printed.
length=15
-
includeDocumentId
Only relevant for mode RETURN. Controls, if the document ID (field
DLDocumentDTO.documentId) should be filled. Defaults to "false". -
includeContent
Only relevant for mode RETURN. Controls, if the document content (field
DLDocumentDTO.content) should be filled. Use this setting if you only need reference data of the documents but not the actual content. Defaults to "true".
-
-
Constructor Details
-
DLDocumentOutputModeDTO
public DLDocumentOutputModeDTO()
-