Class FlowableMessageUpdateEventImpl
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.FlowableMessageUpdateEventImpl
- All Implemented Interfaces:
FlowableEngageEvent
,FlowableMessageUpdatedEvent
,org.flowable.common.engine.api.delegate.event.FlowableEvent
public class FlowableMessageUpdateEventImpl extends FlowableEngageEventImpl implements FlowableMessageUpdatedEvent
- Author:
- Luis Belloch
-
Field Summary
-
Constructor Summary
Constructors Constructor Description FlowableMessageUpdateEventImpl(java.lang.String userId, Message message)
-
Method Summary
Modifier and Type Method Description Message
getMessage()
The message that was updatedjava.lang.String
getUserId()
The id of the user that is doing the update actionMethods inherited from class com.flowable.engage.engine.delegate.event.impl.FlowableEngageEventImpl
getType
-
Constructor Details
-
Method Details
-
getUserId
public java.lang.String getUserId()Description copied from interface:FlowableMessageUpdatedEvent
The id of the user that is doing the update action- Specified by:
getUserId
in interfaceFlowableMessageUpdatedEvent
- Returns:
- the id of the user that is doing the update action
-
getMessage
Description copied from interface:FlowableMessageUpdatedEvent
The message that was updated- Specified by:
getMessage
in interfaceFlowableMessageUpdatedEvent
- Returns:
- the message that was updated
-