Uses of Enum Class
org.camunda.bpm.impl.juel.ExpressionFactoryImpl.Profile
-
Uses of ExpressionFactoryImpl.Profile in org.camunda.bpm.impl.juel
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static ExpressionFactoryImpl.Profile[]
ExpressionFactoryImpl.Profile.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionprotected TreeStore
ExpressionFactoryImpl.createTreeStore
(int defaultCacheSize, ExpressionFactoryImpl.Profile profile, Properties properties) Create the factory's tree store.ModifierConstructorDescriptionCreate a new expression factory using the default builder and cache implementations.ExpressionFactoryImpl
(ExpressionFactoryImpl.Profile profile, Properties properties) Create a new expression factory using the default builder and cache implementations.ExpressionFactoryImpl
(ExpressionFactoryImpl.Profile profile, Properties properties, TypeConverter converter) Create a new expression factory using the default builder and cache implementations.