Class FunctionFlowDataTypeVisitor

java.lang.Object
com.aquima.interactions.portal.model.def.FunctionFlowDataTypeVisitor

public class FunctionFlowDataTypeVisitor extends Object
  • Constructor Details

    • FunctionFlowDataTypeVisitor

      public FunctionFlowDataTypeVisitor()
  • Method Details

    • process

      public static Map<String,DataValueType> process(IFlowEngine flowEngine, IMetaModel metaModel)
      This method will initialize a map containing the function flow dataTypes.
      Parameters:
      flowEngine - The data source that should be used to read the function calls from.
      metaModel - Factory that may be used to create an expression parser.
      Returns:
      Map containing the function flow dataTypes.
      Throws:
      InitializationException - This exception is thrown when the function calls could not be initialized.