Uses of Interface
org.flowable.common.engine.impl.el.FlowableAstFunctionCreator
Packages that use FlowableAstFunctionCreator
-
Uses of FlowableAstFunctionCreator in org.flowable.common.engine.impl.el
Fields in org.flowable.common.engine.impl.el declared as FlowableAstFunctionCreatorModifier and TypeFieldDescriptionprotected FlowableAstFunctionCreatorFlowableExpressionFactory.FlowableExpressionBuilder.defaultFunctionCreatorFields in org.flowable.common.engine.impl.el with type parameters of type FlowableAstFunctionCreatorModifier and TypeFieldDescriptionprotected List<FlowableAstFunctionCreator>DefaultExpressionManager.astFunctionCreatorsprotected final Map<String,FlowableAstFunctionCreator> FlowableExpressionFactory.FlowableExpressionBuilder.astFunctionCreatorsMethods in org.flowable.common.engine.impl.el that return FlowableAstFunctionCreatorModifier and TypeMethodDescriptionFlowableExpressionFactory.FlowableExpressionBuilder.getAstFunctionCreator(String functionName) FlowableExpressionFactory.FlowableExpressionBuilder.getDefaultFunctionCreator()Methods in org.flowable.common.engine.impl.el that return types with arguments of type FlowableAstFunctionCreatorModifier and TypeMethodDescriptionDefaultExpressionManager.getAstFunctionCreators()ExpressionManager.getAstFunctionCreators()Returns theFlowableAstFunctionCreatorwhich potentially can alter the expression functions during the creation of anExpressioninstance.FlowableExpressionFactory.FlowableExpressionBuilder.getAstFunctionCreators()Methods in org.flowable.common.engine.impl.el with parameters of type FlowableAstFunctionCreatorModifier and TypeMethodDescriptionvoidFlowableExpressionFactory.FlowableExpressionBuilder.addAstFunctionCreator(FlowableAstFunctionCreator astFunctionCreator) voidFlowableExpressionFactory.FlowableExpressionBuilder.setDefaultFunctionCreator(FlowableAstFunctionCreator defaultFunctionCreator) Method parameters in org.flowable.common.engine.impl.el with type arguments of type FlowableAstFunctionCreatorModifier and TypeMethodDescriptionvoidDefaultExpressionManager.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 FlowableAstFunctionCreatorModifier and TypeClassDescriptionclassclassclassReturns the Base64 encoded value of a variable.classChecks if the value of a variable (fetched using the variableName through the variable scope) contains any of the provided values.classChecks if the value of a variable (fetched using the variableName through the variable scope) contains all of the provided values.classCompares the value of a variable (fetched using the variableName through the variable scope) with a value on equality.classReturns whether or not a variable with the given name exists when fetched through the provided variable scope.classReturns the value of a variable.classReturns the value of a variable, or a default if the value is null.classclassclassChecks if the value of a variable (fetched using the variableName through the variable scope) is empty.classOpposite operation of the $VariableIsEmptyExpressionFunction.classclassclassCompares the value of a variable (fetched using the variableName through the variable scope).