Class ContentReference


public class ContentReference extends Reference
Reference to a content document element.
Since:
6.0
Author:
O. Kerpershoek
  • Constructor Details

    • ContentReference

      protected ContentReference(com.aquima.interactions.foundation.report.IInitializationReport report, String name)
    • ContentReference

      protected ContentReference(com.aquima.interactions.foundation.report.IInitializationReport report, ContentTemplate contentTemplate)
  • Method Details

    • getContentName

      protected String getContentName()
    • getContentTemplate

      public ContentTemplate getContentTemplate()
      This method returns the inline content template that is referred to. The inline template is only available when the content was added without a name. For references by name, the content template should be accessed through the document engine template.
      Returns:
      The inline content template that is referred to.