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
,org.flowable.common.engine.api.delegate.event.FlowableEvent
public class FlowableSendNotificationEventImpl extends FlowableEngageEventImpl implements FlowableSendNotificationEvent
- Author:
- Filip Hrisafov
-
Field Summary
Fields Modifier and Type Field Description protected Conversation
conversation
protected Message
message
-
Constructor Summary
Constructors Constructor Description FlowableSendNotificationEventImpl(Conversation conversation, Message message, java.util.Collection<NotificationInfo> notificationInfo)
-
Method Summary
Modifier and Type Method Description Conversation
getConversation()
Message
getMessage()
java.util.Collection<NotificationInfo>
getNotificationInfo()
Methods inherited from class com.flowable.engage.engine.delegate.event.impl.FlowableEngageEventImpl
getType
-
Field Details
-
Constructor Details
-
FlowableSendNotificationEventImpl
public FlowableSendNotificationEventImpl(Conversation conversation, Message message, java.util.Collection<NotificationInfo> notificationInfo)
-
-
Method Details
-
getConversation
- Specified by:
getConversation
in interfaceFlowableSendNotificationEvent
-
getMessage
- Specified by:
getMessage
in interfaceFlowableSendNotificationEvent
-
getNotificationInfo
- Specified by:
getNotificationInfo
in interfaceFlowableSendNotificationEvent
-