Class XmlProcessTaskCustomFieldDS
java.lang.Object
com.aquima.interactions.foundation.report.ReportingDS
com.aquima.interactions.process.ds.xml.parsing.XmlProcessTaskCustomFieldDS
- All Implemented Interfaces:
IReportingDS
,IProcessTaskCustomFieldDS
XML datasource implementation of
IProcessTaskCustomFieldDS
used for parsing from XML.- Since:
- 9.1
- Author:
- T. Middeldorp
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
XmlProcessTaskCustomFieldDS
(IInitializationReport report, IXmlNode node) -
Method Summary
Modifier and TypeMethodDescriptionGets the expression for the custom field held by this datasource.getName()
Gets the name for the custom field held by this datasource.Methods inherited from class com.aquima.interactions.foundation.report.ReportingDS
addError, addMessage, getCategory, getReport
-
Constructor Details
-
XmlProcessTaskCustomFieldDS
-
-
Method Details
-
getName
Description copied from interface:IProcessTaskCustomFieldDS
Gets the name for the custom field held by this datasource.- Specified by:
getName
in interfaceIProcessTaskCustomFieldDS
- Returns:
- Name of the custom field
-
getExpression
Description copied from interface:IProcessTaskCustomFieldDS
Gets the expression for the custom field held by this datasource.- Specified by:
getExpression
in interfaceIProcessTaskCustomFieldDS
- Returns:
- Expression of the custom field
-