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 TypeClassDescriptionclassclassReturns the Base64 encoded value of a variable.classChecks if the value of a variable (fetched using the variableName through the variable scope) contains any of the provided values.classChecks if the value of a variable (fetched using the variableName through the variable scope) contains all of the provided values.classCompares the value of a variable (fetched using the variableName through the variable scope) with a value on equality.classReturns whether or not a variable with the given name exists when fetched through the provided variable scope.classReturns the value of a variable.classReturns the value of a variable, or a default if the value is null.classclassclassChecks if the value of a variable (fetched using the variableName through the variable scope) is empty.classOpposite operation of the $VariableIsEmptyExpressionFunction.classclassclassCompares the value of a variable (fetched using the variableName through the variable scope).