Package de.aeb.xnsg.docservice.bf
Class CreateDocumentResponseDTO
java.lang.Object
de.aeb.xnsg.foundation.bf.AbstractResponseDTO
de.aeb.xnsg.docservice.bf.CreateDocumentResponseDTO
Contains the created document and accompanying information.
-
Field Summary
FieldsModifier and TypeFieldDescriptionjakarta.activation.DataHandler
The content of the result document file as stream/byte array.The unique documentId for a stored document.Resulting template page name to page range mappings.The processing traces and problems as array of structured information (type, description, element path).Date to which this document is at least stored in the document store.The result state of the document processing: SUCCESS - everything is fine (theprocessingInfos
can contain traces) TEMPLATE_MISSING - the document template is unknown to the server, retry when the template is available TEMPLATE_TEMPLATE_VERSION_MISMATCH - the document template does not have the desired external tag PROCESSING_PROBLEMS - there were some problems during the processing, seeprocessingInfos
for more information DOCUMENT_NOT_FOUND - the referenced document to update has not been found DOCUMENT_LOCKED - the document to be updated is locked by a user or other process and cannot be updated. DOCUMENT_EXPIRED - the document to be updated has expired.Fields inherited from class de.aeb.xnsg.foundation.bf.AbstractResponseDTO
EMPTY_MANDATORY_FIELD, hasErrors, hasOnlyRetryableErrors, hasWarnings, I18N_WARNING, INTERNAL_SERVER_ERROR, INVALID_DATA_ERROR, INVALID_DATA_WARNING, LOCK_ERROR, messages
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
state
The result state of the document processing:- SUCCESS - everything is fine (the
processingInfos
can contain traces) - TEMPLATE_MISSING - the document template is unknown to the server, retry when the template is available
- TEMPLATE_TEMPLATE_VERSION_MISMATCH - the document template does not have the desired external tag
- PROCESSING_PROBLEMS - there were some problems during the processing, see
processingInfos
for more information - DOCUMENT_NOT_FOUND - the referenced document to update has not been found
- DOCUMENT_LOCKED - the document to be updated is locked by a user or other process and cannot be updated.
- DOCUMENT_EXPIRED - the document to be updated has expired.
- See Also:
- SUCCESS - everything is fine (the
-
documentContent
public jakarta.activation.DataHandler documentContentThe content of the result document file as stream/byte array. The content depends on the applied processor and the processing options and parameters (format etc.). -
pageNumberMappings
Resulting template page name to page range mappings. -
processingInfos
The processing traces and problems as array of structured information (type, description, element path). -
documentId
The unique documentId for a stored document. It is used to retrieve the document again at a later time. -
retentionTimestamp
Date to which this document is at least stored in the document store. The format of this value is YYYY-MM-DD HH:MM:SS (in UTC time).
-
-
Constructor Details
-
CreateDocumentResponseDTO
public CreateDocumentResponseDTO()
-