Class AbstractVariableComparatorExpressionFunction
java.lang.Object
org.flowable.common.engine.impl.el.function.AbstractFlowableVariableExpressionFunction
org.flowable.common.engine.impl.el.function.AbstractVariableComparatorExpressionFunction
- All Implemented Interfaces:
FlowableFunctionDelegate, FlowableAstFunctionCreator
- Direct Known Subclasses:
VariableGreaterThanExpressionFunction, VariableGreaterThanOrEqualsExpressionFunction, VariableLowerThanExpressionFunction, VariableLowerThanOrEqualsExpressionFunction
public abstract class AbstractVariableComparatorExpressionFunction
extends AbstractFlowableVariableExpressionFunction
- Author:
- Joram Barrez
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected static enum -
Field Summary
Fields inherited from class AbstractFlowableVariableExpressionFunction
functionName, functionNamesOptions, method, variableScopeName -
Constructor Summary
ConstructorsConstructorDescriptionAbstractVariableComparatorExpressionFunction(List<String> functionNameOptions, String functionName) -
Method Summary
Modifier and TypeMethodDescriptionprotected static booleancompareVariableValue(VariableContainer variableContainer, String variableName, Object comparedValue, AbstractVariableComparatorExpressionFunction.OPERATOR operator) Methods inherited from class AbstractFlowableVariableExpressionFunction
createFunction, createVariableNameNode, findMethod, functionMethod, getFunctionNames, getVariableValue, localName, localNames, prefix, prefixes, valuesAreNumbersMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface FlowableFunctionDelegate
functionMethod
-
Constructor Details
-
AbstractVariableComparatorExpressionFunction
-
-
Method Details
-
compareVariableValue
protected static boolean compareVariableValue(VariableContainer variableContainer, String variableName, Object comparedValue, AbstractVariableComparatorExpressionFunction.OPERATOR operator)
-