Class ExpressionSetInvocation
java.lang.Object
org.flowable.engine.impl.delegate.invocation.DelegateInvocation
org.flowable.engine.impl.delegate.invocation.ExpressionInvocation
org.flowable.engine.impl.delegate.invocation.ExpressionSetInvocation
Class responsible for handling Expression.setValue() invocations.
- Author:
- Daniel Meyer
-
Field Summary
FieldsFields inherited from class org.flowable.engine.impl.delegate.invocation.ExpressionInvocation
valueExpressionFields inherited from class org.flowable.engine.impl.delegate.invocation.DelegateInvocation
invocationParameters, invocationResult -
Constructor Summary
ConstructorsConstructorDescriptionExpressionSetInvocation(ValueExpression valueExpression, ELContext elContext, Object value) -
Method Summary
Methods inherited from class org.flowable.engine.impl.delegate.invocation.ExpressionInvocation
getTargetMethods inherited from class org.flowable.engine.impl.delegate.invocation.DelegateInvocation
getInvocationParameters, getInvocationResult, proceed
-
Field Details
-
value
-
elContext
-
-
Constructor Details
-
ExpressionSetInvocation
-
-
Method Details
-
invoke
protected void invoke()- Specified by:
invokein classDelegateInvocation
-