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:
FindPlatformUserFunctionDelegate,IsUserInAllGroupsFunctionDelegate,IsUserInAnyGroupFunctionDelegate,IsUserInNoGroupFunctionDelegate,SetPlatformUserInfoFunctionDelegate,SetUserStateAndSubStateFunctionDelegate,SetUserStateFunctionDelegate,SetUserSubStateFunctionDelegate
public abstract class AbstractVariableContainerAwareIdmFunctionDelegate
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.MethodfunctionMethodprotected java.lang.StringfunctionName -
Constructor Summary
Constructors Constructor Description AbstractVariableContainerAwareIdmFunctionDelegate(java.lang.String functionName) -
Method Summary
Modifier and Type Method Description org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstFunctioncreateFunction(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.MethodfindMethod(java.lang.String functionName)java.lang.reflect.MethodfunctionMethod()java.util.Collection<java.lang.String>getFunctionNames()java.lang.StringlocalName()java.lang.Stringprefix()
-
Field Details
-
functionMethod
protected java.lang.reflect.Method functionMethod -
functionName
protected java.lang.String functionName
-
-
Constructor Details
-
AbstractVariableContainerAwareIdmFunctionDelegate
public AbstractVariableContainerAwareIdmFunctionDelegate(java.lang.String functionName)
-
-
Method Details
-
findMethod
protected java.lang.reflect.Method findMethod(java.lang.String functionName) -
getFunctionNames
public java.util.Collection<java.lang.String> getFunctionNames()- Specified by:
getFunctionNamesin interfaceorg.flowable.common.engine.impl.el.FlowableAstFunctionCreator
-
prefix
public java.lang.String prefix()- Specified by:
prefixin interfaceorg.flowable.common.engine.api.delegate.FlowableFunctionDelegate
-
localName
public java.lang.String localName()- Specified by:
localNamein interfaceorg.flowable.common.engine.api.delegate.FlowableFunctionDelegate
-
functionMethod
public java.lang.reflect.Method 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(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:
createFunctionin interfaceorg.flowable.common.engine.impl.el.FlowableAstFunctionCreator
-