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
-
public class ExpressionSetInvocation extends ExpressionInvocation
Class responsible for handling Expression.setValue() invocations.- Author:
- Daniel Meyer
-
-
Field Summary
Fields Modifier and Type Field Description protected ELContextelContextprotected Objectvalue-
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 ExpressionSetInvocation(ValueExpression valueExpression, ELContext elContext, Object value)
-
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
-
-
-
-
Constructor Detail
-
ExpressionSetInvocation
public ExpressionSetInvocation(ValueExpression valueExpression, ELContext elContext, Object value)
-
-
Method Detail
-
invoke
protected void invoke()
- Specified by:
invokein classDelegateInvocation
-
-