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