Package org.activiti.runtime.api.impl
Class VariableScopeExpressionEvaluator
- java.lang.Object
-
- org.activiti.runtime.api.impl.VariableScopeExpressionEvaluator
-
- All Implemented Interfaces:
ExpressionEvaluator
public class VariableScopeExpressionEvaluator extends Object implements ExpressionEvaluator
-
-
Constructor Summary
Constructors Constructor Description VariableScopeExpressionEvaluator(VariableScope variableScope)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectevaluate(Expression expression, ExpressionManager expressionManager, DelegateInterceptor delegateInterceptor)
-
-
-
Constructor Detail
-
VariableScopeExpressionEvaluator
public VariableScopeExpressionEvaluator(VariableScope variableScope)
-
-
Method Detail
-
evaluate
public Object evaluate(Expression expression, ExpressionManager expressionManager, DelegateInterceptor delegateInterceptor)
- Specified by:
evaluatein interfaceExpressionEvaluator
-
-