Class XmlJustificationDS
java.lang.Object
com.aquima.interactions.rule.ds.xml.parsing.XmlJustificationDS
- All Implemented Interfaces:
IJustificationDS
Xml datasource implementation.
- Since:
- 7.3
- Author:
- Danny Roest
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
add
(List<XmlJustificationDS> justifications, IXmlNode node, String ruleName, XmlRuleEngineDS ruleEngine) Returns the name of the attribute for which the justification is added.protected String
getId()
Returns the id of the justification or null if the id is not specified.Returns the text id containing the justification explanation.
-
Method Details
-
add
public static void add(List<XmlJustificationDS> justifications, IXmlNode node, String ruleName, XmlRuleEngineDS ruleEngine) -
getAttribute
Description copied from interface:IJustificationDS
Returns the name of the attribute for which the justification is added. This should never be null.- Specified by:
getAttribute
in interfaceIJustificationDS
- Returns:
- the name of the attribute for which the justification is added.
-
getId
Description copied from interface:IJustificationDS
Returns the id of the justification or null if the id is not specified.- Specified by:
getId
in interfaceIJustificationDS
- Returns:
- the id of the justification.
-
getTextId
Description copied from interface:IJustificationDS
Returns the text id containing the justification explanation. The text id usually is the asset name or content item name containing the justification explanation.- Specified by:
getTextId
in interfaceIJustificationDS
- Returns:
- the text id object containing the justification explanation.
-
getFormat
-