Class ReportingServiceCallDS

java.lang.Object
com.aquima.interactions.foundation.report.ReportingDS
com.aquima.interactions.portal.report.ReportingServiceCallDS
All Implemented Interfaces:
IReportingDS, IServiceCallDS
Direct Known Subclasses:
DcmReportingServiceCallDs

public class ReportingServiceCallDS extends ReportingDS implements IServiceCallDS
Data-source used during initialization to add error reporting to the service call data-source.
Since:
7.0
Author:
J. van Leuven, O. Kerpershoek
  • Constructor Details

  • Method Details

    • iterateParameters

      public void iterateParameters(IParameterVisitor visitor)
      Description copied from interface: IServiceCallDS
      This method should iterate over all the service parameters and invoke the visitor for each parameter that should be added.
      Specified by:
      iterateParameters in interface IServiceCallDS
      Parameters:
      visitor - The visitor that should be used to add parameters to.
    • getCallName

      public String getCallName()
      Description copied from interface: IServiceCallDS
      This method returns the service call name.
      Specified by:
      getCallName in interface IServiceCallDS
      Returns:
      The service call name, never null.
    • getTypeName

      public String getTypeName()
      Description copied from interface: IServiceCallDS
      This method returns the service type name.
      Specified by:
      getTypeName in interface IServiceCallDS
      Returns:
      The service type name, never null.
    • iterateExitEvents

      public void iterateExitEvents(IExitEventVisitor visitor)
      Description copied from interface: IServiceCallDS
      This method will be invoked to allow the data source to register all the exit events.
      Specified by:
      iterateExitEvents in interface IServiceCallDS
      Parameters:
      visitor - The visitor that should be used to add the exit events to.