Class PlatformVariableGreaterThanExpressionFunction
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.VariableGreaterThanExpressionFunction
com.flowable.platform.common.el.function.PlatformVariableGreaterThanExpressionFunction
- All Implemented Interfaces:
FlowableFunctionDelegate
,FlowableAstFunctionCreator
public class PlatformVariableGreaterThanExpressionFunction
extends VariableGreaterThanExpressionFunction
- Author:
- Filip Hrisafov
-
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
-
Method Summary
Modifier and TypeMethodDescriptionprotected AstNode
createVariableNameNode
(AstNode variableNode) protected Method
findMethod
(String functionName) Methods inherited from class org.flowable.common.engine.impl.el.function.VariableGreaterThanExpressionFunction
greaterThan
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, functionMethod, getFunctionNames, getVariableValue, localName, localNames, prefix, prefixes, valuesAreNumbers
-
Constructor Details
-
PlatformVariableGreaterThanExpressionFunction
public PlatformVariableGreaterThanExpressionFunction()
-
-
Method Details
-
findMethod
- Overrides:
findMethod
in classAbstractFlowableVariableExpressionFunction
-
createVariableNameNode
- Overrides:
createVariableNameNode
in classAbstractFlowableVariableExpressionFunction
-