Class RemoveMessageReactionCmd
java.lang.Object
com.flowable.engage.engine.impl.cmd.RemoveMessageReactionCmd
- All Implemented Interfaces:
org.flowable.common.engine.impl.interceptor.Command<Void>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidcreateMessageAuditEntry(org.flowable.common.engine.impl.interceptor.CommandContext commandContext, MessageEntity message, ReactionEntity reaction) execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) protected voidsendReactionDeletedEvent(org.flowable.common.engine.impl.interceptor.CommandContext commandContext, Message message, Reaction reaction)
-
Field Details
-
reactionId
-
-
Constructor Details
-
RemoveMessageReactionCmd
-
-
Method Details
-
execute
-
createMessageAuditEntry
protected void createMessageAuditEntry(org.flowable.common.engine.impl.interceptor.CommandContext commandContext, MessageEntity message, ReactionEntity reaction) -
sendReactionDeletedEvent
-