Class PlatformVariableContainsExpressionFunction
java.lang.Object
org.flowable.common.engine.impl.el.function.AbstractFlowableVariableExpressionFunction
org.flowable.common.engine.impl.el.function.VariableContainsExpressionFunction
com.flowable.platform.common.el.function.PlatformVariableContainsExpressionFunction
- 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.VariableContainsExpressionFunction
arrayNodeContains, collectionContains, contains
Methods inherited from class org.flowable.common.engine.impl.el.function.AbstractFlowableVariableExpressionFunction
createFunction, functionMethod, getFunctionNames, getVariableValue, localName, localNames, prefix, prefixes, valuesAreNumbers
-
Constructor Details
-
PlatformVariableContainsExpressionFunction
public PlatformVariableContainsExpressionFunction()
-
-
Method Details
-
findMethod
- Overrides:
findMethod
in classAbstractFlowableVariableExpressionFunction
-
createVariableNameNode
- Overrides:
createVariableNameNode
in classAbstractFlowableVariableExpressionFunction
-