Uses of Class
org.camunda.bpm.engine.impl.juel.ExpressionFactoryImpl.Profile

Packages that use ExpressionFactoryImpl.Profile
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
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
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
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 © 2015 camunda services GmbH. All rights reserved.