Uses of Interface
org.flowable.common.engine.impl.el.FlowableAstFunctionCreator
-
Packages that use FlowableAstFunctionCreator Package Description org.flowable.common.engine.impl.el org.flowable.common.engine.impl.el.function -
-
Uses of FlowableAstFunctionCreator in org.flowable.common.engine.impl.el
Fields in org.flowable.common.engine.impl.el declared as FlowableAstFunctionCreator Modifier and Type Field Description protected FlowableAstFunctionCreatorFlowableExpressionFactory.FlowableExpressionBuilder. defaultFunctionCreatorFields in org.flowable.common.engine.impl.el with type parameters of type FlowableAstFunctionCreator Modifier and Type Field Description protected List<FlowableAstFunctionCreator>DefaultExpressionManager. astFunctionCreatorsprotected Map<String,FlowableAstFunctionCreator>FlowableExpressionFactory.FlowableExpressionBuilder. astFunctionCreatorsMethods in org.flowable.common.engine.impl.el that return FlowableAstFunctionCreator Modifier and Type Method Description FlowableAstFunctionCreatorFlowableExpressionFactory.FlowableExpressionBuilder. getAstFunctionCreator(String functionName)FlowableAstFunctionCreatorFlowableExpressionFactory.FlowableExpressionBuilder. getDefaultFunctionCreator()Methods in org.flowable.common.engine.impl.el that return types with arguments of type FlowableAstFunctionCreator Modifier and Type Method Description List<FlowableAstFunctionCreator>DefaultExpressionManager. getAstFunctionCreators()List<FlowableAstFunctionCreator>ExpressionManager. getAstFunctionCreators()Returns theFlowableAstFunctionCreatorwhich potentially can alter the expression functions during the creation of anExpressioninstance.Map<String,FlowableAstFunctionCreator>FlowableExpressionFactory.FlowableExpressionBuilder. getAstFunctionCreators()Methods in org.flowable.common.engine.impl.el with parameters of type FlowableAstFunctionCreator Modifier and Type Method Description voidFlowableExpressionFactory.FlowableExpressionBuilder. addAstFunctionCreator(FlowableAstFunctionCreator astFunctionCreator)voidFlowableExpressionFactory.FlowableExpressionBuilder. setDefaultFunctionCreator(FlowableAstFunctionCreator defaultFunctionCreator)Method parameters in org.flowable.common.engine.impl.el with type arguments of type FlowableAstFunctionCreator Modifier and Type Method Description voidDefaultExpressionManager. setAstFunctionCreators(List<FlowableAstFunctionCreator> astFunctionCreators)voidExpressionManager. setAstFunctionCreators(List<FlowableAstFunctionCreator> astFunctionCreators)Sets theFlowableAstFunctionCreatorinstances which can alter the expression functions during the creation of anExpressioninstance.voidFlowableExpressionFactory. setAstFunctionCreators(Collection<FlowableAstFunctionCreator> astFunctionCreators) -
Uses of FlowableAstFunctionCreator in org.flowable.common.engine.impl.el.function
Classes in org.flowable.common.engine.impl.el.function that implement FlowableAstFunctionCreator Modifier and Type Class Description classAbstractFlowableVariableExpressionFunctionclassAbstractVariableComparatorExpressionFunctionclassVariableBase64ExpressionFunctionReturns the Base64 encoded value of a variable.classVariableContainsAnyExpressionFunctionChecks if the value of a variable (fetched using the variableName through the variable scope) contains any of the provided values.classVariableContainsExpressionFunctionChecks if the value of a variable (fetched using the variableName through the variable scope) contains all of the provided values.classVariableEqualsExpressionFunctionCompares the value of a variable (fetched using the variableName through the variable scope) with a value on equality.classVariableExistsExpressionFunctionReturns whether or not a variable with the given name exists when fetched through the provided variable scope.classVariableGetExpressionFunctionReturns the value of a variable.classVariableGetOrDefaultExpressionFunctionReturns the value of a variable, or a default if the value is null.classVariableGreaterThanExpressionFunctionclassVariableGreaterThanOrEqualsExpressionFunctionclassVariableIsEmptyExpressionFunctionChecks if the value of a variable (fetched using the variableName through the variable scope) is empty.classVariableIsNotEmptyExpressionFunctionOpposite operation of the $VariableIsEmptyExpressionFunction.classVariableLowerThanExpressionFunctionclassVariableLowerThanOrEqualsExpressionFunctionclassVariableNotEqualsExpressionFunctionCompares the value of a variable (fetched using the variableName through the variable scope).
-