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>
-
Field Summary
Fields inherited from class com.flowable.engage.engine.impl.cmd.BaseUpdateConversationCmd
conversationId, fetchIdentityLinks -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) protected voidmodifyConversationBeforeUpdate(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
-
-
Method Details
-
execute
public ConversationEntity execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) - Specified by:
executein interfaceorg.flowable.common.engine.impl.interceptor.Command<ConversationEntity>- Overrides:
executein classBaseUpdateConversationCmd
-
modifyConversationBeforeUpdate
protected void modifyConversationBeforeUpdate(org.flowable.common.engine.impl.interceptor.CommandContext commandContext, ConversationEntity entity) - Specified by:
modifyConversationBeforeUpdatein classBaseUpdateConversationCmd
-