Class NodeVisitor

java.lang.Object
com.aquima.interactions.portal.ds.sys.flow.NodeVisitor
All Implemented Interfaces:
INodeVisitor

public class NodeVisitor extends Object implements INodeVisitor
Node visitor wrapper that replaces execute task service nodes with execute task page nodes.
Since:
7.1
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.