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
public class VariableNotEqualsExpressionFunction extends AbstractFlowableVariableExpressionFunction
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 org.flowable.common.engine.impl.el.function.AbstractFlowableVariableExpressionFunction
functionName, functionNamesOptions, method, variableScopeName
-
-
Constructor Summary
Constructors Constructor Description VariableNotEqualsExpressionFunction()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleannotEquals(VariableContainer variableContainer, String variableName, Object variableValue)-
Methods inherited from class org.flowable.common.engine.impl.el.function.AbstractFlowableVariableExpressionFunction
createFunction, createVariableNameNode, findMethod, functionMethod, getFunctionNames, getVariableValue, localName, localNames, prefix, prefixes, valuesAreNumbers
-
-
-
-
Method Detail
-
notEquals
public static boolean notEquals(VariableContainer variableContainer, String variableName, Object variableValue)
-
-