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