Class XmlFunctionFlowDefinitionDS
java.lang.Object
com.aquima.interactions.foundation.report.ReportingDS
com.aquima.interactions.flow.ds.xml.parsing.XmlFunctionFlowDefinitionDS
- All Implemented Interfaces:
IFunctionFlowDefinitionDS
,IReportingDS
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
XmlFunctionFlowDefinitionDS
(IInitializationReport report, IXmlNode node) -
Method Summary
Modifier and TypeMethodDescriptionReturns the documentation of the parameter.void
This methods traverses all input parametersvoid
Methods inherited from class com.aquima.interactions.foundation.report.ReportingDS
addError, addMessage, getCategory, getReport
-
Constructor Details
-
XmlFunctionFlowDefinitionDS
-
-
Method Details
-
getDocumentation
Description copied from interface:IFunctionFlowDefinitionDS
Returns the documentation of the parameter.- Specified by:
getDocumentation
in interfaceIFunctionFlowDefinitionDS
- Returns:
- The documentation, may be null
-
iterateInputParameters
public void iterateInputParameters(IFunctionFlowInputParameterVisitor visitor) throws InitializationException Description copied from interface:IFunctionFlowDefinitionDS
This methods traverses all input parameters- Specified by:
iterateInputParameters
in interfaceIFunctionFlowDefinitionDS
- Parameters:
visitor
- the visitor which accepts the input parameter information- Throws:
InitializationException
- This exception is thrown when some of the input parameters could not be accepted due to a fatal error.
-
iterateOutputParameters
public void iterateOutputParameters(IFunctionFlowOutputParameterVisitor visitor) throws InitializationException - Specified by:
iterateOutputParameters
in interfaceIFunctionFlowDefinitionDS
- Parameters:
visitor
- the visitor which accepts the output parameter information- Throws:
InitializationException
- This exception is thrown when some of the output parameters could not be accepted due to a fatal error.
-