Class ConversationIndexQueryServiceImpl
- java.lang.Object
-
- com.flowable.engage.engine.impl.indexing.ConversationIndexQueryServiceImpl
-
- All Implemented Interfaces:
ConversationIndexQueryService
public class ConversationIndexQueryServiceImpl extends Object implements ConversationIndexQueryService
-
-
Field Summary
Fields Modifier and Type Field Description protected ConversationResultMapperconversationResultMapperprotected com.fasterxml.jackson.databind.ObjectMapperobjectMapperprotected SearchServicesearchService
-
Constructor Summary
Constructors Constructor Description ConversationIndexQueryServiceImpl(SearchService searchService, com.fasterxml.jackson.databind.ObjectMapper objectMapper, ConversationResultMapper conversationResultMapper)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNodegetConversationDocument(String conversationId)protected Page<ConversationSearchResponse>getPageFromQuery(int start, int size, String index, String query, String order, String sort)Page<ConversationSearchResponse>queryConversations(ConversationIndexQueryRequest request)
-
-
-
Field Detail
-
searchService
protected SearchService searchService
-
objectMapper
protected com.fasterxml.jackson.databind.ObjectMapper objectMapper
-
conversationResultMapper
protected ConversationResultMapper conversationResultMapper
-
-
Constructor Detail
-
ConversationIndexQueryServiceImpl
public ConversationIndexQueryServiceImpl(SearchService searchService, com.fasterxml.jackson.databind.ObjectMapper objectMapper, ConversationResultMapper conversationResultMapper)
-
-
Method Detail
-
queryConversations
public Page<ConversationSearchResponse> queryConversations(ConversationIndexQueryRequest request)
- Specified by:
queryConversationsin interfaceConversationIndexQueryService
-
getConversationDocument
public com.fasterxml.jackson.databind.JsonNode getConversationDocument(String conversationId)
- Specified by:
getConversationDocumentin interfaceConversationIndexQueryService
-
-