Class DocumentTemplate


public class DocumentTemplate extends ContentTemplate
Template that can be used to initialize a document definition.
Since:
6.0
Author:
O. Kerpershoek
  • Constructor Details

    • DocumentTemplate

      protected DocumentTemplate(ComposerTemplate composer, String name)
      Constructs the template with the name of the document.
      Parameters:
      name - The name of the document.
    • DocumentTemplate

      protected DocumentTemplate(ComposerTemplate composer, String name, com.aquima.interactions.foundation.report.IInitializationReport report)
  • Method Details

    • toDocumentDS

      public com.aquima.interactions.composer.ds.IDocumentDS toDocumentDS()
      This method converts the template to a data source that can be used to initialize a document definition.
      Returns:
      a data source that can be used to initialize a document definition.