Uses of Interface
com.flowable.engage.api.delegate.event.FlowableConversationArchivedEvent
Package | Description |
---|---|
com.flowable.engage.engine.delegate.event.impl | |
com.flowable.engage.rest.service.api.notification |
-
Uses of FlowableConversationArchivedEvent in com.flowable.engage.engine.delegate.event.impl
Classes in com.flowable.engage.engine.delegate.event.impl that implement FlowableConversationArchivedEvent Modifier and Type Class Description class
FlowableConversationArchivedEventImpl
Methods in com.flowable.engage.engine.delegate.event.impl that return FlowableConversationArchivedEvent Modifier and Type Method Description static FlowableConversationArchivedEvent
FlowableEngageEventBuilder. createConversationArchivedEvent(Conversation conversation)
-
Uses of FlowableConversationArchivedEvent in com.flowable.engage.rest.service.api.notification
Methods in com.flowable.engage.rest.service.api.notification with parameters of type FlowableConversationArchivedEvent Modifier and Type Method Description protected com.flowable.platform.notification.api.NotificationMessageProvider<java.lang.Object>
ArchiveConversationEventListener. createMessageProvider(FlowableConversationArchivedEvent event, com.flowable.platform.notification.api.Notification notification)