Class VariableEqualsExpressionFunction

java.lang.Object
org.flowable.common.engine.impl.el.function.AbstractFlowableVariableExpressionFunction
org.flowable.common.engine.impl.el.function.VariableEqualsExpressionFunction
All Implemented Interfaces:
FlowableFunctionDelegate, FlowableAstFunctionCreator

public class VariableEqualsExpressionFunction extends AbstractFlowableVariableExpressionFunction
Compares the value of a variable (fetched using the variableName through the variable scope) with a value on equality. If the variable value is null, false is returned (unless compared to null).
Author:
Joram Barrez
  • Constructor Details

    • VariableEqualsExpressionFunction

      public VariableEqualsExpressionFunction()
  • Method Details

    • equals

      public static boolean equals(VariableContainer variableContainer, String variableName, Object comparedValue)
    • defaultEquals

      protected static boolean defaultEquals(Object variableValue, Object actualValue)