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

Packages that use VariableMapper
org.camunda.bpm.engine.impl.el   
org.camunda.bpm.engine.impl.javax.el   
org.camunda.bpm.engine.impl.juel   
 

Uses of VariableMapper in org.camunda.bpm.engine.impl.el
 

Methods in org.camunda.bpm.engine.impl.el that return VariableMapper
 VariableMapper ProcessEngineElContext.getVariableMapper()
           
 

Uses of VariableMapper in org.camunda.bpm.engine.impl.javax.el
 

Methods in org.camunda.bpm.engine.impl.javax.el that return VariableMapper
abstract  VariableMapper ELContext.getVariableMapper()
          Retrieves the VariableMapper associated with this ELContext.
 

Uses of VariableMapper in org.camunda.bpm.engine.impl.juel
 

Methods in org.camunda.bpm.engine.impl.juel that return VariableMapper
 VariableMapper SimpleContext.getVariableMapper()
          Get our variable mapper.
 

Methods in org.camunda.bpm.engine.impl.juel with parameters of type VariableMapper
 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 VariableMapper
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 © 2016 camunda services GmbH. All rights reserved.