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
FieldsModifier and TypeFieldDescriptionprotected ConversationResultMapperprotected tools.jackson.databind.ObjectMapperprotected SearchService -
Constructor Summary
ConstructorsConstructorDescriptionConversationIndexQueryServiceImpl(SearchService searchService, tools.jackson.databind.ObjectMapper objectMapper, ConversationResultMapper conversationResultMapper) -
Method Summary
Modifier and TypeMethodDescriptiontools.jackson.databind.JsonNodegetConversationDocument(String conversationId) protected Page<ConversationSearchResponse> getPageFromQuery(int start, int size, String index, String query, String order, String sort)
-
Field Details
-
searchService
-
objectMapper
protected tools.jackson.databind.ObjectMapper objectMapper -
conversationResultMapper
-
-
Constructor Details
-
ConversationIndexQueryServiceImpl
public ConversationIndexQueryServiceImpl(SearchService searchService, tools.jackson.databind.ObjectMapper objectMapper, ConversationResultMapper conversationResultMapper)
-
-
Method Details
-
queryConversations
- Specified by:
queryConversationsin interfaceConversationIndexQueryService
-
getConversationDocument
- Specified by:
getConversationDocumentin interfaceConversationIndexQueryService
-
getPageFromQuery
-