Class PlatformVariableLowerThanExpressionFunction
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
com.flowable.platform.common.el.function.PlatformVariableLowerThanExpressionFunction
- All Implemented Interfaces:
org.flowable.common.engine.api.delegate.FlowableFunctionDelegate
,org.flowable.common.engine.impl.el.FlowableAstFunctionCreator
public class PlatformVariableLowerThanExpressionFunction
extends org.flowable.common.engine.impl.el.function.VariableLowerThanExpressionFunction
- Author:
- Filip Hrisafov
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
Constructors Constructor Description PlatformVariableLowerThanExpressionFunction()
-
Method Summary
Modifier and Type Method Description protected org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstNode
createVariableNameNode(org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstNode variableNode)
protected java.lang.reflect.Method
findMethod(java.lang.String functionName)
Methods inherited from class org.flowable.common.engine.impl.el.function.VariableLowerThanExpressionFunction
lowerThan
Methods inherited from class org.flowable.common.engine.impl.el.function.AbstractVariableComparatorExpressionFunction
compareVariableValue
-
Constructor Details
-
PlatformVariableLowerThanExpressionFunction
public PlatformVariableLowerThanExpressionFunction()
-
-
Method Details
-
findMethod
protected java.lang.reflect.Method findMethod(java.lang.String functionName)- Overrides:
findMethod
in classorg.flowable.common.engine.impl.el.function.AbstractFlowableVariableExpressionFunction
-
createVariableNameNode
protected org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstNode createVariableNameNode(org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstNode variableNode)- Overrides:
createVariableNameNode
in classorg.flowable.common.engine.impl.el.function.AbstractFlowableVariableExpressionFunction
-