Class FlowableUnreadCountPerConversationForUserFunctionDelegate
java.lang.Object
org.flowable.common.engine.impl.el.AbstractFlowableFunctionDelegate
com.flowable.engage.engine.impl.el.FlowableUnreadCountPerConversationForUserFunctionDelegate
- All Implemented Interfaces:
org.flowable.common.engine.api.delegate.FlowableFunctionDelegate
public class FlowableUnreadCountPerConversationForUserFunctionDelegate
extends org.flowable.common.engine.impl.el.AbstractFlowableFunctionDelegate
- Author:
- Filip Hrisafov
-
Constructor Summary
Constructors Constructor Description FlowableUnreadCountPerConversationForUserFunctionDelegate()
-
Method Summary
Modifier and Type Method Description java.lang.Class<?>
functionClass()
java.lang.reflect.Method
functionMethod()
java.lang.String
localName()
java.lang.String
prefix()
Methods inherited from class org.flowable.common.engine.impl.el.AbstractFlowableFunctionDelegate
getFourObjectParameterMethod, getFourObjectParameterMethod, getNoParameterMethod, getNoParameterMethod, getSingleObjectParameterMethod, getSingleObjectParameterMethod, getThreeObjectParameterMethod, getThreeObjectParameterMethod, getTwoObjectParameterMethod, getTwoObjectParameterMethod
-
Constructor Details
-
FlowableUnreadCountPerConversationForUserFunctionDelegate
public FlowableUnreadCountPerConversationForUserFunctionDelegate()
-
-
Method Details
-
prefix
public java.lang.String prefix() -
localName
public java.lang.String localName() -
functionMethod
public java.lang.reflect.Method functionMethod() -
functionClass
public java.lang.Class<?> functionClass()- Specified by:
functionClass
in classorg.flowable.common.engine.impl.el.AbstractFlowableFunctionDelegate
-