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.astFunctionCreators
Methods 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 TypeMethodDescriptionvoid
CmmnEngineConfiguration.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 TypeClassDescriptionclass
This 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.class
This 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 FlowableAstFunctionCreator
FlowableExpressionFactory.FlowableExpressionBuilder.defaultFunctionCreator
Fields in org.flowable.common.engine.impl.el with type parameters of type FlowableAstFunctionCreatorModifier and TypeFieldDescriptionprotected List<FlowableAstFunctionCreator>
DefaultExpressionManager.astFunctionCreators
protected final Map<String,
FlowableAstFunctionCreator> FlowableExpressionFactory.FlowableExpressionBuilder.astFunctionCreators
Methods 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 theFlowableAstFunctionCreator
which potentially can alter the expression functions during the creation of anExpression
instance.FlowableExpressionFactory.FlowableExpressionBuilder.getAstFunctionCreators()
Methods in org.flowable.common.engine.impl.el with parameters of type FlowableAstFunctionCreatorModifier and TypeMethodDescriptionvoid
FlowableExpressionFactory.FlowableExpressionBuilder.addAstFunctionCreator
(FlowableAstFunctionCreator astFunctionCreator) void
FlowableExpressionFactory.FlowableExpressionBuilder.setDefaultFunctionCreator
(FlowableAstFunctionCreator defaultFunctionCreator) Method parameters in org.flowable.common.engine.impl.el with type arguments of type FlowableAstFunctionCreatorModifier and TypeMethodDescriptionvoid
DefaultExpressionManager.setAstFunctionCreators
(List<FlowableAstFunctionCreator> astFunctionCreators) void
ExpressionManager.setAstFunctionCreators
(List<FlowableAstFunctionCreator> astFunctionCreators) Sets theFlowableAstFunctionCreator
instances which can alter the expression functions during the creation of anExpression
instance.void
FlowableExpressionFactory.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 TypeClassDescriptionclass
class
class
Returns the Base64 encoded value of a variable.class
Checks if the value of a variable (fetched using the variableName through the variable scope) contains any of the provided values.class
Checks if the value of a variable (fetched using the variableName through the variable scope) contains all of the provided values.class
Compares the value of a variable (fetched using the variableName through the variable scope) with a value on equality.class
Returns whether or not a variable with the given name exists when fetched through the provided variable scope.class
Returns the value of a variable.class
Returns the value of a variable, or a default if the value is null.class
class
class
Checks if the value of a variable (fetched using the variableName through the variable scope) is empty.class
Opposite operation of the $VariableIsEmptyExpressionFunction
.class
class
class
Compares 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.astFunctionCreators
Methods 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 TypeMethodDescriptionvoid
ProcessEngineConfigurationImpl.setAstFunctionCreators
(List<FlowableAstFunctionCreator> astFunctionCreators)