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:
org.flowable.common.engine.impl.interceptor.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
Modifier and TypeMethodDescriptionexecute
(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) 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
public Conversation execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
-