Uses of Interface
org.flowable.common.engine.impl.el.FlowableAstFunctionCreator
Packages that use FlowableAstFunctionCreator
Package
Description
-
Uses of FlowableAstFunctionCreator in org.flowable.cmmn.engine
Fields in org.flowable.cmmn.engine with type parameters of type FlowableAstFunctionCreatorModifier and TypeFieldDescriptionprotected List<FlowableAstFunctionCreator>CmmnEngineConfiguration.astFunctionCreatorsMethods in org.flowable.cmmn.engine that return types with arguments of type FlowableAstFunctionCreatorMethod parameters in org.flowable.cmmn.engine with type arguments of type FlowableAstFunctionCreatorModifier and TypeMethodDescriptionvoidCmmnEngineConfiguration.setAstFunctionCreators(List<FlowableAstFunctionCreator> astFunctionCreators) -
Uses of FlowableAstFunctionCreator in org.flowable.cmmn.engine.impl.function
Classes in org.flowable.cmmn.engine.impl.function that implement FlowableAstFunctionCreatorModifier and TypeClassDescriptionclassThis function evaluates a plan item to be completed, which is most likely used on a plan item with a repetition rule to check, whether it has alreday been completed before.classThis function evaluates a stage to be completable, which is the case, if all required and active plan items are completed -
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). -
Uses of FlowableAstFunctionCreator in org.flowable.engine.impl.cfg
Fields in org.flowable.engine.impl.cfg with type parameters of type FlowableAstFunctionCreatorModifier and TypeFieldDescriptionprotected List<FlowableAstFunctionCreator>ProcessEngineConfigurationImpl.astFunctionCreatorsMethods in org.flowable.engine.impl.cfg that return types with arguments of type FlowableAstFunctionCreatorMethod parameters in org.flowable.engine.impl.cfg with type arguments of type FlowableAstFunctionCreatorModifier and TypeMethodDescriptionvoidProcessEngineConfigurationImpl.setAstFunctionCreators(List<FlowableAstFunctionCreator> astFunctionCreators)