Class XmlContainerExpanderDS
java.lang.Object
com.aquima.interactions.foundation.report.ReportingDS
com.aquima.interactions.portal.ds.xml.parsing.XmlContainerExpanderDS
- All Implemented Interfaces:
IReportingDS
,IContainerExpanderDS
Xml datasource implementation.
- Since:
- 7.3
- Author:
- Danny Roest
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
XmlContainerExpanderDS
(IInitializationReport report, IXmlNode node) -
Method Summary
Modifier and TypeMethodDescriptiongetName()
This method returns the name of the container expander definition.This method returns the type name of the container expander.void
iterateParameters
(IParameterVisitor visitor) This method should iterate over all the container parameters and invoke the visitor for each parameter that should be added.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
-
XmlContainerExpanderDS
-
-
Method Details
-
iterateParameters
Description copied from interface:IContainerExpanderDS
This method should iterate over all the container parameters and invoke the visitor for each parameter that should be added.- Specified by:
iterateParameters
in interfaceIContainerExpanderDS
- Parameters:
visitor
- The visitor that should be used to add parameters to.- Throws:
InitializationException
- This exception is thrown when the parameters could not be initialized.
-
getName
Description copied from interface:IContainerExpanderDS
This method returns the name of the container expander definition.- Specified by:
getName
in interfaceIContainerExpanderDS
- Returns:
- the name of the container expander definition.
-
getTypeName
Description copied from interface:IContainerExpanderDS
This method returns the type name of the container expander. Multiple container expander definitions may be present for the same container type name, as each occurrence of a container expander on a page will have its own definition.- Specified by:
getTypeName
in interfaceIContainerExpanderDS
- Returns:
- the type name of the container expander.
-