java.lang.Object
com.aquima.interactions.foundation.report.ReportingDS
com.aquima.interactions.rule.ds.xml.r12.parsing.table.XmlConditionDS
All Implemented Interfaces:
IReportingDS, IConditionDS

public class XmlConditionDS extends ReportingDS implements IConditionDS
Xml datasource implementation.
Since:
7.3
Author:
Danny Roest
  • Constructor Details

  • Method Details

    • getAlternativeExpression

      public String getAlternativeExpression()
      Description copied from interface: IConditionDS
      This method returns the alternative expression.
      Specified by:
      getAlternativeExpression in interface IConditionDS
      Returns:
      the alternative expression.
    • getConditionExpression

      public String getConditionExpression()
      Description copied from interface: IConditionDS
      This method returns the condition expression.
      Specified by:
      getConditionExpression in interface IConditionDS
      Returns:
      the condition expression.
    • getSequenceNr

      public int getSequenceNr()
      Description copied from interface: IConditionDS
      This method returns the sequence number of the condition.
      Specified by:
      getSequenceNr in interface IConditionDS
      Returns:
      the sequence number of the condition.
    • iterateActions

      public void iterateActions(IActionVisitor actionVisitor)
      Description copied from interface: IConditionDS
      This method should iterate over all the actions and add each action to the provided visitor.
      Specified by:
      iterateActions in interface IConditionDS
      Parameters:
      actionVisitor - The visitor to which the actions should be added.
    • iterateConditions

      public void iterateConditions(IConditionVisitor conditionVisitor)
      Description copied from interface: IConditionDS
      This method should iterate over all the sub-conditions and add each condition to the provided visitor.
      Specified by:
      iterateConditions in interface IConditionDS
      Parameters:
      conditionVisitor - The visitor to which the sub conditions should be added.
    • getId

      public GUID getId()