Class FlowVisitor

java.lang.Object
com.aquima.interactions.portal.ds.sys.flow.FlowVisitor
All Implemented Interfaces:
IFlowVisitor

public class FlowVisitor extends Object implements IFlowVisitor
Flow visitor wrapper that is used to replace execute task services.
Since:
7.1
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.