Class XmlResourceConnectionDS
java.lang.Object
com.aquima.interactions.foundation.report.ReportingDS
com.aquima.interactions.project.ds.xml.r17.parsing.XmlResourceConnectionDS
- All Implemented Interfaces:
IReportingDS
,IResourceConnectionDS
Xml datasource implementation.
- Since:
- 8.3
- Author:
- Jon van Leuven
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
XmlResourceConnectionDS
(IInitializationReport report, IXmlNode node) -
Method Summary
Modifier and TypeMethodDescriptionThe data of the data reference, may be null when getResourceName returns a value.getName()
This method returns the name of the resource connection.void
Optional method that may be used to pass additional parameters to the resource connection.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
-
Method Details
-
getName
Description copied from interface:IResourceConnectionDS
This method returns the name of the resource connection.- Specified by:
getName
in interfaceIResourceConnectionDS
- Returns:
- The name of the data reference, may not be null.
-
getBase64EncodedData
Description copied from interface:IResourceConnectionDS
The data of the data reference, may be null when getResourceName returns a value.- Specified by:
getBase64EncodedData
in interfaceIResourceConnectionDS
- Returns:
- The base64 encoded data.
-
iterateParameters
Description copied from interface:IResourceConnectionDS
Optional method that may be used to pass additional parameters to the resource connection.- Specified by:
iterateParameters
in interfaceIResourceConnectionDS
- Parameters:
visitor
- the visitor which accepts the parameter information
-