Interface IResourceConnectionDS

All Superinterfaces:
IReportingDS
All Known Implementing Classes:
XmlResourceConnectionDS, XmlResourceConnectionDS

public interface IResourceConnectionDS extends IReportingDS
This interface defines the methods needed to initialize a resource connection definition.
Since:
8.3
Author:
Jon van Leuven
  • Method Summary

    Modifier and Type
    Method
    Description
    The data of the data reference, may be null when getResourceName returns a value.
    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 interface com.aquima.interactions.foundation.report.IReportingDS

    addMessage
  • Method Details

    • getName

      String getName()
      This method returns the name of the resource connection.
      Returns:
      The name of the data reference, may not be null.
    • getBase64EncodedData

      String getBase64EncodedData()
      The data of the data reference, may be null when getResourceName returns a value.
      Returns:
      The base64 encoded data.
    • iterateParameters

      void iterateParameters(IConnectionParameterVisitor visitor)
      Optional method that may be used to pass additional parameters to the resource connection.
      Parameters:
      visitor - the visitor which accepts the parameter information
      Throws:
      InitializationException - This exception is thrown when the parameters could not be added.