Uses of Class
org.flowable.common.engine.impl.de.odysseus.el.tree.impl.Builder.Feature
-
Packages that use Builder.Feature Package Description org.flowable.common.engine.impl.de.odysseus.el org.flowable.common.engine.impl.de.odysseus.el.tree.impl org.flowable.common.engine.impl.el -
-
Uses of Builder.Feature in org.flowable.common.engine.impl.de.odysseus.el
Methods in org.flowable.common.engine.impl.de.odysseus.el with parameters of type Builder.Feature Modifier and Type Method Description protected TreeBuilderExpressionFactoryImpl. createDefaultTreeBuilder(Builder.Feature... features)protected TreeBuilderExpressionFactoryImpl. createTreeBuilder(Properties properties, Builder.Feature... features)Create the factory's builder. -
Uses of Builder.Feature in org.flowable.common.engine.impl.de.odysseus.el.tree.impl
Fields in org.flowable.common.engine.impl.de.odysseus.el.tree.impl with type parameters of type Builder.Feature Modifier and Type Field Description protected EnumSet<Builder.Feature>Builder. featuresMethods in org.flowable.common.engine.impl.de.odysseus.el.tree.impl that return Builder.Feature Modifier and Type Method Description static Builder.FeatureBuilder.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.flowable.common.engine.impl.de.odysseus.el.tree.impl with parameters of type Builder.Feature Modifier and Type Method Description booleanBuilder. isEnabled(Builder.Feature feature)Constructors in org.flowable.common.engine.impl.de.odysseus.el.tree.impl with parameters of type Builder.Feature Constructor Description Builder(Builder.Feature... features) -
Uses of Builder.Feature in org.flowable.common.engine.impl.el
Methods in org.flowable.common.engine.impl.el with parameters of type Builder.Feature Modifier and Type Method Description protected TreeBuilderFlowableExpressionFactory. createDefaultTreeBuilder(Builder.Feature... features)Constructors in org.flowable.common.engine.impl.el with parameters of type Builder.Feature Constructor Description FlowableExpressionBuilder(Builder.Feature... features)
-