Class SwitchToDeskTeamCmd
- java.lang.Object
-
- com.flowable.engage.engine.impl.desk.cmd.AbstractDeskCmd<T>
-
- com.flowable.engage.engine.impl.desk.cmd.AbstractTicketCmd<Void>
-
- com.flowable.engage.engine.impl.desk.cmd.SwitchToDeskTeamCmd
-
public class SwitchToDeskTeamCmd extends AbstractTicketCmd<Void>
Removes the current assignee of a ticket conversation and assigns it back to the desk team.- Author:
- Micha Kiener
-
-
Field Summary
-
Fields inherited from class com.flowable.engage.engine.impl.desk.cmd.AbstractTicketCmd
deskConversationId, digitalAssistantUserId, isNewTicket, ticketConversationId
-
Fields inherited from class com.flowable.engage.engine.impl.desk.cmd.AbstractDeskCmd
SPLITTING_CHARS
-
-
Constructor Summary
Constructors Constructor Description SwitchToDeskTeamCmd(String deskConversationId, String ticketConversationId, String chatBotUserId, boolean isNewTicket)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Void
execute(CommandContext commandContext)
-
Methods inherited from class com.flowable.engage.engine.impl.desk.cmd.AbstractTicketCmd
createAndInitializeTicketPayload, getDeskConversation, getDeskConversationId, getDigitalAssistantUserId, getTicketConversation, getTicketConversationId, getUserDisplayName, isNewTicket, removeStickyMessages
-
Methods inherited from class com.flowable.engage.engine.impl.desk.cmd.AbstractDeskCmd
extractWordsWithMaxSize, getConversationParticipants, getConversationService, getDeskService, getIdentityService, getMessageService, isSplittingChar
-
-
-
-
Method Detail
-
execute
public Void execute(CommandContext commandContext)
-
-