Class FlowableExpressionFactory.FlowableExpressionBuilder
- java.lang.Object
-
- org.flowable.common.engine.impl.de.odysseus.el.tree.impl.Builder
-
- org.flowable.common.engine.impl.el.FlowableExpressionFactory.FlowableExpressionBuilder
-
- All Implemented Interfaces:
Serializable,TreeBuilder
- Enclosing class:
- FlowableExpressionFactory
protected static class FlowableExpressionFactory.FlowableExpressionBuilder extends Builder
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.Builder
Builder.Feature
-
-
Field Summary
Fields Modifier and Type Field Description protected Map<String,FlowableAstFunctionCreator>astFunctionCreatorsprotected FlowableAstFunctionCreatordefaultFunctionCreator
-
Constructor Summary
Constructors Modifier Constructor Description protectedFlowableExpressionBuilder(Builder.Feature... features)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddAstFunctionCreator(FlowableAstFunctionCreator astFunctionCreator)protected ParsercreateParser(String expression)FlowableAstFunctionCreatorgetAstFunctionCreator(String functionName)Map<String,FlowableAstFunctionCreator>getAstFunctionCreators()FlowableAstFunctionCreatorgetDefaultFunctionCreator()voidsetDefaultFunctionCreator(FlowableAstFunctionCreator defaultFunctionCreator)
-
-
-
Field Detail
-
astFunctionCreators
protected final Map<String,FlowableAstFunctionCreator> astFunctionCreators
-
defaultFunctionCreator
protected FlowableAstFunctionCreator defaultFunctionCreator
-
-
Constructor Detail
-
FlowableExpressionBuilder
protected FlowableExpressionBuilder(Builder.Feature... features)
-
-
Method Detail
-
createParser
protected Parser createParser(String expression)
- Overrides:
createParserin classBuilder
-
addAstFunctionCreator
public void addAstFunctionCreator(FlowableAstFunctionCreator astFunctionCreator)
-
getAstFunctionCreators
public Map<String,FlowableAstFunctionCreator> getAstFunctionCreators()
-
getAstFunctionCreator
public FlowableAstFunctionCreator getAstFunctionCreator(String functionName)
-
getDefaultFunctionCreator
public FlowableAstFunctionCreator getDefaultFunctionCreator()
-
setDefaultFunctionCreator
public void setDefaultFunctionCreator(FlowableAstFunctionCreator defaultFunctionCreator)
-
-