Class ElementReferenceTemplate

java.lang.Object
com.aquima.interactions.test.templates.AbstractReportingTemplate
com.aquima.interactions.test.templates.communication.ElementReferenceTemplate

public class ElementReferenceTemplate extends AbstractReportingTemplate
This class may be used to quickly initialize a model.
Since:
9.0
Author:
Jon van Leuven, Arjan Pragt
  • Constructor Details

    • ElementReferenceTemplate

      public ElementReferenceTemplate(com.aquima.interactions.foundation.connectivity.QualifiedName element, com.aquima.interactions.foundation.report.IInitializationReport report)
  • Method Details

    • getElement

      protected com.aquima.interactions.foundation.connectivity.QualifiedName getElement()
    • setCustomSchemaElement

      public void setCustomSchemaElement(String customSchemaElement)
      This method sets the use dynamic flag to use custom rendering of the element.
      Parameters:
      customSchemaElement - Indicator for custom rendering.
    • getCustomSchemaElement

      protected String getCustomSchemaElement()
    • getParameters

      protected com.aquima.interactions.foundation.IParameters getParameters()
    • addParameter

      public ElementReferenceTemplate addParameter(String key, String value)
      This method adds a parameter for the custom rendering.
      Parameters:
      key - The name of the parameter.
      value - The value of the parameter.
    • toDatasource

      public com.aquima.interactions.communication.ds.IElementReferenceDS toDatasource()