public class DelegateExpressionUtil extends Object
| Constructor and Description |
|---|
DelegateExpressionUtil() |
| Modifier and Type | Method and Description |
|---|---|
static Object |
resolveDelegateExpression(org.flowable.common.engine.api.delegate.Expression expression,
org.flowable.variable.api.delegate.VariableScope variableScope) |
static Object |
resolveDelegateExpression(org.flowable.common.engine.api.delegate.Expression expression,
org.flowable.variable.api.delegate.VariableScope variableScope,
List<FieldDeclaration> fieldDeclarations) |
public static Object resolveDelegateExpression(org.flowable.common.engine.api.delegate.Expression expression, org.flowable.variable.api.delegate.VariableScope variableScope)
public static Object resolveDelegateExpression(org.flowable.common.engine.api.delegate.Expression expression, org.flowable.variable.api.delegate.VariableScope variableScope, List<FieldDeclaration> fieldDeclarations)
Copyright © 2018 Flowable. All rights reserved.