Class ArchiveConversationCmd
java.lang.Object
com.flowable.engage.engine.impl.cmd.BaseUpdateConversationCmd
com.flowable.engage.engine.impl.cmd.ArchiveConversationCmd
- All Implemented Interfaces:
org.flowable.common.engine.impl.interceptor.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(java.lang.String conversationId)
-
Method Summary
Modifier and Type Method Description ConversationEntity
execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
protected void
modifyConversationBeforeUpdate(org.flowable.common.engine.impl.interceptor.CommandContext commandContext, ConversationEntity entity)
Methods inherited from class com.flowable.engage.engine.impl.cmd.BaseUpdateConversationCmd
getConversationId
-
Constructor Details
-
ArchiveConversationCmd
public ArchiveConversationCmd(java.lang.String conversationId)
-
-
Method Details
-
execute
public ConversationEntity execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)- Specified by:
execute
in interfaceorg.flowable.common.engine.impl.interceptor.Command<ConversationEntity>
- Overrides:
execute
in classBaseUpdateConversationCmd
-
modifyConversationBeforeUpdate
protected void modifyConversationBeforeUpdate(org.flowable.common.engine.impl.interceptor.CommandContext commandContext, ConversationEntity entity)- Specified by:
modifyConversationBeforeUpdate
in classBaseUpdateConversationCmd
-