public class ProcessEngineElExpression extends Object implements ElExpression
Modifier and Type | Field and Description |
---|---|
protected ValueExpression |
valueExpression |
Constructor and Description |
---|
ProcessEngineElExpression(ValueExpression expression) |
Modifier and Type | Method and Description |
---|---|
Object |
getValue(org.camunda.bpm.engine.variable.context.VariableContext variableContext)
Execute the expression and return the value
|
protected final ValueExpression valueExpression
public ProcessEngineElExpression(ValueExpression expression)
public Object getValue(org.camunda.bpm.engine.variable.context.VariableContext variableContext)
ElExpression
getValue
in interface ElExpression
variableContext
- the context in which the expression should be executedCopyright © 2022. All rights reserved.