Class XmlExpanderDS
java.lang.Object
com.aquima.interactions.foundation.report.ReportingDS
com.aquima.interactions.project.ds.xml.parsing.XmlExpanderDS
- All Implemented Interfaces:
IReportingDS
,IExpanderDS
Xml datasource implementation.
- Since:
- 7.3
- Author:
- Danny Roest
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
XmlExpanderDS
(IInitializationReport report, IXmlNode node) -
Method Summary
Modifier and TypeMethodDescriptionThis method returns a description of the container expander.getName()
This method returns the unique name of the expander.void
iterateParameters
(IParameterVisitor visitor) This method should iterate over all the parameters of the component and add them to the visitor.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.foundation.report.IReportingDS
addMessage
-
Constructor Details
-
XmlExpanderDS
-
-
Method Details
-
getDescription
Description copied from interface:IExpanderDS
This method returns a description of the container expander.- Specified by:
getDescription
in interfaceIExpanderDS
- Returns:
- A description of the container expander (may be null).
-
getName
Description copied from interface:IExpanderDS
This method returns the unique name of the expander. In the composer, this name will be referred to as the container type name.- Specified by:
getName
in interfaceIExpanderDS
- Returns:
- The unique name of the expander.
-
getParameters
-
iterateParameters
Description copied from interface:IExpanderDS
This method should iterate over all the parameters of the component and add them to the visitor.- Specified by:
iterateParameters
in interfaceIExpanderDS
- Parameters:
visitor
- The visitor that should be used to add the parameters to.
-