Uses of Class
com.flowable.engage.dto.conversation.search.ConversationSearchResponse
Package | Description |
---|---|
com.flowable.engage.engine.impl.indexing | |
com.flowable.engage.rest.service.api.conversation.search |
-
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 jsonNode)
Methods in com.flowable.engage.engine.impl.indexing that return types with arguments of type ConversationSearchResponse Modifier and Type Method Description protected com.flowable.platform.common.Page<ConversationSearchResponse>
ConversationFilterServiceImpl. fetchConversations(ConversationFilter conversationFilter, ConversationSearchQueryImpl conversationSearchQuery, int start, int size)
com.flowable.platform.common.Page<ConversationSearchResponse>
ConversationFilterServiceImpl. findConversations(ConversationSearchQueryImpl query, int start, int size)
protected com.flowable.platform.common.Page<ConversationSearchResponse>
ConversationIndexQueryServiceImpl. getPageFromQuery(int start, int size, java.lang.String index, java.lang.String query, java.lang.String order, java.lang.String sort)
com.flowable.platform.common.Page<ConversationSearchResponse>
ConversationSearchQuery. list(int start, int size)
Perform the query with the given paged parameterscom.flowable.platform.common.Page<ConversationSearchResponse>
ConversationSearchQueryImpl. list(int start, int size)
com.flowable.platform.common.Page<ConversationSearchResponse>
ConversationIndexQueryService. queryConversations(ConversationIndexQueryRequest request)
com.flowable.platform.common.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 jsonNode)
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, java.util.Map<java.lang.String,ConversationSearchResponse> conversationsById, java.lang.String currentUserId, java.lang.String currentTenantId, java.util.Collection<java.lang.String> currentUserGroups, int maxNrOfConversations)
protected void
ConversationFilterServiceImpl. enrichConversationsWithUnreadCountsForUser(ConversationFilter conversationFilter, java.util.Map<java.lang.String,ConversationSearchResponse> conversationsById, java.lang.String currentUserId)
-
Uses of ConversationSearchResponse in com.flowable.engage.rest.service.api.conversation.search
Methods in com.flowable.engage.rest.service.api.conversation.search that return types with arguments of type ConversationSearchResponse Modifier and Type Method Description org.springframework.http.ResponseEntity<org.flowable.common.rest.api.DataResponse<ConversationSearchResponse>>
ConversationSearchResource. searchConversations(ConversationSearchRequest request, java.security.Principal principal)
org.flowable.common.rest.api.DataResponse<ConversationSearchResponse>
ConversationSearchResourceService. searchConversations(ConversationSearchRequest request, java.security.Principal principal)
org.springframework.http.ResponseEntity<org.flowable.common.rest.api.DataResponse<ConversationSearchResponse>>
ConversationIndexQueryResource. searchConversationsWithQuery(ConversationIndexQueryRequest request)