Class StartTicketConversationCmd
- java.lang.Object
-
- com.flowable.engage.engine.impl.desk.cmd.AbstractDeskCmd<Conversation>
-
- com.flowable.engage.engine.impl.desk.cmd.StartTicketConversationCmd
-
- All Implemented Interfaces:
Command<Conversation>
public class StartTicketConversationCmd extends AbstractDeskCmd<Conversation>
Starts a new ticket conversation as part of a desk conversation.- Author:
- Micha Kiener
-
-
Field Summary
Fields Modifier and Type Field Description protected String
conversationId
protected String
name
protected Collection<String>
participantIds
protected String
userIdForPermissionChecks
protected Map<String,Object>
variables
-
Fields inherited from class com.flowable.engage.engine.impl.desk.cmd.AbstractDeskCmd
SPLITTING_CHARS
-
-
Constructor Summary
Constructors Constructor Description StartTicketConversationCmd(String conversationId, String name, Collection<String> participantIds, Map<String,Object> variables, String userIdForPermissionChecks)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Conversation
execute(CommandContext commandContext)
-
Methods inherited from class com.flowable.engage.engine.impl.desk.cmd.AbstractDeskCmd
extractWordsWithMaxSize, getConversationParticipants, getConversationService, getDeskService, getIdentityService, getMessageService, isSplittingChar
-
-
-
-
Method Detail
-
execute
public Conversation execute(CommandContext commandContext)
-
-