|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FunctionMapper | |
|---|---|
| org.camunda.bpm.engine.impl.el | |
| org.camunda.bpm.engine.impl.javax.el | |
| org.camunda.bpm.engine.impl.juel | |
| Uses of FunctionMapper in org.camunda.bpm.engine.impl.el |
|---|
| Subclasses of FunctionMapper in org.camunda.bpm.engine.impl.el | |
|---|---|
class |
CommandContextFunctionMapper
|
class |
CompositeFunctionMapper
A FunctionMapper implemenation which delegates to a list of
mappers. |
class |
DateTimeFunctionMapper
|
| Fields in org.camunda.bpm.engine.impl.el declared as FunctionMapper | |
|---|---|
protected FunctionMapper |
ProcessEngineElContext.functionMapper
|
| Fields in org.camunda.bpm.engine.impl.el with type parameters of type FunctionMapper | |
|---|---|
protected List<FunctionMapper> |
CompositeFunctionMapper.delegateMappers
|
protected List<FunctionMapper> |
ExpressionManager.functionMappers
|
| Methods in org.camunda.bpm.engine.impl.el that return FunctionMapper | |
|---|---|
FunctionMapper |
ProcessEngineElContext.getFunctionMapper()
|
| Methods in org.camunda.bpm.engine.impl.el with parameters of type FunctionMapper | |
|---|---|
void |
ExpressionManager.addFunctionMapper(FunctionMapper elFunctionMapper)
|
| Constructor parameters in org.camunda.bpm.engine.impl.el with type arguments of type FunctionMapper | |
|---|---|
CompositeFunctionMapper(List<FunctionMapper> delegateMappers)
|
|
ProcessEngineElContext(List<FunctionMapper> functionMappers)
|
|
ProcessEngineElContext(List<FunctionMapper> functionMappers,
ELResolver elResolver)
|
|
| Uses of FunctionMapper in org.camunda.bpm.engine.impl.javax.el |
|---|
| Methods in org.camunda.bpm.engine.impl.javax.el that return FunctionMapper | |
|---|---|
abstract FunctionMapper |
ELContext.getFunctionMapper()
Retrieves the FunctionMapper associated with this ELContext. |
| Uses of FunctionMapper in org.camunda.bpm.engine.impl.juel |
|---|
| Methods in org.camunda.bpm.engine.impl.juel that return FunctionMapper | |
|---|---|
FunctionMapper |
SimpleContext.getFunctionMapper()
Get our function mapper. |
| Methods in org.camunda.bpm.engine.impl.juel with parameters of type FunctionMapper | |
|---|---|
Bindings |
Tree.bind(FunctionMapper fnMapper,
VariableMapper varMapper)
Create a bindings. |
Bindings |
Tree.bind(FunctionMapper fnMapper,
VariableMapper varMapper,
TypeConverter converter)
Create a bindings. |
| Constructors in org.camunda.bpm.engine.impl.juel with parameters of type FunctionMapper | |
|---|---|
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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||