Uses of Class
com.flowable.engage.dto.conversation.search.ConversationSearchResponse
-
Packages that use ConversationSearchResponse Package Description com.flowable.engage.engine.impl.indexing -
-
Uses of ConversationSearchResponse in com.flowable.engage.engine.impl.indexing
Methods in com.flowable.engage.engine.impl.indexing that return ConversationSearchResponse Modifier and Type Method Description ConversationSearchResponse
ConversationJsonMapper. convert(com.fasterxml.jackson.databind.JsonNode sourceNode)
ConversationSearchResponse
ConversationJsonMapper. convertHit(com.fasterxml.jackson.databind.JsonNode hitNode)
protected ConversationSearchResponse
ConversationJsonMapper. convertWithoutEnhancer(com.fasterxml.jackson.databind.JsonNode jsonNode)
Methods in com.flowable.engage.engine.impl.indexing that return types with arguments of type ConversationSearchResponse Modifier and Type Method Description protected Page<ConversationSearchResponse>
ConversationFilterServiceImpl. fetchConversations(ConversationFilter conversationFilter, ConversationSearchQueryImpl conversationSearchQuery, int start, int size)
Page<ConversationSearchResponse>
ConversationFilterServiceImpl. findConversations(ConversationSearchQueryImpl query, int start, int size)
protected Page<ConversationSearchResponse>
ConversationIndexQueryServiceImpl. getPageFromQuery(int start, int size, String index, String query, String order, String sort)
Page<ConversationSearchResponse>
ConversationSearchQuery. list(int start, int size)
Perform the query with the given paged parametersPage<ConversationSearchResponse>
ConversationSearchQueryImpl. list(int start, int size)
Page<ConversationSearchResponse>
ConversationIndexQueryService. queryConversations(ConversationIndexQueryRequest request)
Page<ConversationSearchResponse>
ConversationIndexQueryServiceImpl. queryConversations(ConversationIndexQueryRequest request)
Methods in com.flowable.engage.engine.impl.indexing with parameters of type ConversationSearchResponse Modifier and Type Method Description void
ConversationResultMapper.Enhancer. enhance(ConversationSearchResponse response, com.fasterxml.jackson.databind.JsonNode sourceNode)
Implement this method, if you only need to enhance the response with data from the source part of the Elasticsearch hit document.default void
ConversationResultMapper.Enhancer. enhanceHitNode(ConversationSearchResponse response, com.fasterxml.jackson.databind.JsonNode hitNode)
Implement this method, if you want to enhance the conversation hit with additional data from the full hit document, not just the source within it (e.g.Method parameters in com.flowable.engage.engine.impl.indexing with type arguments of type ConversationSearchResponse Modifier and Type Method Description protected void
ConversationFilterServiceImpl. enrichConversationsWithMessages(ConversationFilter conversationFilter, Map<String,ConversationSearchResponse> conversationsById, String currentUserId, String currentTenantId, Collection<String> currentUserGroups, int maxNrOfConversations)
protected void
ConversationFilterServiceImpl. enrichConversationsWithUnreadCountsForUser(ConversationFilter conversationFilter, Map<String,ConversationSearchResponse> conversationsById, String currentUserId)
-