Class ChangeConversationOwnerCmd
- java.lang.Object
-
- com.flowable.engage.engine.impl.cmd.ChangeConversationOwnerCmd
-
-
Field Summary
Fields Modifier and Type Field Description protected String
conversationId
protected String
ownerUserId
-
Constructor Summary
Constructors Constructor Description ChangeConversationOwnerCmd(String conversationId, String ownerUserId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Void
execute(CommandContext commandContext)
protected String
removeOwnerFromConversation(ConversationEntity conversation, CommandContext commandContext)
-
-
-
Method Detail
-
execute
public Void execute(CommandContext commandContext)
-
removeOwnerFromConversation
protected String removeOwnerFromConversation(ConversationEntity conversation, CommandContext commandContext)
-
-