Uses of Enum Class
org.flowable.common.engine.impl.el.function.AbstractVariableComparatorExpressionFunction.OPERATOR
Packages that use AbstractVariableComparatorExpressionFunction.OPERATOR
-
Uses of AbstractVariableComparatorExpressionFunction.OPERATOR in org.flowable.common.engine.impl.el.function
Methods in org.flowable.common.engine.impl.el.function that return AbstractVariableComparatorExpressionFunction.OPERATORModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.AbstractVariableComparatorExpressionFunction.OPERATOR.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.flowable.common.engine.impl.el.function with parameters of type AbstractVariableComparatorExpressionFunction.OPERATORModifier and TypeMethodDescriptionprotected static boolean
AbstractVariableComparatorExpressionFunction.compareVariableValue
(VariableContainer variableContainer, String variableName, Object comparedValue, AbstractVariableComparatorExpressionFunction.OPERATOR operator)