Class VariableNotEqualsExpressionFunction
java.lang.Object
org.flowable.common.engine.impl.el.function.AbstractFlowableVariableExpressionFunction
org.flowable.common.engine.impl.el.function.VariableNotEqualsExpressionFunction
- All Implemented Interfaces:
FlowableFunctionDelegate, FlowableAstFunctionCreator
Compares the value of a variable (fetched using the variableName through the variable scope).
with a value on inequality. If the variable value is null, false is returned (unless compared to null).
- Author:
- Joram Barrez
-
Field Summary
Fields inherited from class AbstractFlowableVariableExpressionFunction
functionName, functionNamesOptions, method, variableScopeName -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleannotEquals(VariableContainer variableContainer, String variableName, Object variableValue) Methods inherited from class AbstractFlowableVariableExpressionFunction
createFunction, createVariableNameNode, findMethod, functionMethod, getFunctionNames, getVariableValue, localName, localNames, prefix, prefixes, valuesAreNumbersMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface FlowableFunctionDelegate
functionMethod
-
Constructor Details
-
VariableNotEqualsExpressionFunction
public VariableNotEqualsExpressionFunction()
-
-
Method Details
-
notEquals
public static boolean notEquals(VariableContainer variableContainer, String variableName, Object variableValue)
-