Class ReportingNodeVisitor

java.lang.Object
com.aquima.interactions.foundation.report.ReportingVisitorDS
com.aquima.interactions.flow.report.ReportingNodeVisitor
All Implemented Interfaces:
INodeVisitor

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

  • Method Details

    • accept

      public void accept(INodeDS datasource)
      Description copied from interface: INodeVisitor
      This method should be invoked for each child node that needs to be added.
      Specified by:
      accept in interface INodeVisitor
      Parameters:
      datasource - Data source providing the information for a single child node.