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>
Starts a new ticket conversation as part of a desk conversation.
- Author:
- Micha Kiener
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final String
protected final String
protected final Collection<String>
protected final String
Fields inherited from class com.flowable.engage.engine.impl.desk.cmd.AbstractDeskCmd
SPLITTING_CHARS
-
Constructor Summary
ConstructorsConstructorDescriptionStartTicketConversationCmd
(String conversationId, String name, Collection<String> participantIds, Map<String, Object> variables, String userIdForPermissionChecks) -
Method Summary
Methods inherited from class com.flowable.engage.engine.impl.desk.cmd.AbstractDeskCmd
extractWordsWithMaxSize, getConversationParticipants, getConversationService, getDeskService, getIdentityService, getMessageService, isSplittingChar
-
Field Details
-
conversationId
-
name
-
participantIds
-
variables
-
userIdForPermissionChecks
-
-
Constructor Details
-
StartTicketConversationCmd
-
-
Method Details
-
execute
-