| Package | Description | 
|---|---|
| org.camunda.bpm.engine.impl.juel | 
| Modifier and Type | Method and 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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected TreeStore | 
ExpressionFactoryImpl.createTreeStore(int defaultCacheSize,
               ExpressionFactoryImpl.Profile profile,
               Properties properties)
Create the factory's tree store. 
 | 
| Constructor and 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. 
 | 
Copyright © 2019. All rights reserved.