Uses of Class
org.flowable.common.engine.impl.el.function.AbstractVariableComparatorExpressionFunction.OPERATOR
-
Packages that use AbstractVariableComparatorExpressionFunction.OPERATOR Package Description org.flowable.common.engine.impl.el.function -
-
Uses of AbstractVariableComparatorExpressionFunction.OPERATOR in org.flowable.common.engine.impl.el.function
Methods in org.flowable.common.engine.impl.el.function that return AbstractVariableComparatorExpressionFunction.OPERATOR Modifier and Type Method Description static AbstractVariableComparatorExpressionFunction.OPERATORAbstractVariableComparatorExpressionFunction.OPERATOR. valueOf(String name)Returns the enum constant of this type with the specified name.static AbstractVariableComparatorExpressionFunction.OPERATOR[]AbstractVariableComparatorExpressionFunction.OPERATOR. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.flowable.common.engine.impl.el.function with parameters of type AbstractVariableComparatorExpressionFunction.OPERATOR Modifier and Type Method Description protected static booleanAbstractVariableComparatorExpressionFunction. compareVariableValue(VariableContainer variableContainer, String variableName, Object comparedValue, AbstractVariableComparatorExpressionFunction.OPERATOR operator)
-