Package org.flowable.dmn.engine.impl.el
Class ExecutionVariableFactory
- java.lang.Object
-
- org.flowable.dmn.engine.impl.el.ExecutionVariableFactory
-
public class ExecutionVariableFactory extends Object
- Author:
- Yvo Swillens
-
-
Constructor Summary
Constructors Constructor Description ExecutionVariableFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ObjectgetExecutionVariable(String type, Object expressionResult)static List<Object>getExecutionVariables(String type, List<Object> expressionResults)
-