public class JuelExpression extends Object implements ElExpression
Modifier and Type | Field and Description |
---|---|
protected JuelElContextFactory |
elContextFactory |
protected javax.el.ValueExpression |
expression |
Constructor and Description |
---|
JuelExpression(javax.el.ValueExpression expression,
JuelElContextFactory elContextFactory) |
Modifier and Type | Method and Description |
---|---|
Object |
getValue(org.camunda.bpm.engine.variable.context.VariableContext variableContext)
Execute the expression and return the value
|
String |
toString() |
protected final javax.el.ValueExpression expression
protected final JuelElContextFactory elContextFactory
public JuelExpression(javax.el.ValueExpression expression, JuelElContextFactory elContextFactory)
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.