| Package | Description |
|---|---|
| org.flowable.common.engine.impl.el.function |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractFlowableShortHandExpressionFunction |
class |
AbstractFlowableVariableExpressionFunction |
class |
AbstractVariableComparatorExpressionFunction |
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).
|
Copyright © 2019 Flowable. All rights reserved.