Class ActionTemplate

java.lang.Object
com.aquima.interactions.test.templates.AbstractReportingTemplate
com.aquima.interactions.test.templates.rules.ActionTemplate

public class ActionTemplate extends AbstractReportingTemplate
Template that can be used to initialize an action.
Since:
6.0
Author:
O. Kerpershoek
  • Constructor Details

    • ActionTemplate

      protected ActionTemplate(com.aquima.interactions.foundation.report.IInitializationReport report, String attribute, String strValue)
    • ActionTemplate

      protected ActionTemplate(com.aquima.interactions.foundation.report.IInitializationReport report, String attribute, String strValue, String... multipleValueExpression)
  • Method Details

    • getAttribute

      protected String getAttribute()
    • getValue

      protected String getValue()
    • getMultipleValueExpression

      protected String[] getMultipleValueExpression()
    • toDataSource

      public com.aquima.interactions.rule.ds.table.IActionDS toDataSource()
      This method converts the template to a data source that can be used to initialize an action.
      Returns:
      a data source that can be used to initialize an action.
    • setJustification

      public void setJustification(String assetId)
    • getId

      protected com.aquima.interactions.foundation.GUID getId()
    • getJustification

      protected JustificationTemplate getJustification()