Package com.flowable.idm.engine.impl.el
Class AbstractVariableContainerAwareIdmFunctionDelegate
java.lang.Object
com.flowable.idm.engine.impl.el.AbstractVariableContainerAwareIdmFunctionDelegate
- All Implemented Interfaces:
org.flowable.common.engine.api.delegate.FlowableFunctionDelegate,org.flowable.common.engine.impl.el.FlowableAstFunctionCreator
- Direct Known Subclasses:
AbstractUserQueryingFunctionDelegate,FindPlatformUserFunctionDelegate,IsUserInAllGroupsFunctionDelegate,IsUserInAnyGroupFunctionDelegate,IsUserInNoGroupFunctionDelegate,SetPlatformUserInfoFunctionDelegate,SetUserStateAndSubStateFunctionDelegate,SetUserStateFunctionDelegate,SetUserSubStateFunctionDelegate
public abstract class AbstractVariableContainerAwareIdmFunctionDelegate
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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstFunctioncreateFunction(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 MethodfindMethod(String functionName) prefix()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.flowable.common.engine.api.delegate.FlowableFunctionDelegate
functionMethod, localNames, prefixes
-
Field Details
-
functionMethod
-
functionName
-
-
Constructor Details
-
AbstractVariableContainerAwareIdmFunctionDelegate
-
-
Method Details
-
findMethod
-
getFunctionNames
- Specified by:
getFunctionNamesin interfaceorg.flowable.common.engine.impl.el.FlowableAstFunctionCreator
-
prefix
- Specified by:
prefixin interfaceorg.flowable.common.engine.api.delegate.FlowableFunctionDelegate
-
localName
- Specified by:
localNamein interfaceorg.flowable.common.engine.api.delegate.FlowableFunctionDelegate
-
functionMethod
- Specified by:
functionMethodin interfaceorg.flowable.common.engine.api.delegate.FlowableFunctionDelegate
-
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:
createFunctionin interfaceorg.flowable.common.engine.impl.el.FlowableAstFunctionCreator
-