Class PlatformVariableExistsExpressionFunction
java.lang.Object
org.flowable.common.engine.impl.el.function.AbstractFlowableVariableExpressionFunction
org.flowable.common.engine.impl.el.function.VariableExistsExpressionFunction
com.flowable.platform.common.el.function.PlatformVariableExistsExpressionFunction
- All Implemented Interfaces:
FlowableFunctionDelegate
,FlowableAstFunctionCreator
- Author:
- Filip Hrisafov
-
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.VariableExistsExpressionFunction
exists
Methods inherited from class org.flowable.common.engine.impl.el.function.AbstractFlowableVariableExpressionFunction
createFunction, functionMethod, getFunctionNames, getVariableValue, localName, localNames, prefix, prefixes, valuesAreNumbers
-
Constructor Details
-
PlatformVariableExistsExpressionFunction
public PlatformVariableExistsExpressionFunction()
-
-
Method Details
-
findMethod
- Overrides:
findMethod
in classAbstractFlowableVariableExpressionFunction
-
createVariableNameNode
- Overrides:
createVariableNameNode
in classAbstractFlowableVariableExpressionFunction
-