Class XmlTargetDS
java.lang.Object
com.aquima.interactions.rule.ds.xml.parsing.datarule.XmlTargetDS
- All Implemented Interfaces:
ITargetDS
Xml datasource implementation.
- Since:
- 8.3
- Author:
- Jon van Leuven
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe method should return the source field name.The method should return the target attribute fullname (entity.attribute).
-
Constructor Details
-
XmlTargetDS
-
-
Method Details
-
getTargetAttribute
Description copied from interface:ITargetDS
The method should return the target attribute fullname (entity.attribute).- Specified by:
getTargetAttribute
in interfaceITargetDS
- Returns:
- The target attribute fullname, may not be null.
-
getSourceFieldName
Description copied from interface:ITargetDS
The method should return the source field name.- Specified by:
getSourceFieldName
in interfaceITargetDS
- Returns:
- The name source field, may not be null.
-