public class StartTicketConversationCmd extends AbstractDeskCmd<Conversation>
| Modifier and Type | Field and Description |
|---|---|
protected String |
conversationId |
protected String |
name |
protected Collection<String> |
participantIds |
protected String |
userIdForPermissionChecks |
protected Map<String,Object> |
variables |
SPLITTING_CHARS| Constructor and Description |
|---|
StartTicketConversationCmd(String conversationId,
String name,
Collection<String> participantIds,
Map<String,Object> variables,
String userIdForPermissionChecks) |
| Modifier and Type | Method and Description |
|---|---|
Conversation |
execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) |
extractWordsWithMaxSize, getConversationParticipants, getConversationService, getDeskService, getIdentityService, getMessageService, isSplittingCharprotected final String conversationId
protected final String name
protected final Collection<String> participantIds
protected final String userIdForPermissionChecks
public Conversation execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
Copyright © 2019. All rights reserved.