Uses of Class
com.flowable.engage.dto.message.MessageResponse
Packages that use MessageResponse
Package
Description
-
Uses of MessageResponse in com.flowable.engage.dto.conversation.search
Fields in com.flowable.engage.dto.conversation.search with type parameters of type MessageResponseModifier and TypeFieldDescriptionprotected List<MessageResponse>ConversationSearchResponse.messagesMethods in com.flowable.engage.dto.conversation.search that return types with arguments of type MessageResponseMethod parameters in com.flowable.engage.dto.conversation.search with type arguments of type MessageResponseModifier and TypeMethodDescriptionvoidConversationSearchResponse.setMessages(List<MessageResponse> messages) -
Uses of MessageResponse in com.flowable.engage.dto.message
Subclasses of MessageResponse in com.flowable.engage.dto.message -
Uses of MessageResponse in com.flowable.engage.engine.impl.indexing
Methods in com.flowable.engage.engine.impl.indexing that return MessageResponseModifier and TypeMethodDescriptionMessageJsonMapper.convert(com.fasterxml.jackson.databind.JsonNode sourceNode) MessageJsonMapper.convertHit(com.fasterxml.jackson.databind.JsonNode hitNode) protected MessageResponseMessageJsonMapper.convertWithoutEnhancer(com.fasterxml.jackson.databind.JsonNode jsonNode) Methods in com.flowable.engage.engine.impl.indexing that return types with arguments of type MessageResponseModifier and TypeMethodDescriptiondefault Page<MessageResponse>MessageIndexQueryService.findMessages(String userId, String tenantId, String conversationId, String searchText, int start, int size) MessageIndexQueryService.findMessages(String userId, String tenantId, Collection<String> userGroups, String conversationId, String searchText, int start, int size) MessageIndexQueryServiceImpl.findMessages(String userId, String tenantId, Collection<String> userGroups, String conversationId, String searchText, int start, int size) default List<MessageResponse>MessageIndexQueryService.findRelatedMessages(String userId, String tenantId, String conversationId, String valueTime) MessageIndexQueryService.findRelatedMessages(String userId, String tenantId, Collection<String> userGroups, String conversationId, String valueTime) MessageIndexQueryServiceImpl.findRelatedMessages(String userId, String tenantId, Collection<String> userGroups, String conversationId, String valueTime) Methods in com.flowable.engage.engine.impl.indexing with parameters of type MessageResponseModifier and TypeMethodDescriptionvoidMessageResultMapper.Enhancer.enhance(MessageResponse 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 voidMessageResultMapper.Enhancer.enhanceHitNode(MessageResponse response, com.fasterxml.jackson.databind.JsonNode hitNode) Implement this method, if you want to enhance the message hit with additional data from the full hit document, not just the source within it (e.g.