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 Conversationprotected final Messageprotected final booleanprotected final booleanFields 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 TypeMethodDescriptionbooleanbooleanMethods inherited from class com.flowable.engage.engine.delegate.event.impl.FlowableEngageEventImpl
getTypeMethods inherited from class org.flowable.common.engine.impl.event.FlowableEventImpl
toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods 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:
getConversationin interfaceFlowableSendNotificationEvent
-
getMessage
- Specified by:
getMessagein interfaceFlowableSendNotificationEvent
-
isUpdateUnreadCount
public boolean isUpdateUnreadCount()- Specified by:
isUpdateUnreadCountin interfaceFlowableSendNotificationEvent
-
isUpdateConversationLastMessageTime
public boolean isUpdateConversationLastMessageTime()- Specified by:
isUpdateConversationLastMessageTimein interfaceFlowableSendNotificationEvent
-
getNotificationInfo
- Specified by:
getNotificationInfoin interfaceFlowableSendNotificationEvent
-