Class PlatformVariableLowerThanOrEqualsExpressionFunction
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
com.flowable.platform.common.el.function.PlatformVariableLowerThanOrEqualsExpressionFunction
- All Implemented Interfaces:
org.flowable.common.engine.api.delegate.FlowableFunctionDelegate
,org.flowable.common.engine.impl.el.FlowableAstFunctionCreator
public class PlatformVariableLowerThanOrEqualsExpressionFunction
extends org.flowable.common.engine.impl.el.function.VariableLowerThanOrEqualsExpressionFunction
- Author:
- Filip Hrisafov
-
Nested Class Summary
Nested classes/interfaces inherited from class org.flowable.common.engine.impl.el.function.AbstractVariableComparatorExpressionFunction
org.flowable.common.engine.impl.el.function.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 TypeMethodDescriptionprotected 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 Method
findMethod
(String functionName) Methods inherited from class org.flowable.common.engine.impl.el.function.VariableLowerThanOrEqualsExpressionFunction
lowerThanOrEquals
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
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.flowable.common.engine.api.delegate.FlowableFunctionDelegate
functionMethod
-
Constructor Details
-
PlatformVariableLowerThanOrEqualsExpressionFunction
public PlatformVariableLowerThanOrEqualsExpressionFunction()
-
-
Method Details
-
findMethod
- 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
-