org.camunda.bpm.engine.impl.delegate
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
Method Summary |
protected void |
invoke()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
valueExpression
protected final ValueExpression valueExpression
value
protected final Object value
elContext
protected ELContext elContext
ExpressionSetInvocation
public ExpressionSetInvocation(ValueExpression valueExpression,
ELContext elContext,
Object value,
BaseDelegateExecution contextExecution)
invoke
protected void invoke()
throws Exception
- Specified by:
invoke
in class DelegateInvocation
- Throws:
Exception
Copyright © 2016 camunda services GmbH. All rights reserved.