org.camunda.bpm.engine.impl.el
Class ElValueProvider
java.lang.Object
org.camunda.bpm.engine.impl.el.ElValueProvider
- All Implemented Interfaces:
- ParameterValueProvider
public class ElValueProvider
- extends Object
- implements ParameterValueProvider
Makes it possible to use expression in IoParameter mappings.
- Author:
- Daniel Meyer
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
expression
protected Expression expression
ElValueProvider
public ElValueProvider(Expression expression)
getValue
public Object getValue(VariableScope variableScope)
- Specified by:
getValue in interface ParameterValueProvider
- Parameters:
variableScope - the scope in which the value is to be resolved.
- Returns:
- the value
getExpression
public Expression getExpression()
setExpression
public void setExpression(Expression expression)
Copyright © 2016 camunda services GmbH. All rights reserved.