Class ExpressionSetInvocation
java.lang.Object
org.camunda.bpm.engine.impl.delegate.DelegateInvocation
org.camunda.bpm.engine.impl.delegate.ExpressionSetInvocation
Class responsible for handling Expression.setValue() invocations.
- Author:
- Daniel Meyer
-
Field Summary
Modifier and TypeFieldDescriptionprotected ELContext
protected final Object
protected final ValueExpression
Fields inherited from class org.camunda.bpm.engine.impl.delegate.DelegateInvocation
contextExecution, contextResource, invocationResult
-
Constructor Summary
ConstructorDescriptionExpressionSetInvocation
(ValueExpression valueExpression, ELContext elContext, Object value, BaseDelegateExecution contextExecution) -
Method Summary
Methods inherited from class org.camunda.bpm.engine.impl.delegate.DelegateInvocation
getContextExecution, getContextResource, getInvocationResult, proceed
-
Field Details
-
valueExpression
protected final ValueExpression valueExpression -
value
-
elContext
protected ELContext elContext
-
-
Constructor Details
-
ExpressionSetInvocation
public ExpressionSetInvocation(ValueExpression valueExpression, ELContext elContext, Object value, BaseDelegateExecution contextExecution)
-
-
Method Details
-
invoke
- Specified by:
invoke
in classDelegateInvocation
- Throws:
Exception
-