Class ChangeConversationOwnerCmd

java.lang.Object
com.flowable.engage.engine.impl.cmd.ChangeConversationOwnerCmd
All Implemented Interfaces:
Command<Void>

public class ChangeConversationOwnerCmd extends Object implements Command<Void>
Changes the owner of the conversation.
Author:
Anatolii Balakiriev
  • Field Details

    • conversationId

      protected final String conversationId
    • ownerUserId

      protected final String ownerUserId
  • Constructor Details

    • ChangeConversationOwnerCmd

      public ChangeConversationOwnerCmd(String conversationId, String ownerUserId)
  • Method Details