org.camunda.bpm.engine.impl.delegate
Class ExpressionSetInvocation

java.lang.Object
  extended by org.camunda.bpm.engine.impl.delegate.DelegateInvocation
      extended by org.camunda.bpm.engine.impl.delegate.ExpressionInvocation
          extended by org.camunda.bpm.engine.impl.delegate.ExpressionSetInvocation

public class ExpressionSetInvocation
extends ExpressionInvocation

Class responsible for handling Expression.setValue() invocations.

Author:
Daniel Meyer

Field Summary
protected  ELContext elContext
           
protected  Object value
           
 
Fields inherited from class org.camunda.bpm.engine.impl.delegate.ExpressionInvocation
valueExpression
 
Fields inherited from class org.camunda.bpm.engine.impl.delegate.DelegateInvocation
contextExecution, invocationParameters, invocationResult
 
Constructor Summary
ExpressionSetInvocation(ValueExpression valueExpression, ELContext elContext, Object value)
           
 
Method Summary
protected  void invoke()
           
 
Methods inherited from class org.camunda.bpm.engine.impl.delegate.ExpressionInvocation
getTarget
 
Methods inherited from class org.camunda.bpm.engine.impl.delegate.DelegateInvocation
getContextExecution, getInvocationParameters, getInvocationResult, proceed
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

protected final Object value

elContext

protected ELContext elContext
Constructor Detail

ExpressionSetInvocation

public ExpressionSetInvocation(ValueExpression valueExpression,
                               ELContext elContext,
                               Object value)
Method Detail

invoke

protected void invoke()
               throws Exception
Specified by:
invoke in class DelegateInvocation
Throws:
Exception


Copyright © 2014 camunda services GmbH. All Rights Reserved.