Package org.flowable.common.engine.impl.el.function
package org.flowable.common.engine.impl.el.function
-
ClassDescriptionReturns the Base64 encoded value of a variable.Checks if the value of a variable (fetched using the variableName through the variable scope) contains any of the provided values.Checks if the value of a variable (fetched using the variableName through the variable scope) contains all of the provided values.Compares the value of a variable (fetched using the variableName through the variable scope) with a value on equality.Returns whether or not a variable with the given name exists when fetched through the provided variable scope.Returns the value of a variable.Returns the value of a variable, or a default if the value is null.Checks if the value of a variable (fetched using the variableName through the variable scope) is empty.Opposite operation of the $
VariableIsEmptyExpressionFunction
.Compares the value of a variable (fetched using the variableName through the variable scope).