Class FlowableSendNotificationEventImpl
java.lang.Object
org.flowable.common.engine.impl.event.FlowableEventImpl
com.flowable.engage.engine.delegate.event.impl.FlowableEngageEventImpl
com.flowable.engage.engine.delegate.event.impl.FlowableSendNotificationEventImpl
- All Implemented Interfaces:
FlowableEngageEvent
,FlowableSendNotificationEvent
,FlowableEvent
public class FlowableSendNotificationEventImpl
extends FlowableEngageEventImpl
implements FlowableSendNotificationEvent
- Author:
- Filip Hrisafov
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final Conversation
protected final Message
protected final boolean
protected final boolean
Fields inherited from class org.flowable.common.engine.impl.event.FlowableEventImpl
type
-
Constructor Summary
ConstructorsConstructorDescriptionFlowableSendNotificationEventImpl
(Conversation conversation, Message message, boolean updateUnreadCount, boolean updateConversationLastMessageTime, Collection<NotificationInfo> notificationInfo) -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
Methods inherited from class com.flowable.engage.engine.delegate.event.impl.FlowableEngageEventImpl
getType
Methods inherited from class org.flowable.common.engine.impl.event.FlowableEventImpl
toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.flowable.common.engine.api.delegate.event.FlowableEvent
getType
-
Field Details
-
conversation
-
message
-
updateUnreadCount
protected final boolean updateUnreadCount -
updateConversationLastMessageTime
protected final boolean updateConversationLastMessageTime
-
-
Constructor Details
-
FlowableSendNotificationEventImpl
public FlowableSendNotificationEventImpl(Conversation conversation, Message message, boolean updateUnreadCount, boolean updateConversationLastMessageTime, Collection<NotificationInfo> notificationInfo)
-
-
Method Details
-
getConversation
- Specified by:
getConversation
in interfaceFlowableSendNotificationEvent
-
getMessage
- Specified by:
getMessage
in interfaceFlowableSendNotificationEvent
-
isUpdateUnreadCount
public boolean isUpdateUnreadCount()- Specified by:
isUpdateUnreadCount
in interfaceFlowableSendNotificationEvent
-
isUpdateConversationLastMessageTime
public boolean isUpdateConversationLastMessageTime()- Specified by:
isUpdateConversationLastMessageTime
in interfaceFlowableSendNotificationEvent
-
getNotificationInfo
- Specified by:
getNotificationInfo
in interfaceFlowableSendNotificationEvent
-