Package com.flowable.platform.common.el
Class BaseIdentityLinksFunctionDelegate
java.lang.Object
com.flowable.platform.common.el.BaseIdentityLinksFunctionDelegate
- All Implemented Interfaces:
FlowableAstFunctionCreatorAndDelegate
,org.flowable.common.engine.api.delegate.FlowableFunctionDelegate
,org.flowable.common.engine.api.delegate.FlowableMultiFunctionDelegate
,org.flowable.common.engine.impl.el.FlowableAstFunctionCreator
- Direct Known Subclasses:
BpmnIdentityLinksFunctionDelegate
,CmmnIdentityLinksFunctionDelegate
,TaskIdentityLinksFunctionDelegate
public abstract class BaseIdentityLinksFunctionDelegate
extends Object
implements org.flowable.common.engine.api.delegate.FlowableMultiFunctionDelegate, FlowableAstFunctionCreatorAndDelegate
- Author:
- Filip Hrisafov
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
BaseIdentityLinksFunctionDelegate
(boolean strictMode, String variableScopeKey, String scopeIdKey) -
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 org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstParameters
determineParametersForFunction
(String name, org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstParameters parameters, org.flowable.common.engine.impl.el.FlowableExpressionParser parser) Determine the parameters for the function without taking into account the strict mode.protected Class<?>[]
determineParameterTypes
(String prefix, String localName) functionMethod
(String prefix, String localName) protected abstract Class
<?> Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.flowable.platform.common.el.FlowableAstFunctionCreatorAndDelegate
getFunctionNames
Methods inherited from interface org.flowable.common.engine.api.delegate.FlowableFunctionDelegate
prefix, prefixes
Methods inherited from interface org.flowable.common.engine.api.delegate.FlowableMultiFunctionDelegate
functionMethod, localName
-
Field Details
-
strictMode
protected final boolean strictMode -
variableScopeKey
-
scopeIdKey
-
-
Constructor Details
-
BaseIdentityLinksFunctionDelegate
-
-
Method Details
-
getUtilClass
-
localNames
- Specified by:
localNames
in interfaceorg.flowable.common.engine.api.delegate.FlowableFunctionDelegate
- Specified by:
localNames
in interfaceorg.flowable.common.engine.api.delegate.FlowableMultiFunctionDelegate
-
functionMethod
- Specified by:
functionMethod
in interfaceorg.flowable.common.engine.api.delegate.FlowableFunctionDelegate
- Specified by:
functionMethod
in interfaceorg.flowable.common.engine.api.delegate.FlowableMultiFunctionDelegate
- Throws:
NoSuchMethodException
-
determineParameterTypes
-
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
-
determineParametersForFunction
protected org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstParameters determineParametersForFunction(String name, org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstParameters parameters, org.flowable.common.engine.impl.el.FlowableExpressionParser parser) Determine the parameters for the function without taking into account the strict mode.- Parameters:
name
- the name of the functionparameters
- the parameters of the functionparser
- the parser
-