All Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
protected IdentityLinkEntity |
createGroupScope(IdentityLinkService identityLinkService,
String conversationId,
String groupId,
String type) |
protected IdentityLinkEntity |
createUserScope(IdentityLinkService identityLinkService,
String conversationId,
String userId,
String type) |
ConversationHolder |
execute(CommandContext commandContext) |
protected Conversation |
findReUsableConversation(CommandContext commandContext) |
protected Conversation |
getParentConversation(ConversationBuilder builder) |
protected List<IdentityLinkEntity> |
handleIdentityLinks(CommandContext commandContext,
ConversationEntity entity,
ConversationBuilder builder) |
protected void |
populateConversationRegistryEntries(CommandContext commandContext,
ConversationEntity entity,
List<IdentityLinkEntity> identityLinkEntities) |
protected ConversationEntity |
startConversation(CommandContext commandContext,
ConversationBuilderImpl conversationBuilder) |
protected void |
validateChannelOrDesk(CommandContext commandContext,
ConversationEntity conversationEntity) |
protected void |
validateConversationTypes(String type) |
protected void |
validateNewConversation(CommandContext commandContext,
ConversationEntity entity) |