Class XmlResourceConnectionDS
- java.lang.Object
-
- com.aquima.interactions.foundation.report.ReportingDS
-
- com.aquima.interactions.project.ds.xml.r8.parsing.XmlResourceConnectionDS
-
- All Implemented Interfaces:
IReportingDS
,IResourceConnectionDS
public class XmlResourceConnectionDS extends ReportingDS implements IResourceConnectionDS
Xml r8 datasource implementation.- Since:
- 8.3
- Author:
- Jon van Leuven
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
XmlResourceConnectionDS(IInitializationReport report, IXmlNode node)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getBase64EncodedData()
The data of the data reference, may be null when getResourceName returns a value.String
getName()
This method returns the name of the resource connection.void
iterateParameters(IConnectionParameterVisitor visitor)
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 Detail
-
XmlResourceConnectionDS
protected XmlResourceConnectionDS(IInitializationReport report, IXmlNode node)
-
-
Method Detail
-
getName
public String 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
public String 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
public void iterateParameters(IConnectionParameterVisitor visitor)
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
-
-