Class FunctionNode

java.lang.Object
com.aquima.interactions.portal.model.flow.NodeBase
com.aquima.interactions.portal.model.flow.FunctionNode
All Implemented Interfaces:
IActionNodeDetails, INodeDetails, INodeDetailsWithDebugIdentifier, Serializable

public class FunctionNode extends NodeBase implements IActionNodeDetails, INodeDetailsWithDebugIdentifier
Since:
10.3
See Also:
  • Constructor Details

    • FunctionNode

      protected FunctionNode(NodeID id, IFunctionCallDefinition definition)
      Constructs a function node with the specified ID, name, type and parameters. This constructor is used when restoring a session from XML.
      Parameters:
      id - The ID of the node.
      definition - The definition of the function.
  • Method Details