org.camunda.bpm.engine.impl.dmn.el
Class ProcessEngineElExpression

java.lang.Object
  extended by org.camunda.bpm.engine.impl.dmn.el.ProcessEngineElExpression
All Implemented Interfaces:
org.camunda.bpm.dmn.engine.impl.spi.el.ElExpression

public class ProcessEngineElExpression
extends Object
implements org.camunda.bpm.dmn.engine.impl.spi.el.ElExpression

Author:
Daniel Meyer

Field Summary
protected  ValueExpression valueExpression
           
 
Constructor Summary
ProcessEngineElExpression(ValueExpression expression)
           
 
Method Summary
 Object getValue(org.camunda.bpm.engine.variable.context.VariableContext variableContext)
           
 
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
Constructor Detail

ProcessEngineElExpression

public ProcessEngineElExpression(ValueExpression expression)
Method Detail

getValue

public Object getValue(org.camunda.bpm.engine.variable.context.VariableContext variableContext)
Specified by:
getValue in interface org.camunda.bpm.dmn.engine.impl.spi.el.ElExpression


Copyright © 2016 camunda services GmbH. All rights reserved.