Uses of Class
com.flowable.engage.dto.message.MessageResponse
-
Packages that use MessageResponse Package Description com.flowable.engage.dto.conversation.search com.flowable.engage.dto.message com.flowable.engage.engine.impl.indexing -
-
Uses of MessageResponse in com.flowable.engage.dto.conversation.search
Fields in com.flowable.engage.dto.conversation.search with type parameters of type MessageResponse Modifier and Type Field Description protected List<MessageResponse>ConversationSearchResponse. messagesMethods in com.flowable.engage.dto.conversation.search that return types with arguments of type MessageResponse Modifier and Type Method Description List<MessageResponse>ConversationSearchResponse. getMessages()Method parameters in com.flowable.engage.dto.conversation.search with type arguments of type MessageResponse Modifier and Type Method Description voidConversationSearchResponse. setMessages(List<MessageResponse> messages) -
Uses of MessageResponse in com.flowable.engage.dto.message
Subclasses of MessageResponse in com.flowable.engage.dto.message Modifier and Type Class Description classMessageComplianceResponse -
Uses of MessageResponse in com.flowable.engage.engine.impl.indexing
Methods in com.flowable.engage.engine.impl.indexing that return MessageResponse Modifier and Type Method Description MessageResponseMessageJsonMapper. convert(com.fasterxml.jackson.databind.JsonNode sourceNode)MessageResponseMessageJsonMapper. 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 MessageResponse Modifier and Type Method Description default Page<MessageResponse>MessageIndexQueryService. findMessages(String userId, String tenantId, String conversationId, String searchText, int start, int size)Page<MessageResponse>MessageIndexQueryService. findMessages(String userId, String tenantId, Collection<String> userGroups, String conversationId, String searchText, int start, int size)Page<MessageResponse>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)List<MessageResponse>MessageIndexQueryService. findRelatedMessages(String userId, String tenantId, Collection<String> userGroups, String conversationId, String valueTime)List<MessageResponse>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 MessageResponse Modifier and Type Method Description voidMessageResultMapper.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.
-