Class ChangeConversationOwnerCmd
java.lang.Object
com.flowable.engage.engine.impl.cmd.ChangeConversationOwnerCmd
Changes the owner of the conversation.
- Author:
- Anatolii Balakiriev
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecute
(CommandContext commandContext) protected String
removeOwnerFromConversation
(ConversationEntity conversation, CommandContext commandContext)
-
Field Details
-
conversationId
-
ownerUserId
-
-
Constructor Details
-
ChangeConversationOwnerCmd
-
-
Method Details
-
execute
-
removeOwnerFromConversation
protected String removeOwnerFromConversation(ConversationEntity conversation, CommandContext commandContext)
-