Class XmlActionNodeDS
java.lang.Object
com.aquima.interactions.foundation.report.ReportingDS
com.aquima.interactions.flow.ds.xml.r12.parsing.XmlNodeDS
com.aquima.interactions.flow.ds.xml.r12.parsing.XmlActionNodeDS
- All Implemented Interfaces:
IActionNodeDS
,INodeDS
,IReportingDS
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThis method should return the type of the action node.Methods inherited from class com.aquima.interactions.flow.ds.xml.r12.parsing.XmlNodeDS
getEndNodeExitEvent, getEndNodeExitState, getExpression, getId, getPrimitiveTargetAttribute, getRepeatExpression, getSortAttribute, getTargetId, getType, sortAscending
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.flow.ds.INodeDS
getEndNodeExitEvent, getEndNodeExitState, getExpression, getId, getPrimitiveTargetAttribute, getRepeatExpression, getSortAttribute, getTargetId, getType, sortAscending
Methods inherited from interface com.aquima.interactions.foundation.report.IReportingDS
addMessage
-
Constructor Details
-
Method Details
-
getActionType
Description copied from interface:IActionNodeDS
This method should return the type of the action node.- Specified by:
getActionType
in interfaceIActionNodeDS
- Returns:
- ActionNodeType
-