Interface FormatTemplateChannel

All Superinterfaces:
Comparable<StoreElement>, StoreElement, Workflowable

public interface FormatTemplateChannel extends StoreElement
Definition of a container for channel specifica of a FormatTemplate.
Since:
3.0
  • Field Details

  • Method Details

    • getTemplateSet

      TemplateSet getTemplateSet()
      Provides the template set, this specifica are defined for.
      Returns:
      The template set.
      Since:
      3.0
    • getConversion

      String getConversion()
      Provides the conversion mode to be used.
      Returns:
      The conversion mode.
      Since:
      3.0
    • setConversion

      void setConversion(String conversion)
      Defines the conversion mode to be used with respect to the defined conversion tables in the project.
      Parameters:
      conversion - The conversion mode.
      Since:
      3.0
    • getContent

      String getContent()
      Provides the formatting content for this channel.
      Returns:
      The content.
      Since:
      3.0
    • setContent

      void setContent(String content)
      Sets the formatting content for this channel.
      Parameters:
      content - The formatting content.
      Since:
      3.0
    • getTemplateDocument

      TemplateDocument getTemplateDocument()
      Provides a renderable template document for this channel.
      Returns:
      A template document.
      Since:
      4.0