Uses of Interface
org.flowable.common.engine.api.delegate.FlowableFunctionDelegate
Packages that use FlowableFunctionDelegate
Package
Description
-
Uses of FlowableFunctionDelegate in org.flowable.cmmn.engine
Fields in org.flowable.cmmn.engine with type parameters of type FlowableFunctionDelegateModifier and TypeFieldDescriptionprotected List<FlowableFunctionDelegate>
CmmnEngineConfiguration.customFlowableFunctionDelegates
protected List<FlowableFunctionDelegate>
CmmnEngineConfiguration.flowableFunctionDelegates
Methods in org.flowable.cmmn.engine that return types with arguments of type FlowableFunctionDelegateModifier and TypeMethodDescriptionCmmnEngineConfiguration.getCustomFlowableFunctionDelegates()
CmmnEngineConfiguration.getFlowableFunctionDelegates()
Method parameters in org.flowable.cmmn.engine with type arguments of type FlowableFunctionDelegateModifier and TypeMethodDescriptionCmmnEngineConfiguration.setCustomFlowableFunctionDelegates
(List<FlowableFunctionDelegate> customFlowableFunctionDelegates) CmmnEngineConfiguration.setFlowableFunctionDelegates
(List<FlowableFunctionDelegate> flowableFunctionDelegates) -
Uses of FlowableFunctionDelegate in org.flowable.cmmn.engine.impl.function
Classes in org.flowable.cmmn.engine.impl.function that implement FlowableFunctionDelegateModifier 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 completedclass
-
Uses of FlowableFunctionDelegate in org.flowable.common.engine.impl.el
Classes in org.flowable.common.engine.impl.el that implement FlowableFunctionDelegateModifier and TypeClassDescriptionclass
Abstract class that can be used as a base class for pluggable functions that can be used in the EL expressionsFields in org.flowable.common.engine.impl.el with type parameters of type FlowableFunctionDelegateModifier and TypeFieldDescriptionprotected final Map<String,
FlowableFunctionDelegate> FunctionDelegatesFlowableFunctionResolver.functionDelegateMap
protected List<FlowableFunctionDelegate>
DefaultExpressionManager.functionDelegates
Methods in org.flowable.common.engine.impl.el that return types with arguments of type FlowableFunctionDelegateModifier and TypeMethodDescriptionDefaultExpressionManager.getFunctionDelegates()
ExpressionManager.getFunctionDelegates()
Returns the custom functions registered and usable in expressions.Methods in org.flowable.common.engine.impl.el with parameters of type FlowableFunctionDelegateModifier and TypeMethodDescriptionprotected Method
FunctionDelegatesFlowableFunctionResolver.resolveFunction
(FlowableFunctionDelegate functionDelegate) Method parameters in org.flowable.common.engine.impl.el with type arguments of type FlowableFunctionDelegateModifier and TypeMethodDescriptionFlowableFunctionResolverFactory.create
(Collection<FlowableFunctionDelegate> functionDelegates) void
DefaultExpressionManager.setFunctionDelegates
(List<FlowableFunctionDelegate> functionDelegates) void
ExpressionManager.setFunctionDelegates
(List<FlowableFunctionDelegate> functionDelegates) Set the custom functions usable in expressions.Constructor parameters in org.flowable.common.engine.impl.el with type arguments of type FlowableFunctionDelegateModifierConstructorDescriptionFunctionDelegatesFlowableFunctionResolver
(Collection<FlowableFunctionDelegate> functionDelegates) -
Uses of FlowableFunctionDelegate in org.flowable.common.engine.impl.el.function
Classes in org.flowable.common.engine.impl.el.function that implement FlowableFunctionDelegateModifier 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 FlowableFunctionDelegate in org.flowable.dmn.engine
Fields in org.flowable.dmn.engine with type parameters of type FlowableFunctionDelegateModifier and TypeFieldDescriptionprotected List<FlowableFunctionDelegate>
DmnEngineConfiguration.customFlowableFunctionDelegates
protected List<FlowableFunctionDelegate>
DmnEngineConfiguration.flowableFunctionDelegates
Methods in org.flowable.dmn.engine that return types with arguments of type FlowableFunctionDelegateModifier and TypeMethodDescriptionDmnEngineConfiguration.getCustomFlowableFunctionDelegates()
DmnEngineConfiguration.getFlowableFunctionDelegates()
Method parameters in org.flowable.dmn.engine with type arguments of type FlowableFunctionDelegateModifier and TypeMethodDescriptionDmnEngineConfiguration.setCustomFlowableFunctionDelegates
(List<FlowableFunctionDelegate> customFlowableFunctionDelegates) DmnEngineConfiguration.setFlowableFunctionDelegates
(List<FlowableFunctionDelegate> flowableFunctionDelegates) -
Uses of FlowableFunctionDelegate in org.flowable.dmn.engine.impl.el
Classes in org.flowable.dmn.engine.impl.el that implement FlowableFunctionDelegateModifier and TypeClassDescriptionclass
A date function mapper that can be used in EL expressionsclass
A collection function mapper that can be used in EL expressionsclass
A collection function mapper that can be used in EL expressionsclass
A collection function mapper that can be used in EL expressionsclass
A collection function mapper that can be used in EL expressionsclass
A date function mapper that can be used in EL expressionsclass
A collection function mapper that can be used in EL expressionsclass
A collection function mapper that can be used in EL expressionsclass
A collection function mapper that can be used in EL expressionsclass
A collection function mapper that can be used in EL expressionsclass
A date function mapper that can be used in EL expressionsclass
A date function mapper that can be used in EL expressions -
Uses of FlowableFunctionDelegate in org.flowable.engine.impl.cfg
Fields in org.flowable.engine.impl.cfg with type parameters of type FlowableFunctionDelegateModifier and TypeFieldDescriptionprotected List<FlowableFunctionDelegate>
ProcessEngineConfigurationImpl.customFlowableFunctionDelegates
protected List<FlowableFunctionDelegate>
ProcessEngineConfigurationImpl.flowableFunctionDelegates
Methods in org.flowable.engine.impl.cfg that return types with arguments of type FlowableFunctionDelegateModifier and TypeMethodDescriptionProcessEngineConfigurationImpl.getCustomFlowableFunctionDelegates()
ProcessEngineConfigurationImpl.getFlowableFunctionDelegates()
Method parameters in org.flowable.engine.impl.cfg with type arguments of type FlowableFunctionDelegateModifier and TypeMethodDescriptionProcessEngineConfigurationImpl.setCustomFlowableFunctionDelegates
(List<FlowableFunctionDelegate> customFlowableFunctionDelegates) ProcessEngineConfigurationImpl.setFlowableFunctionDelegates
(List<FlowableFunctionDelegate> flowableFunctionDelegates) -
Uses of FlowableFunctionDelegate in org.flowable.engine.impl.el
Classes in org.flowable.engine.impl.el that implement FlowableFunctionDelegateModifier and TypeClassDescriptionclass
A date function mapper that can be used in EL expressions -
Uses of FlowableFunctionDelegate in org.flowable.engine.impl.function
Classes in org.flowable.engine.impl.function that implement FlowableFunctionDelegate