org.camunda.bpm.dmn.engine.impl.spi.el
Interface ElExpression

All Known Implementing Classes:
JuelExpression

public interface ElExpression

Author:
Daniel Meyer

Method Summary
 Object getValue(org.camunda.bpm.engine.variable.context.VariableContext variableContext)
          Execute the expression and return the value
 

Method Detail

getValue

Object getValue(org.camunda.bpm.engine.variable.context.VariableContext variableContext)
Execute the expression and return the value

Parameters:
variableContext - the context in which the expression should be executed
Returns:
the value


Copyright © 2017 camunda services GmbH. All rights reserved.