Class XmlRuleGroupDS

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

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

  • Method Details

    • getConditions

      public String[] getConditions()
      Description copied from interface: IRuleGroupDS
      This method returns an array containing the conditions that should be met in order for the rule group to be active. If the group does not have any conditions that must be met, this method will return an empty array. Only rules that belong to a group of which all conditions are met will be evaluated.
      Specified by:
      getConditions in interface IRuleGroupDS
      Returns:
      an array containing the conditions that should be met in order for the rule group to be active.
    • getName

      public String getName()
      Description copied from interface: IRuleGroupDS
      This method returns the (unique) name of the rule group.
      Specified by:
      getName in interface IRuleGroupDS
      Returns:
      the (unique) name of the rule group.