Class VariableLowerThanOrEqualsExpressionFunction
- 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.VariableLowerThanOrEqualsExpressionFunction
-
- All Implemented Interfaces:
FlowableFunctionDelegate,FlowableAstFunctionCreator
public class VariableLowerThanOrEqualsExpressionFunction 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 Constructor Description VariableLowerThanOrEqualsExpressionFunction()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanlowerThanOrEquals(VariableContainer variableContainer, String variableName, Object comparedValue)-
Methods inherited from class org.flowable.common.engine.impl.el.function.AbstractVariableComparatorExpressionFunction
compareVariableValue
-
Methods inherited from class org.flowable.common.engine.impl.el.function.AbstractFlowableVariableExpressionFunction
createFunction, createVariableNameNode, findMethod, functionMethod, getFunctionNames, getVariableValue, localName, localNames, prefix, prefixes, valuesAreNumbers
-
-
-
-
Method Detail
-
lowerThanOrEquals
public static boolean lowerThanOrEquals(VariableContainer variableContainer, String variableName, Object comparedValue)
-
-