public class ConversationIndexQueryServiceImpl extends Object implements ConversationIndexQueryService
| Modifier and Type | Field and Description | 
|---|---|
| protected ConversationResultMapper | conversationResultMapper | 
| protected com.fasterxml.jackson.databind.ObjectMapper | objectMapper | 
| protected com.flowable.indexing.SearchService | searchService | 
| Constructor and Description | 
|---|
| ConversationIndexQueryServiceImpl(com.flowable.indexing.SearchService searchService,
                                 com.fasterxml.jackson.databind.ObjectMapper objectMapper,
                                 ConversationResultMapper conversationResultMapper) | 
| Modifier and Type | Method and Description | 
|---|---|
| com.fasterxml.jackson.databind.JsonNode | getConversationDocument(String conversationId) | 
| protected com.flowable.platform.common.Page<ConversationSearchResponse> | getPageFromQuery(int start,
                int size,
                String index,
                String query,
                String order,
                String sort) | 
| com.flowable.platform.common.Page<ConversationSearchResponse> | queryConversations(ConversationIndexQueryRequest request) | 
protected com.flowable.indexing.SearchService searchService
protected com.fasterxml.jackson.databind.ObjectMapper objectMapper
protected ConversationResultMapper conversationResultMapper
public ConversationIndexQueryServiceImpl(com.flowable.indexing.SearchService searchService,
                                         com.fasterxml.jackson.databind.ObjectMapper objectMapper,
                                         ConversationResultMapper conversationResultMapper)
public com.flowable.platform.common.Page<ConversationSearchResponse> queryConversations(ConversationIndexQueryRequest request)
queryConversations in interface ConversationIndexQueryServicepublic com.fasterxml.jackson.databind.JsonNode getConversationDocument(String conversationId)
getConversationDocument in interface ConversationIndexQueryServiceprotected com.flowable.platform.common.Page<ConversationSearchResponse> getPageFromQuery(int start, int size, String index, String query, String order, String sort)
Copyright © 2019. All rights reserved.