Uses of Class
org.camunda.bpm.engine.impl.juel.ExpressionFactoryImpl.Profile
-
Packages that use ExpressionFactoryImpl.Profile Package Description org.camunda.bpm.engine.impl.juel -
-
Uses of ExpressionFactoryImpl.Profile in org.camunda.bpm.engine.impl.juel
Methods in org.camunda.bpm.engine.impl.juel that return ExpressionFactoryImpl.Profile Modifier and Type Method Description static ExpressionFactoryImpl.Profile
ExpressionFactoryImpl.Profile. valueOf(String name)
Returns the enum constant of this type with the specified name.static ExpressionFactoryImpl.Profile[]
ExpressionFactoryImpl.Profile. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.camunda.bpm.engine.impl.juel with parameters of type ExpressionFactoryImpl.Profile 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 ExpressionFactoryImpl.Profile Constructor Description ExpressionFactoryImpl(ExpressionFactoryImpl.Profile profile)
Create 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.
-