Class DelegateExpressionUtil
- java.lang.Object
-
- org.activiti.engine.impl.bpmn.helper.DelegateExpressionUtil
-
public class DelegateExpressionUtil extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DelegateExpressionUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.ObjectresolveDelegateExpression(Expression expression, VariableScope variableScope)static java.lang.ObjectresolveDelegateExpression(Expression expression, VariableScope variableScope, java.util.List<FieldDeclaration> fieldDeclarations)
-
-
-
Method Detail
-
resolveDelegateExpression
public static java.lang.Object resolveDelegateExpression(Expression expression, VariableScope variableScope)
-
resolveDelegateExpression
public static java.lang.Object resolveDelegateExpression(Expression expression, VariableScope variableScope, java.util.List<FieldDeclaration> fieldDeclarations)
-
-