Class ExpressionGetInvocation
- java.lang.Object
-
- org.flowable.engine.impl.delegate.invocation.DelegateInvocation
-
- org.flowable.engine.impl.delegate.invocation.ExpressionInvocation
-
- org.flowable.engine.impl.delegate.invocation.ExpressionGetInvocation
-
public class ExpressionGetInvocation extends ExpressionInvocation
Class responsible for handling Expression.getValue invocations- Author:
- Daniel Meyer
-
-
Field Summary
Fields Modifier and Type Field Description protected ELContextelContext-
Fields inherited from class org.flowable.engine.impl.delegate.invocation.ExpressionInvocation
valueExpression
-
Fields inherited from class org.flowable.engine.impl.delegate.invocation.DelegateInvocation
invocationParameters, invocationResult
-
-
Constructor Summary
Constructors Constructor Description ExpressionGetInvocation(ValueExpression valueExpression, ELContext elContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidinvoke()-
Methods inherited from class org.flowable.engine.impl.delegate.invocation.ExpressionInvocation
getTarget
-
Methods inherited from class org.flowable.engine.impl.delegate.invocation.DelegateInvocation
getInvocationParameters, getInvocationResult, proceed
-
-
-
-
Field Detail
-
elContext
protected final ELContext elContext
-
-
Constructor Detail
-
ExpressionGetInvocation
public ExpressionGetInvocation(ValueExpression valueExpression, ELContext elContext)
-
-
Method Detail
-
invoke
protected void invoke()
- Specified by:
invokein classDelegateInvocation
-
-