Class FlowableMessageDeletedEventImpl
- 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.FlowableMessageDeletedEventImpl
-
- All Implemented Interfaces:
FlowableEngageEvent
,FlowableMessageDeletedEvent
,FlowableEvent
public class FlowableMessageDeletedEventImpl extends FlowableEngageEventImpl implements FlowableMessageDeletedEvent
- Author:
- Tijs Rademakers
-
-
Constructor Summary
Constructors Constructor Description FlowableMessageDeletedEventImpl(String userId, Message message)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Message
getMessage()
The message that was deletedString
getUserId()
The id of the user that is doing the delete action-
Methods inherited from class com.flowable.engage.engine.delegate.event.impl.FlowableEngageEventImpl
getType
-
Methods inherited from class org.flowable.common.engine.impl.event.FlowableEventImpl
toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.flowable.common.engine.api.delegate.event.FlowableEvent
getType
-
-
-
-
Method Detail
-
getUserId
public String getUserId()
Description copied from interface:FlowableMessageDeletedEvent
The id of the user that is doing the delete action- Specified by:
getUserId
in interfaceFlowableMessageDeletedEvent
- Returns:
- the id of the user that is doing the delete action
-
getMessage
public Message getMessage()
Description copied from interface:FlowableMessageDeletedEvent
The message that was deleted- Specified by:
getMessage
in interfaceFlowableMessageDeletedEvent
- Returns:
- the message that was deleted
-
-