Class ReportingFlowVisitor

java.lang.Object
com.aquima.interactions.foundation.report.ReportingVisitorDS
com.aquima.interactions.flow.report.ReportingFlowVisitor
All Implemented Interfaces:
IFlowVisitor

public class ReportingFlowVisitor extends ReportingVisitorDS implements IFlowVisitor
IFlowVisitor implementation that adds error reporting.
Since:
5.0
Author:
O. Kerpershoek
  • Constructor Details

  • Method Details

    • accept

      public void accept(IFlowDS datasource)
      Description copied from interface: IFlowVisitor
      This method should be invoked for each flow that needs to be added to the flow engine.
      Specified by:
      accept in interface IFlowVisitor
      Parameters:
      datasource - Data source providing the information of a single flow.