| Class | Description |
|---|---|
| AbstractFlowableVariableExpressionFunction | |
| AbstractVariableComparatorExpressionFunction | |
| VariableBase64ExpressionFunction |
Returns the Base64 encoded value of a variable.
|
| VariableContainsAnyExpressionFunction |
Checks if the value of a variable (fetched using the variableName through the variable scope) contains any of the provided values.
|
| VariableContainsExpressionFunction |
Checks if the value of a variable (fetched using the variableName through the variable scope) contains all of the provided values.
|
| VariableEqualsExpressionFunction |
Compares the value of a variable (fetched using the variableName through the variable scope)
with a value on equality.
|
| VariableExistsExpressionFunction |
Returns whether or not a variable with the given name exists when fetched through the provided variable scope.
|
| VariableGetExpressionFunction |
Returns the value of a variable.
|
| VariableGetOrDefaultExpressionFunction |
Returns the value of a variable, or a default if the value is null.
|
| VariableGreaterThanExpressionFunction | |
| VariableGreaterThanOrEqualsExpressionFunction | |
| VariableIsEmptyExpressionFunction |
Checks if the value of a variable (fetched using the variableName through the variable scope) is empty.
|
| VariableIsNotEmptyExpressionFunction |
Opposite operation of the $
VariableIsEmptyExpressionFunction . |
| VariableLowerThanExpressionFunction | |
| VariableLowerThanOrEqualsExpressionFunction | |
| VariableNotEqualsExpressionFunction |
Compares the value of a variable (fetched using the variableName through the variable scope).
|
| Enum | Description |
|---|---|
| AbstractVariableComparatorExpressionFunction.OPERATOR |
Copyright © 2021 Flowable. All rights reserved.