Uses of Class
org.camunda.bpm.engine.impl.juel.Builder.Feature
-
Packages that use Builder.Feature Package Description org.camunda.bpm.engine.impl.juel -
-
Uses of Builder.Feature in org.camunda.bpm.engine.impl.juel
Fields in org.camunda.bpm.engine.impl.juel with type parameters of type Builder.Feature Modifier and Type Field Description protected EnumSet<Builder.Feature>
Builder. features
Methods in org.camunda.bpm.engine.impl.juel that return Builder.Feature Modifier and Type Method Description static Builder.Feature
Builder.Feature. valueOf(String name)
Returns the enum constant of this type with the specified name.static Builder.Feature[]
Builder.Feature. 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 Builder.Feature Modifier and Type Method Description protected TreeBuilder
ExpressionFactoryImpl. createTreeBuilder(Properties properties, Builder.Feature... features)
Create the factory's builder.boolean
Builder. isEnabled(Builder.Feature feature)
Constructors in org.camunda.bpm.engine.impl.juel with parameters of type Builder.Feature Constructor Description Builder(Builder.Feature... features)
-