Uses of Class
org.camunda.bpm.impl.juel.TreeStore
Packages that use TreeStore
-
Uses of TreeStore in org.camunda.bpm.impl.juel
Methods in org.camunda.bpm.impl.juel that return TreeStoreModifier and TypeMethodDescriptionprotected TreeStore
ExpressionFactoryImpl.createTreeStore
(int defaultCacheSize, ExpressionFactoryImpl.Profile profile, Properties properties) Create the factory's tree store.Constructors in org.camunda.bpm.impl.juel with parameters of type TreeStoreModifierConstructorDescriptionExpressionFactoryImpl
(TreeStore store) Create a new expression factory.ExpressionFactoryImpl
(TreeStore store, TypeConverter converter) Create a new expression factory.TreeMethodExpression
(TreeStore store, jakarta.el.FunctionMapper functions, jakarta.el.VariableMapper variables, TypeConverter converter, String expr, Class<?> returnType, Class<?>[] paramTypes) Create a new method expression.TreeValueExpression
(TreeStore store, jakarta.el.FunctionMapper functions, jakarta.el.VariableMapper variables, TypeConverter converter, String expr, Class<?> type) Create a new value expression.