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
  • Constructor Details

    • VariableNotEqualsExpressionFunction

      public VariableNotEqualsExpressionFunction()
  • Method Details