Interface FlowableMessageDeletedEvent
- All Superinterfaces:
FlowableEngageEvent, org.flowable.common.engine.api.delegate.event.FlowableEvent
- All Known Implementing Classes:
FlowableMessageDeletedEventImpl
- Author:
- Tijs Rademakers
-
Method Summary
Modifier and TypeMethodDescriptionThe message that was deletedThe id of the user that is doing the delete actionMethods inherited from interface org.flowable.common.engine.api.delegate.event.FlowableEvent
getType
-
Method Details
-
getUserId
String getUserId()The id of the user that is doing the delete action- Returns:
- the id of the user that is doing the delete action
-
getMessage
-