Class AddCandidateUserFunctionDelegate
- java.lang.Object
-
- com.flowable.platform.common.el.cmmn.AddCandidateUserFunctionDelegate
-
- All Implemented Interfaces:
org.flowable.common.engine.api.delegate.FlowableFunctionDelegate
public class AddCandidateUserFunctionDelegate extends java.lang.Object implements org.flowable.common.engine.api.delegate.FlowableFunctionDelegate
-
-
Constructor Summary
Constructors Constructor Description AddCandidateUserFunctionDelegate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.reflect.Method
functionMethod()
java.lang.String
localName()
java.lang.String
prefix()
-
-
-
Method Detail
-
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
-
-