Class ParseDocumentTemplateContentResponseDTO

java.lang.Object
de.aeb.xnsg.foundation.bf.AbstractResponseDTO
de.aeb.xnsg.docservice.bf.ParseDocumentTemplateContentResponseDTO

public class ParseDocumentTemplateContentResponseDTO extends AbstractResponseDTO
Contains the generated result and accompanying information.
  • Field Details

    • state

      public String state
      The result state of the template 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_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.
      See Also:
    • content

      public jakarta.activation.DataHandler content
      The content of the resulting data as byte array. The concrete data type and format depends on the processor and the query parameters.
    • processingInfos

      public DocumentProcessingInfoDTO[] processingInfos
      The processing traces and problems as array of structured information (type, description, element path).
  • Constructor Details

    • ParseDocumentTemplateContentResponseDTO

      public ParseDocumentTemplateContentResponseDTO()