Package | Description |
---|---|
org.camunda.bpm.engine.impl.el | |
org.camunda.bpm.engine.impl.javax.el | |
org.camunda.bpm.engine.impl.juel |
Modifier and Type | Method and Description |
---|---|
VariableMapper |
ParsingElContext.getVariableMapper() |
VariableMapper |
ActivitiElContext.getVariableMapper() |
Modifier and Type | Method and Description |
---|---|
abstract VariableMapper |
ELContext.getVariableMapper()
Retrieves the VariableMapper associated with this ELContext.
|
Modifier and Type | Method and Description |
---|---|
VariableMapper |
SimpleContext.getVariableMapper()
Get our variable mapper.
|
Modifier and Type | Method and Description |
---|---|
Bindings |
Tree.bind(FunctionMapper fnMapper,
VariableMapper varMapper)
Create a bindings.
|
Bindings |
Tree.bind(FunctionMapper fnMapper,
VariableMapper varMapper,
TypeConverter converter)
Create a bindings.
|
Constructor and Description |
---|
TreeMethodExpression(TreeStore store,
FunctionMapper functions,
VariableMapper variables,
TypeConverter converter,
String expr,
Class<?> returnType,
Class<?>[] paramTypes)
Create a new method expression.
|
TreeValueExpression(TreeStore store,
FunctionMapper functions,
VariableMapper variables,
TypeConverter converter,
String expr,
Class<?> type)
Create a new value expression.
|
Copyright © 2015. All rights reserved.