Class DeleteMessageCmd
java.lang.Object
com.flowable.engage.engine.impl.cmd.DeleteMessageCmd
- All Implemented Interfaces:
org.flowable.common.engine.impl.interceptor.Command<Void>
public class DeleteMessageCmd
extends Object
implements org.flowable.common.engine.impl.interceptor.Command<Void>
- Author:
- Tijs Rademakers
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecute
(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) protected void
fireMessageDeletedEvent
(org.flowable.common.engine.impl.interceptor.CommandContext commandContext, String userId, MessageEntity message)
-
Field Details
-
messageId
-
userId
-
-
Constructor Details
-
DeleteMessageCmd
-
-
Method Details
-
execute
- Specified by:
execute
in interfaceorg.flowable.common.engine.impl.interceptor.Command<Void>
-
fireMessageDeletedEvent
protected void fireMessageDeletedEvent(org.flowable.common.engine.impl.interceptor.CommandContext commandContext, String userId, MessageEntity message)
-