Package de.aeb.xnsg.docservice.bf
Class CreateDocumentRequestDTO
java.lang.Object
de.aeb.xnsg.foundation.bf.AbstractRequestDTO
de.aeb.xnsg.docservice.bf.CreateDocumentRequestDTO
- Direct Known Subclasses:
PrepareDocumentRequestDTO
Parameters for a single document creation.
-
Field Summary
FieldsModifier and TypeFieldDescriptionDocument processing options (format, page settings, etc.).Document storage options (reference-id, name, keys, additional formats etc.).Job processing options (timeout, tracing, etc.)jakarta.activation.DataHandlerThe raw JSON data to fill in the template with.Options to define that the created document has to be stored in the engine for a certain amount of time.The template to be used.If set totruethe values of document data (xmlData/jsonData) will be translated.jakarta.activation.DataHandlerThe raw XML data to fill in the template with.Fields inherited from class de.aeb.xnsg.foundation.bf.AbstractRequestDTO
clientIdentCode, clientSystemId, resultLanguageIsoCodes, userName -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
template
The template to be used. -
stagedDocumentOptions
Options to define that the created document has to be stored in the engine for a certain amount of time. -
xmlData
public jakarta.activation.DataHandler xmlDataThe raw XML data to fill in the template with. -
jsonData
public jakarta.activation.DataHandler jsonDataThe raw JSON data to fill in the template with. Will only be used ifxmlDatais not filled. -
translateDataRequired
If set totruethe values of document data (xmlData/jsonData) will be translated. In that case it is necessary to set theDocumentProcessingOptionsDTO.documentLocale, too.
How the placeholder in the document data are translated depends on the document processor and the referenced document template. -
documentProcessingOptions
Document processing options (format, page settings, etc.). -
jobProcessingOptions
Job processing options (timeout, tracing, etc.) -
documentStorageOptions
Document storage options (reference-id, name, keys, additional formats etc.).
-
-
Constructor Details
-
CreateDocumentRequestDTO
public CreateDocumentRequestDTO()
-