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 Object
implements org.flowable.common.engine.api.delegate.FlowableFunctionDelegate, org.flowable.common.engine.impl.el.FlowableAstFunctionCreator
- Author:
- Filip Hrisafov
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionAbstractFlowableFirstParameterIdentifierFunctionDelegateAstFunctionCreator
(String prefix, String functionName, String variableScopeName) -
Method Summary
Modifier and TypeMethodDescriptionorg.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstFunction
createFunction
(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 Method
findMethod
(String functionName) prefix()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.flowable.common.engine.api.delegate.FlowableFunctionDelegate
functionMethod, localNames, prefixes
-
Field Details
-
prefix
-
functionName
-
functionMethod
-
variableScopeName
-
-
Constructor Details
-
AbstractFlowableFirstParameterIdentifierFunctionDelegateAstFunctionCreator
-
-
Method Details
-
prefix
- Specified by:
prefix
in interfaceorg.flowable.common.engine.api.delegate.FlowableFunctionDelegate
-
localName
- Specified by:
localName
in interfaceorg.flowable.common.engine.api.delegate.FlowableFunctionDelegate
-
functionMethod
- Specified by:
functionMethod
in interfaceorg.flowable.common.engine.api.delegate.FlowableFunctionDelegate
-
findMethod
-
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(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
-