Uses of Enum Class
org.camunda.bpm.impl.juel.ExpressionFactoryImpl.Profile
Packages that use ExpressionFactoryImpl.Profile
-
Uses of ExpressionFactoryImpl.Profile in org.camunda.bpm.impl.juel
Methods in org.camunda.bpm.impl.juel that return ExpressionFactoryImpl.ProfileModifier 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.Methods in org.camunda.bpm.impl.juel with parameters of type ExpressionFactoryImpl.ProfileModifier 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 ExpressionFactoryImpl.ProfileModifierConstructorDescriptionCreate 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.