Class DeleteMessageCmd
- java.lang.Object
-
- com.flowable.engage.engine.impl.cmd.DeleteMessageCmd
-
-
Constructor Summary
Constructors Constructor Description DeleteMessageCmd(String messageId, String userId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Void
execute(CommandContext commandContext)
protected void
fireMessageDeletedEvent(CommandContext commandContext, String userId, MessageEntity message)
-
-
-
Method Detail
-
execute
public Void execute(CommandContext commandContext)
-
fireMessageDeletedEvent
protected void fireMessageDeletedEvent(CommandContext commandContext, String userId, MessageEntity message)
-
-