Class ChangeConversationOwnerCmd
java.lang.Object
com.flowable.engage.engine.impl.cmd.ChangeConversationOwnerCmd
- All Implemented Interfaces:
org.flowable.common.engine.impl.interceptor.Command<Void>
public class ChangeConversationOwnerCmd
extends Object
implements org.flowable.common.engine.impl.interceptor.Command<Void>
Changes the owner of the conversation.
- Author:
- Anatolii Balakiriev
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecute
(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) protected String
removeOwnerFromConversation
(ConversationEntity conversation, org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
-
Field Details
-
conversationId
-
ownerUserId
-
-
Constructor Details
-
ChangeConversationOwnerCmd
-
-
Method Details
-
execute
- Specified by:
execute
in interfaceorg.flowable.common.engine.impl.interceptor.Command<Void>
-
removeOwnerFromConversation
protected String removeOwnerFromConversation(ConversationEntity conversation, org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
-