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 |
|
class |
VariableLowerThanExpressionFunction |
|
class |
VariableLowerThanOrEqualsExpressionFunction |
|
class |
VariableNotEqualsExpressionFunction |
Compares the value of a variable (fetched using the variableName through the variable scope).
|