Class ValidateDocumentTemplateResponseDTO


  • public class ValidateDocumentTemplateResponseDTO
    extends Object
    Information on format or syntactic problems in a document template.
    • Field Detail

      • state

        public String state
        The result state of the validation:
        • SUCCESS - everything is fine
        • TEMPLATE_MISSING - template PDF is unknown to the server (if content was empty), retry with the template data
        • VALIDATION_PROBLEMS - the validation found some problems, see validationInfos for more information
        length of the state: 20
      • validationInfos

        public DocumentValidationInfoDTO[] validationInfos
        The validation problems as array of structured information (problem description, element path, correction hint)
    • Constructor Detail

      • ValidateDocumentTemplateResponseDTO

        public ValidateDocumentTemplateResponseDTO()