Class ReportingFunctionCallVisitor

java.lang.Object
com.aquima.interactions.foundation.report.ReportingVisitorDS
com.aquima.interactions.portal.report.ReportingFunctionCallVisitor
All Implemented Interfaces:
IFunctionCallVisitor

public class ReportingFunctionCallVisitor extends ReportingVisitorDS implements IFunctionCallVisitor
IFunctionCallVisitor implementation that adds error reporting.
Since:
10.3
Author:
Martijn van der Blom
  • Constructor Details

  • Method Details

    • addFunctionCall

      public void addFunctionCall(IFunctionCallDS datasource)
      Description copied from interface: IFunctionCallVisitor
      This method should be invoked by the data-source implementation to notify the portal engine of the existence of a service call. The method should be invoked for each function call.
      Specified by:
      addFunctionCall in interface IFunctionCallVisitor
      Parameters:
      datasource - The function call datasource.