java.lang.Object
com.aquima.interactions.foundation.report.ReportingDS
com.aquima.interactions.project.ds.xml.r12.parsing.XmlExpanderDS
All Implemented Interfaces:
IReportingDS, IExpanderDS

public class XmlExpanderDS extends ReportingDS implements IExpanderDS
Xml datasource implementation.
Since:
7.3
Author:
Danny Roest
  • Constructor Details

  • Method Details

    • getName

      public String 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 interface IExpanderDS
      Returns:
      The unique name of the expander.
    • getParameters

      public IParameterDS[] getParameters()
    • iterateParameters

      public void iterateParameters(IParameterVisitor visitor)
      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 interface IExpanderDS
      Parameters:
      visitor - The visitor that should be used to add the parameters to.