Class PDFTemplateDTO

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

public class PDFTemplateDTO extends Object
This DTO can be used to reference or transfer PDF templates to the engine. A template must only be transferred once to the server and can subsequently just be referenced with the filename and hashvalue.
  • Field Details

    • filename

      public String filename
      The relative file name of the PDF template in the file system (without path). This name, together with the hashvalue, uniquely identifies a template. length: 250
    • hashvalue

      public String hashvalue
      The unique hash value for each PDF template. length: 30
    • content

      public jakarta.activation.DataHandler content
      Contains optionally the content of the PDF template. The content of a template with a certain filename and hashvalue must only be transmitted once to the engine. If the engine needs the content but this field was null, the return value of the called BF methode will indicate this.
  • Constructor Details

    • PDFTemplateDTO

      public PDFTemplateDTO()