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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected AstNodecreateVariableNameNode(AstNode variableNode) protected MethodfindMethod(String functionName) Methods inherited from class org.flowable.common.engine.impl.el.function.VariableExistsExpressionFunction
existsMethods 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:
findMethodin classAbstractFlowableVariableExpressionFunction
-
createVariableNameNode
- Overrides:
createVariableNameNodein classAbstractFlowableVariableExpressionFunction
-