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:
org.flowable.common.engine.api.delegate.FlowableFunctionDelegate
,org.flowable.common.engine.impl.el.FlowableAstFunctionCreator
public class PlatformVariableContainsExpressionFunction extends org.flowable.common.engine.impl.el.function.VariableContainsExpressionFunction
- Author:
- Filip Hrisafov
-
-
Constructor Summary
Constructors Constructor Description PlatformVariableContainsExpressionFunction()
-
Method Summary
All Methods Instance Methods Concrete Methods 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.VariableContainsExpressionFunction
arrayNodeContains, collectionContains, contains
-
-
-
-
Method Detail
-
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
-
-