Uses of Class
org.camunda.bpm.engine.impl.juel.TreeStore

Packages that use TreeStore
org.camunda.bpm.engine.impl.juel   
 

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

Methods in org.camunda.bpm.engine.impl.juel that return TreeStore
protected  TreeStore ExpressionFactoryImpl.createTreeStore(int defaultCacheSize, ExpressionFactoryImpl.Profile profile, Properties properties)
          Create the factory's tree store.
 

Constructors in org.camunda.bpm.engine.impl.juel with parameters of type TreeStore
ExpressionFactoryImpl(TreeStore store)
          Create a new expression factory.
ExpressionFactoryImpl(TreeStore store, TypeConverter converter)
          Create a new expression factory.
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 camunda services GmbH. All rights reserved.