Class XmlRuleDS
java.lang.Object
com.aquima.interactions.foundation.report.ReportingDS
com.aquima.interactions.rule.ds.xml.parsing.XmlRuleDS
- All Implemented Interfaces:
IReportingDS
,IRuleDS
- Direct Known Subclasses:
XmlBusinessRuleDS
,XmlDataRuleDS
,XmlDecisionTableDS
,XmlDefaultRuleDS
,XmlExternalRuleDS
,XmlValidationDS
Xml datasource implementation.
- Since:
- 7.3
- Author:
- Danny Roest
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
XmlRuleDS
(IInitializationReport report, IXmlNode node, String nodeName) -
Method Summary
Modifier and TypeMethodDescriptionString[]
This method returns an array containing the names of the rule groups the rule belongs to.Methods inherited from class com.aquima.interactions.foundation.report.ReportingDS
addError, addMessage, getCategory, getReport
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.aquima.interactions.foundation.report.IReportingDS
addMessage
-
Constructor Details
-
XmlRuleDS
-
-
Method Details
-
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 interfaceIRuleDS
- Returns:
- an array containing the names of the rule groups the rule belongs to.
-