| Modifier and Type | Field and Description |
|---|---|
protected List<FlowableFunctionDelegate> |
CmmnEngineConfiguration.customFlowableFunctionDelegates |
protected List<FlowableFunctionDelegate> |
CmmnEngineConfiguration.flowableFunctionDelegates |
| Modifier and Type | Method and Description |
|---|---|
List<FlowableFunctionDelegate> |
CmmnEngineConfiguration.getCustomFlowableFunctionDelegates() |
List<FlowableFunctionDelegate> |
CmmnEngineConfiguration.getFlowableFunctionDelegates() |
| Modifier and Type | Method and Description |
|---|---|
CmmnEngineConfiguration |
CmmnEngineConfiguration.setCustomFlowableFunctionDelegates(List<FlowableFunctionDelegate> customFlowableFunctionDelegates) |
CmmnEngineConfiguration |
CmmnEngineConfiguration.setFlowableFunctionDelegates(List<FlowableFunctionDelegate> flowableFunctionDelegates) |
| Modifier and Type | Class and Description |
|---|---|
class |
IsPlanItemCompletedExpressionFunction
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 |
IsStageCompletableExpressionFunction
This function evaluates a stage to be completable, which is the case, if all required and active plan items are completed
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractFlowableFunctionDelegate
Abstract class that can be used as a base class for pluggable functions that can be used in the EL expressions
|
| Modifier and Type | Field and Description |
|---|---|
protected List<FlowableFunctionDelegate> |
DefaultExpressionManager.functionDelegates |
protected BiFunction<String,String,FlowableFunctionDelegate> |
FlowableFunctionMapper.functionResolver |
protected BiFunction<String,String,FlowableFunctionDelegate> |
DefaultExpressionManager.functionResolver |
protected BiFunction<String,String,FlowableFunctionDelegate> |
FlowableElContext.functionResolver |
protected BiFunction<String,String,FlowableFunctionDelegate> |
ParsingElContext.functionResolver |
| Modifier and Type | Method and Description |
|---|---|
List<FlowableFunctionDelegate> |
DefaultExpressionManager.getFunctionDelegates() |
List<FlowableFunctionDelegate> |
ExpressionManager.getFunctionDelegates()
Returns the custom functions registered and usable in expressions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultExpressionManager.setFunctionDelegates(List<FlowableFunctionDelegate> functionDelegates) |
void |
ExpressionManager.setFunctionDelegates(List<FlowableFunctionDelegate> functionDelegates)
Set the custom functions usable in expressions.
|
void |
FlowableFunctionMapper.setFunctionResolver(BiFunction<String,String,FlowableFunctionDelegate> functionResolver) |
| Constructor and Description |
|---|
FlowableElContext(ELResolver elResolver,
BiFunction<String,String,FlowableFunctionDelegate> functionResolver) |
FlowableFunctionMapper(BiFunction<String,String,FlowableFunctionDelegate> functionResolver) |
ParsingElContext(BiFunction<String,String,FlowableFunctionDelegate> functionResolver) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractFlowableVariableExpressionFunction |
class |
AbstractVariableComparatorExpressionFunction |
class |
VariableBase64ExpressionFunction
Returns the Base64 encoded value of a variable.
|
class |
VariableContainsAnyExpressionFunction
Checks if the value of a variable (fetched using the variableName through the variable scope) contains any of the provided values.
|
class |
VariableContainsExpressionFunction
Checks if the value of a variable (fetched using the variableName through the variable scope) contains all of the provided values.
|
class |
VariableEqualsExpressionFunction
Compares the value of a variable (fetched using the variableName through the variable scope)
with a value on equality.
|
class |
VariableExistsExpressionFunction
Returns whether or not a variable with the given name exists when fetched through the provided variable scope.
|
class |
VariableGetExpressionFunction
Returns the value of a variable.
|
class |
VariableGetOrDefaultExpressionFunction
Returns the value of a variable, or a default if the value is null.
|
class |
VariableGreaterThanExpressionFunction |
class |
VariableGreaterThanOrEqualsExpressionFunction |
class |
VariableIsEmptyExpressionFunction
Checks if the value of a variable (fetched using the variableName through the variable scope) is empty.
|
class |
VariableIsNotEmptyExpressionFunction
Opposite operation of the $
VariableIsEmptyExpressionFunction . |
class |
VariableLowerThanExpressionFunction |
class |
VariableLowerThanOrEqualsExpressionFunction |
class |
VariableNotEqualsExpressionFunction
Compares the value of a variable (fetched using the variableName through the variable scope).
|
| Modifier and Type | Field and Description |
|---|---|
protected List<FlowableFunctionDelegate> |
DmnEngineConfiguration.customFlowableFunctionDelegates |
protected List<FlowableFunctionDelegate> |
DmnEngineConfiguration.flowableFunctionDelegates |
| Modifier and Type | Method and Description |
|---|---|
List<FlowableFunctionDelegate> |
DmnEngineConfiguration.getCustomFlowableFunctionDelegates() |
List<FlowableFunctionDelegate> |
DmnEngineConfiguration.getFlowableFunctionDelegates() |
| Modifier and Type | Method and Description |
|---|---|
DmnEngineConfiguration |
DmnEngineConfiguration.setCustomFlowableFunctionDelegates(List<FlowableFunctionDelegate> customFlowableFunctionDelegates) |
DmnEngineConfiguration |
DmnEngineConfiguration.setFlowableFunctionDelegates(List<FlowableFunctionDelegate> flowableFunctionDelegates) |
| Modifier and Type | Class and Description |
|---|---|
class |
FlowableAddDateFunctionDelegate
A date function mapper that can be used in EL expressions
|
class |
FlowableAllOfFunctionDelegate
A collection function mapper that can be used in EL expressions
|
class |
FlowableAnyOfFunctionDelegate
A collection function mapper that can be used in EL expressions
|
class |
FlowableContainsAnyFunctionDelegate
A collection function mapper that can be used in EL expressions
|
class |
FlowableContainsFunctionDelegate
A collection function mapper that can be used in EL expressions
|
class |
FlowableCurrentDateFunctionDelegate
A date function mapper that can be used in EL expressions
|
class |
FlowableNoneOfFunctionDelegate
A collection function mapper that can be used in EL expressions
|
class |
FlowableNotAllOfFunctionDelegate
A collection function mapper that can be used in EL expressions
|
class |
FlowableNotContainsAnyFunctionDelegate
A collection function mapper that can be used in EL expressions
|
class |
FlowableNotContainsFunctionDelegate
A collection function mapper that can be used in EL expressions
|
class |
FlowableSubtractDateFunctionDelegate
A date function mapper that can be used in EL expressions
|
class |
FlowableToDateFunctionDelegate
A date function mapper that can be used in EL expressions
|
| Modifier and Type | Field and Description |
|---|---|
protected List<FlowableFunctionDelegate> |
ProcessEngineConfigurationImpl.customFlowableFunctionDelegates |
protected List<FlowableFunctionDelegate> |
ProcessEngineConfigurationImpl.flowableFunctionDelegates |
| Modifier and Type | Method and Description |
|---|---|
List<FlowableFunctionDelegate> |
ProcessEngineConfigurationImpl.getCustomFlowableFunctionDelegates() |
List<FlowableFunctionDelegate> |
ProcessEngineConfigurationImpl.getFlowableFunctionDelegates() |
| Modifier and Type | Method and Description |
|---|---|
ProcessEngineConfigurationImpl |
ProcessEngineConfigurationImpl.setCustomFlowableFunctionDelegates(List<FlowableFunctionDelegate> customFlowableFunctionDelegates) |
ProcessEngineConfigurationImpl |
ProcessEngineConfigurationImpl.setFlowableFunctionDelegates(List<FlowableFunctionDelegate> flowableFunctionDelegates) |
| Modifier and Type | Class and Description |
|---|---|
class |
FlowableDateFunctionDelegate
A date function mapper that can be used in EL expressions
|
| Modifier and Type | Class and Description |
|---|---|
class |
TaskGetFunctionDelegate |
Copyright © 2023 Flowable. All rights reserved.