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 java.util.EnumSet<Builder.Feature>Builder. featuresMethods in org.camunda.bpm.engine.impl.juel that return Builder.Feature Modifier and Type Method Description static Builder.FeatureBuilder.Feature. valueOf(java.lang.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 TreeBuilderExpressionFactoryImpl. createTreeBuilder(java.util.Properties properties, Builder.Feature... features)Create the factory's builder.booleanBuilder. isEnabled(Builder.Feature feature)Constructors in org.camunda.bpm.engine.impl.juel with parameters of type Builder.Feature Constructor Description Builder(Builder.Feature... features)
-