Uses of Class
org.flowable.common.engine.impl.el.function.AbstractFlowableVariableExpressionFunction
Packages that use AbstractFlowableVariableExpressionFunction
-
Uses of AbstractFlowableVariableExpressionFunction in org.flowable.common.engine.impl.el.function
Subclasses of AbstractFlowableVariableExpressionFunction in org.flowable.common.engine.impl.el.functionModifier and TypeClassDescriptionclass
class
Returns the Base64 encoded value of a variable.class
Checks if the value of a variable (fetched using the variableName through the variable scope) contains any of the provided values.class
Checks if the value of a variable (fetched using the variableName through the variable scope) contains all of the provided values.class
Compares the value of a variable (fetched using the variableName through the variable scope) with a value on equality.class
Returns whether or not a variable with the given name exists when fetched through the provided variable scope.class
Returns the value of a variable.class
Returns the value of a variable, or a default if the value is null.class
class
class
Checks if the value of a variable (fetched using the variableName through the variable scope) is empty.class
Opposite operation of the $VariableIsEmptyExpressionFunction
.class
class
class
Compares the value of a variable (fetched using the variableName through the variable scope).