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

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

public class ExpressionGetInvocation
extends DelegateInvocation

Class responsible for handling Expression.getValue invocations

Author:
Daniel Meyer

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

Field Detail

valueExpression

protected final ValueExpression valueExpression

elContext

protected final ELContext elContext
Constructor Detail

ExpressionGetInvocation

public ExpressionGetInvocation(ValueExpression valueExpression,
                               ELContext elContext,
                               BaseDelegateExecution contextExecution)
Method Detail

invoke

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


Copyright © 2016 camunda services GmbH. All rights reserved.