Uses of Interface
com.flowable.engage.api.delegate.event.FlowableMessageDeletedEvent
Package | Description |
---|---|
com.flowable.engage.engine.delegate.event.impl | |
com.flowable.engage.rest.service.api.notification |
-
Uses of FlowableMessageDeletedEvent in com.flowable.engage.engine.delegate.event.impl
Classes in com.flowable.engage.engine.delegate.event.impl that implement FlowableMessageDeletedEvent Modifier and Type Class Description class
FlowableMessageDeletedEventImpl
Methods in com.flowable.engage.engine.delegate.event.impl that return FlowableMessageDeletedEvent Modifier and Type Method Description static FlowableMessageDeletedEvent
FlowableEngageEventBuilder. createMessageDeletedEvent(java.lang.String userId, Message message)
-
Uses of FlowableMessageDeletedEvent in com.flowable.engage.rest.service.api.notification
Methods in com.flowable.engage.rest.service.api.notification with parameters of type FlowableMessageDeletedEvent Modifier and Type Method Description protected com.flowable.platform.notification.api.NotificationMessageProvider<java.lang.Object>
MessageDeletedEventListener. createMessageProvider(FlowableMessageDeletedEvent event, com.flowable.platform.notification.api.Notification notification)