Interface FlowableMessageUpdatedEvent
- All Superinterfaces:
FlowableEngageEvent, org.flowable.common.engine.api.delegate.event.FlowableEvent
- All Known Implementing Classes:
FlowableMessageUpdateEventImpl
- Author:
- Luis Belloch
-
Method Summary
Modifier and TypeMethodDescriptionThe message that was updatedThe id of the user that is doing the update 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 update action- Returns:
- the id of the user that is doing the update action
-
getMessage
-