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.customFlowableFunctionDelegatesprotected List<FlowableFunctionDelegate>CmmnEngineConfiguration.flowableFunctionDelegatesMethods 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 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 completedclass -
Uses of FlowableFunctionDelegate in org.flowable.common.engine.impl.el
Classes in org.flowable.common.engine.impl.el that implement FlowableFunctionDelegateModifier and TypeClassDescriptionclassAbstract 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.functionDelegateMapprotected List<FlowableFunctionDelegate>DefaultExpressionManager.functionDelegatesMethods 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 MethodFunctionDelegatesFlowableFunctionResolver.resolveFunction(FlowableFunctionDelegate functionDelegate) Method parameters in org.flowable.common.engine.impl.el with type arguments of type FlowableFunctionDelegateModifier and TypeMethodDescriptionFlowableFunctionResolverFactory.create(Collection<FlowableFunctionDelegate> functionDelegates) voidDefaultExpressionManager.setFunctionDelegates(List<FlowableFunctionDelegate> functionDelegates) voidExpressionManager.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 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 FlowableFunctionDelegate in org.flowable.dmn.engine
Fields in org.flowable.dmn.engine with type parameters of type FlowableFunctionDelegateModifier and TypeFieldDescriptionprotected List<FlowableFunctionDelegate>DmnEngineConfiguration.customFlowableFunctionDelegatesprotected List<FlowableFunctionDelegate>DmnEngineConfiguration.flowableFunctionDelegatesMethods 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 TypeClassDescriptionclassA date function mapper that can be used in EL expressionsclassA collection function mapper that can be used in EL expressionsclassA collection function mapper that can be used in EL expressionsclassA collection function mapper that can be used in EL expressionsclassA collection function mapper that can be used in EL expressionsclassA date function mapper that can be used in EL expressionsclassA collection function mapper that can be used in EL expressionsclassA collection function mapper that can be used in EL expressionsclassA collection function mapper that can be used in EL expressionsclassA collection function mapper that can be used in EL expressionsclassA date function mapper that can be used in EL expressionsclassA 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.customFlowableFunctionDelegatesprotected List<FlowableFunctionDelegate>ProcessEngineConfigurationImpl.flowableFunctionDelegatesMethods 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 TypeClassDescriptionclassA 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