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