Uses of Class
org.camunda.bpm.engine.impl.javax.el.FunctionMapper

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 ActivitiFunctionMapper
          Default implementation of a FunctionMapper.
 

Methods in org.camunda.bpm.engine.impl.el that return FunctionMapper
 FunctionMapper ParsingElContext.getFunctionMapper()
           
 FunctionMapper ActivitiElContext.getFunctionMapper()
           
 

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.
 



Copyright © 2014 camunda services GmbH. All Rights Reserved.