Class XmlProcessTaskCustomFieldDS
- java.lang.Object
-
- com.aquima.interactions.foundation.report.ReportingDS
-
- com.aquima.interactions.process.ds.xml.r8.parsing.XmlProcessTaskCustomFieldDS
-
- All Implemented Interfaces:
IReportingDS
,IProcessTaskCustomFieldDS
public class XmlProcessTaskCustomFieldDS extends ReportingDS implements IProcessTaskCustomFieldDS
XML datasource implementation ofIProcessTaskCustomFieldDS
used for parsing from XML.- Since:
- 9.1
- Author:
- T. Middeldorp
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
XmlProcessTaskCustomFieldDS(IInitializationReport report, IXmlNode node)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getExpression()
Gets the expression for the custom field held by this datasource.String
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 Detail
-
XmlProcessTaskCustomFieldDS
protected XmlProcessTaskCustomFieldDS(IInitializationReport report, IXmlNode node)
-
-
Method Detail
-
getName
public String 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
public String 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
-
-