java.lang.Object
com.flowable.engage.engine.impl.cmd.RemoveAssignedUserFromConversationCmd
- All Implemented Interfaces:
Command<Void>
public class RemoveAssignedUserFromConversationCmd
extends Object
implements Command<Void>
Removes the assigned user from a conversation.
- Author:
- Micha Kiener
-
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
conversationId
protected final String conversationId
-
Constructor Details
-
RemoveAssignedUserFromConversationCmd
public RemoveAssignedUserFromConversationCmd(String conversationId)
-