Class ReportingContainerExpanderDS

java.lang.Object
com.aquima.interactions.foundation.report.ReportingDS
com.aquima.interactions.portal.report.ReportingContainerExpanderDS
All Implemented Interfaces:
IReportingDS, IContainerExpanderDS

public class ReportingContainerExpanderDS extends ReportingDS implements IContainerExpanderDS
Data-source used during initialization to add error reporting to the container expander data-source.
Since:
7.0
Author:
J. van Leuven, O. Kerpershoek
  • Constructor Details

  • Method Details

    • getName

      public String getName()
      Description copied from interface: IContainerExpanderDS
      This method returns the name of the container expander definition.
      Specified by:
      getName in interface IContainerExpanderDS
      Returns:
      the name of the container expander definition.
    • getTypeName

      public String 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 interface IContainerExpanderDS
      Returns:
      the type name of the container expander.
    • iterateParameters

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