Class PlatformVariableGetExpressionFunction
- java.lang.Object
 - 
- org.flowable.common.engine.impl.el.function.AbstractFlowableVariableExpressionFunction
 - 
- org.flowable.common.engine.impl.el.function.VariableGetExpressionFunction
 - 
- com.flowable.platform.common.el.function.PlatformVariableGetExpressionFunction
 
 
 
 
- 
- All Implemented Interfaces:
 FlowableFunctionDelegate,FlowableAstFunctionCreator
public class PlatformVariableGetExpressionFunction extends VariableGetExpressionFunction
- Author:
 - Filip Hrisafov
 
 
- 
- 
Field Summary
- 
Fields inherited from class org.flowable.common.engine.impl.el.function.AbstractFlowableVariableExpressionFunction
functionName, functionNamesOptions, method, variableScopeName 
 - 
 
- 
Constructor Summary
Constructors Constructor Description PlatformVariableGetExpressionFunction() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected AstNodecreateVariableNameNode(AstNode variableNode)protected MethodfindMethod(String functionName)- 
Methods inherited from class org.flowable.common.engine.impl.el.function.VariableGetExpressionFunction
get 
- 
Methods inherited from class org.flowable.common.engine.impl.el.function.AbstractFlowableVariableExpressionFunction
createFunction, functionMethod, getFunctionNames, getVariableValue, localName, localNames, prefix, prefixes, valuesAreNumbers 
 - 
 
 - 
 
- 
- 
Method Detail
- 
findMethod
protected Method findMethod(String functionName)
- Overrides:
 findMethodin classAbstractFlowableVariableExpressionFunction
 
- 
createVariableNameNode
protected AstNode createVariableNameNode(AstNode variableNode)
- Overrides:
 createVariableNameNodein classAbstractFlowableVariableExpressionFunction
 
 - 
 
 -