Class ArchiveConversationCmd
java.lang.Object
com.flowable.engage.engine.impl.cmd.BaseUpdateConversationCmd
com.flowable.engage.engine.impl.cmd.ArchiveConversationCmd
- All Implemented Interfaces:
Command<ConversationEntity>
-
Field Summary
Fields inherited from class com.flowable.engage.engine.impl.cmd.BaseUpdateConversationCmd
conversationId, fetchIdentityLinks
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecute
(CommandContext commandContext) protected void
modifyConversationBeforeUpdate
(CommandContext commandContext, ConversationEntity entity) Methods inherited from class com.flowable.engage.engine.impl.cmd.BaseUpdateConversationCmd
getConversationId
-
Constructor Details
-
ArchiveConversationCmd
-
-
Method Details
-
execute
- Specified by:
execute
in interfaceCommand<ConversationEntity>
- Overrides:
execute
in classBaseUpdateConversationCmd
-
modifyConversationBeforeUpdate
protected void modifyConversationBeforeUpdate(CommandContext commandContext, ConversationEntity entity) - Specified by:
modifyConversationBeforeUpdate
in classBaseUpdateConversationCmd
-