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