Class VariableLowerThanExpressionFunction
java.lang.Object
org.flowable.common.engine.impl.el.function.AbstractFlowableVariableExpressionFunction
org.flowable.common.engine.impl.el.function.AbstractVariableComparatorExpressionFunction
org.flowable.common.engine.impl.el.function.VariableLowerThanExpressionFunction
- All Implemented Interfaces:
FlowableFunctionDelegate,FlowableAstFunctionCreator
public class VariableLowerThanExpressionFunction
extends AbstractVariableComparatorExpressionFunction
- Author:
- Joram Barrez
-
Nested Class Summary
Nested classes/interfaces inherited from class org.flowable.common.engine.impl.el.function.AbstractVariableComparatorExpressionFunction
AbstractVariableComparatorExpressionFunction.OPERATOR -
Field Summary
Fields inherited from class org.flowable.common.engine.impl.el.function.AbstractFlowableVariableExpressionFunction
functionName, functionNamesOptions, method, variableScopeName -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanlowerThan(VariableContainer variableContainer, String variableName, Object comparedValue) Methods inherited from class org.flowable.common.engine.impl.el.function.AbstractVariableComparatorExpressionFunction
compareVariableValueMethods inherited from class org.flowable.common.engine.impl.el.function.AbstractFlowableVariableExpressionFunction
createFunction, createVariableNameNode, findMethod, functionMethod, getFunctionNames, getVariableValue, localName, localNames, prefix, prefixes, valuesAreNumbersMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.flowable.common.engine.api.delegate.FlowableFunctionDelegate
functionMethod
-
Constructor Details
-
VariableLowerThanExpressionFunction
public VariableLowerThanExpressionFunction()
-
-
Method Details
-
lowerThan
public static boolean lowerThan(VariableContainer variableContainer, String variableName, Object comparedValue)
-