Class PDFTemplateValidationResponseDTO

java.lang.Object
de.aeb.xnsg.documentcore.bf.PDFTemplateValidationResponseDTO

public class PDFTemplateValidationResponseDTO extends Object
The return information that contains the conversion problems of a PDF-XFA template (if it should be converted to Classic PDF)
  • Field Details

    • state

      public String state
      The state of the business facade call:
      • SUCCESS - everything is fine
      • TEMPLATE_MISSING - template PDF is unknown to the server (if content was empty)
      • VALIDATION_PROBLEMS - the validation found some problems, see validationProblems or validationProblemInfos for more information
      length of the state: 20
    • validationProblems

      public String[] validationProblems
      The conversion problems as array of lines (legacy interface)
    • validationProblemInfos

      public PDFTemplateValidationProblemInfoDTO[] validationProblemInfos
      The conversion problems as array of structured information (problem description, element path, LCD hint)
  • Constructor Details

    • PDFTemplateValidationResponseDTO

      public PDFTemplateValidationResponseDTO()