Uses of Class
org.camunda.bpm.engine.impl.juel.TreeStore
-
Packages that use TreeStore Package Description 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 Modifier and Type Method Description 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 Constructor Description 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.
-