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. messages
Methods 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 void
ConversationSearchResponse. 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 class
MessageComplianceResponse
-
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 MessageResponse
MessageJsonMapper. convert(com.fasterxml.jackson.databind.JsonNode sourceNode)
MessageResponse
MessageJsonMapper. convertHit(com.fasterxml.jackson.databind.JsonNode hitNode)
protected MessageResponse
MessageJsonMapper. 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 void
MessageResultMapper.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 void
MessageResultMapper.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.
-