Class FlowParameterVisitor

java.lang.Object
com.aquima.interactions.portal.model.flow.FlowParameterVisitor
All Implemented Interfaces:
IFlowParameterVisitor

public final class FlowParameterVisitor extends Object implements IFlowParameterVisitor
Internal class to retrieve the flow parameters for the NodeFactory.
Since:
7.2
Author:
Jon van Leuven
  • Constructor Details

    • FlowParameterVisitor

      protected FlowParameterVisitor()
  • Method Details

    • setParameter

      public void setParameter(String name, String strValue)
      Description copied from interface: IFlowParameterVisitor
      Method to set a single valued parameter value.
      Specified by:
      setParameter in interface IFlowParameterVisitor
      Parameters:
      name - The name of the parameter, may not be null.
      strValue - The value of the parameter, may be null.
    • setParameter

      public void setParameter(String name, String[] values)
      Description copied from interface: IFlowParameterVisitor
      Method to set a multi valued parameter value.
      Specified by:
      setParameter in interface IFlowParameterVisitor
      Parameters:
      name - The name of the parameter, may not be null.
      values - The values of the parameter, may be null.
    • getAllowedChannels

      protected String[] getAllowedChannels()
    • getAllowedRoles

      protected String[] getAllowedRoles()
    • isTransactional

      protected boolean isTransactional()