Uses of Class
com.flowable.engage.dto.conversation.search.ConversationSearchResponse
Packages that use ConversationSearchResponse
-
Uses of ConversationSearchResponse in com.flowable.engage.engine.impl.indexing
Methods in com.flowable.engage.engine.impl.indexing that return ConversationSearchResponseModifier and TypeMethodDescriptionConversationJsonMapper.convert
(com.fasterxml.jackson.databind.JsonNode sourceNode) 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 ConversationSearchResponseModifier and TypeMethodDescriptionprotected Page<ConversationSearchResponse>
ConversationFilterServiceImpl.fetchConversations
(ConversationFilter conversationFilter, ConversationSearchQueryImpl conversationSearchQuery, int start, int size) 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) ConversationSearchQuery.list
(int start, int size) Perform the query with the given paged parametersConversationSearchQueryImpl.list
(int start, int size) ConversationIndexQueryService.queryConversations
(ConversationIndexQueryRequest request) ConversationIndexQueryServiceImpl.queryConversations
(ConversationIndexQueryRequest request) Methods in com.flowable.engage.engine.impl.indexing with parameters of type ConversationSearchResponseModifier and TypeMethodDescriptionvoid
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 ConversationSearchResponseModifier and TypeMethodDescriptionprotected 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)