java.lang.Object
com.aquima.interactions.foundation.report.ReportingDS
com.aquima.interactions.rule.ds.xml.r17.parsing.XmlRuleDS
All Implemented Interfaces:
IReportingDS, IRuleDS
Direct Known Subclasses:
XmlBusinessRuleDS, XmlDataRuleDS, XmlDecisionTableDS, XmlDefaultRuleDS, XmlExternalRuleDS, XmlValidationDS

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

  • Method Details

    • getRuleGroupNames

      public String[] getRuleGroupNames()
      Description copied from interface: IRuleDS
      This method returns an array containing the names of the rule groups the rule belongs to. If the rule does not belong to a specific rule group, the returned value may either be null or an empty array. Rules that belong to a rule group will only be evaluated when one (or more) of the rule groups are active. Rule groups are sometimes referred to as rule clusters.
      Specified by:
      getRuleGroupNames in interface IRuleDS
      Returns:
      an array containing the names of the rule groups the rule belongs to.