| Package | Description | 
|---|---|
| org.camunda.bpm.engine.impl.el | |
| org.camunda.bpm.engine.impl.javax.el | |
| org.camunda.bpm.engine.impl.juel | |
| org.camunda.spin.plugin.impl | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
CommandContextFunctionMapper  | 
class  | 
CompositeFunctionMapper
A  
FunctionMapper implemenation which delegates to a list of
 mappers. | 
class  | 
DateTimeFunctionMapper  | 
| Modifier and Type | Field and Description | 
|---|---|
protected FunctionMapper | 
ProcessEngineElContext.functionMapper  | 
| Modifier and Type | Field and Description | 
|---|---|
protected List<FunctionMapper> | 
CompositeFunctionMapper.delegateMappers  | 
protected List<FunctionMapper> | 
ExpressionManager.functionMappers  | 
| Modifier and Type | Method and Description | 
|---|---|
FunctionMapper | 
ProcessEngineElContext.getFunctionMapper()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ExpressionManager.addFunctionMapper(FunctionMapper elFunctionMapper)  | 
| Constructor and Description | 
|---|
CompositeFunctionMapper(List<FunctionMapper> delegateMappers)  | 
ProcessEngineElContext(List<FunctionMapper> functionMappers)  | 
ProcessEngineElContext(List<FunctionMapper> functionMappers,
                      ELResolver elResolver)  | 
| Modifier and Type | Method and Description | 
|---|---|
abstract FunctionMapper | 
ELContext.getFunctionMapper()
Retrieves the FunctionMapper associated with this ELContext. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
FunctionMapper | 
SimpleContext.getFunctionMapper()
Get our function 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. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
SpinFunctionMapper
A FunctionMapper which resolves the Spin functions for Expression Language. 
 | 
Copyright © 2019. All rights reserved.