Class FlowFunction

java.lang.Object
com.aquima.interactions.portal.function.FlowFunction
All Implemented Interfaces:
IFunction

public class FlowFunction extends Object implements IFunction
The blueriq flow function is a function which can execute a function flow using in- and ouput parameters.
Since:
10.3
Author:
T. van der Griend.
  • Constructor Details

  • Method Details

    • handle

      public IFunctionResult handle(IFunctionContext callerContext)
      Description copied from interface: IFunction
      The handle method of the function is allowed to make changes to the interfaces passed along with the IFunctionContext. This means the function context is changed accordingly.
      Specified by:
      handle in interface IFunction
      Parameters:
      callerContext - the context in which the function is called and allowed to make changes.
      Returns:
      The result of this function, may be null.