Package com.flowable.platform.common.el
Class AbstractFlowableFirstParameterIdentifierFunctionDelegateAstFunctionCreator
java.lang.Object
com.flowable.platform.common.el.AbstractFlowableFirstParameterIdentifierFunctionDelegateAstFunctionCreator
- All Implemented Interfaces:
org.flowable.common.engine.api.delegate.FlowableFunctionDelegate
,org.flowable.common.engine.impl.el.FlowableAstFunctionCreator
- Direct Known Subclasses:
CopyLocalVariableExpressionFunction
,CopyLocalVariableExpressionFunction
,CopyLocalVariableToParentExpressionFunction
,ReplaceVariableInListExpressionFunction
,ReplaceVariableInListExpressionFunction
public abstract class AbstractFlowableFirstParameterIdentifierFunctionDelegateAstFunctionCreator
extends java.lang.Object
implements org.flowable.common.engine.api.delegate.FlowableFunctionDelegate, org.flowable.common.engine.impl.el.FlowableAstFunctionCreator
- Author:
- Filip Hrisafov
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.reflect.Method
functionMethod
protected java.lang.String
functionName
protected java.lang.String
prefix
protected java.lang.String
variableScopeName
-
Constructor Summary
Constructors Constructor Description AbstractFlowableFirstParameterIdentifierFunctionDelegateAstFunctionCreator(java.lang.String prefix, java.lang.String functionName, java.lang.String variableScopeName)
-
Method Summary
Modifier and Type Method Description org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstFunction
createFunction(java.lang.String name, int index, org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstParameters parameters, boolean varargs, org.flowable.common.engine.impl.el.FlowableExpressionParser parser)
protected java.lang.reflect.Method
findMethod(java.lang.String functionName)
java.lang.reflect.Method
functionMethod()
java.util.Collection<java.lang.String>
getFunctionNames()
java.lang.String
localName()
java.lang.String
prefix()
-
Field Details
-
prefix
protected java.lang.String prefix -
functionName
protected java.lang.String functionName -
functionMethod
protected java.lang.reflect.Method functionMethod -
variableScopeName
protected java.lang.String variableScopeName
-
-
Constructor Details
-
AbstractFlowableFirstParameterIdentifierFunctionDelegateAstFunctionCreator
public AbstractFlowableFirstParameterIdentifierFunctionDelegateAstFunctionCreator(java.lang.String prefix, java.lang.String functionName, java.lang.String variableScopeName)
-
-
Method Details
-
prefix
public java.lang.String prefix()- Specified by:
prefix
in interfaceorg.flowable.common.engine.api.delegate.FlowableFunctionDelegate
-
localName
public java.lang.String localName()- Specified by:
localName
in interfaceorg.flowable.common.engine.api.delegate.FlowableFunctionDelegate
-
functionMethod
public java.lang.reflect.Method functionMethod()- Specified by:
functionMethod
in interfaceorg.flowable.common.engine.api.delegate.FlowableFunctionDelegate
-
findMethod
protected java.lang.reflect.Method findMethod(java.lang.String functionName) -
getFunctionNames
public java.util.Collection<java.lang.String> getFunctionNames()- Specified by:
getFunctionNames
in interfaceorg.flowable.common.engine.impl.el.FlowableAstFunctionCreator
-
createFunction
public org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstFunction createFunction(java.lang.String name, int index, org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstParameters parameters, boolean varargs, org.flowable.common.engine.impl.el.FlowableExpressionParser parser)- Specified by:
createFunction
in interfaceorg.flowable.common.engine.impl.el.FlowableAstFunctionCreator
-