Interface FlowableSendNotificationEvent
-
- All Superinterfaces:
FlowableEngageEvent
,FlowableEvent
- All Known Implementing Classes:
FlowableSendNotificationEventImpl
public interface FlowableSendNotificationEvent extends FlowableEngageEvent
- Author:
- Filip Hrisafov
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Conversation
getConversation()
Message
getMessage()
Collection<NotificationInfo>
getNotificationInfo()
boolean
isUpdateConversationLastMessageTime()
boolean
isUpdateUnreadCount()
-
Methods inherited from interface org.flowable.common.engine.api.delegate.event.FlowableEvent
getType
-
-
-
-
Method Detail
-
getConversation
Conversation getConversation()
-
getMessage
Message getMessage()
-
isUpdateUnreadCount
boolean isUpdateUnreadCount()
-
isUpdateConversationLastMessageTime
boolean isUpdateConversationLastMessageTime()
-
getNotificationInfo
Collection<NotificationInfo> getNotificationInfo()
-
-