public class MvelExecutionContextBuilder extends Object
| Constructor and Description |
|---|
MvelExecutionContextBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static MvelExecutionContext |
build(DmnDefinition definition,
Map<String,Object> inputVariables,
Map<String,Method> customExpressionFunctions,
Map<Class<?>,org.mvel2.integration.PropertyHandler> propertyHandlers) |
protected static void |
preProcessInputVariables(DmnDefinition definition,
Map<String,Object> inputVariables) |
public static MvelExecutionContext build(DmnDefinition definition, Map<String,Object> inputVariables, Map<String,Method> customExpressionFunctions, Map<Class<?>,org.mvel2.integration.PropertyHandler> propertyHandlers)
protected static void preProcessInputVariables(DmnDefinition definition, Map<String,Object> inputVariables)
Copyright © 2016 Flowable. All rights reserved.