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
Class responsible for handling Expression.getValue invocations
- Author:
- Daniel Meyer
-
Field Summary
FieldsFields 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
ConstructorsConstructorDescriptionExpressionGetInvocation
(ValueExpression valueExpression, ELContext elContext) -
Method Summary
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 Details
-
elContext
-
-
Constructor Details
-
ExpressionGetInvocation
-
-
Method Details
-
invoke
protected void invoke()- Specified by:
invoke
in classDelegateInvocation
-