| Package | Description |
|---|---|
| com.flowable.engage.dto.conversation.search | |
| com.flowable.engage.dto.message | |
| com.flowable.engage.engine.impl.indexing |
| Modifier and Type | Field and Description |
|---|---|
protected List<MessageResponse> |
ConversationSearchResponse.messages |
| Modifier and Type | Method and Description |
|---|---|
List<MessageResponse> |
ConversationSearchResponse.getMessages() |
| Modifier and Type | Method and Description |
|---|---|
void |
ConversationSearchResponse.setMessages(List<MessageResponse> messages) |
| Modifier and Type | Class and Description |
|---|---|
class |
MessageComplianceResponse |
| Modifier and Type | Method and Description |
|---|---|
MessageResponse |
MessageJsonMapper.convert(com.fasterxml.jackson.databind.JsonNode jsonNode) |
| Modifier and Type | Method and Description |
|---|---|
com.flowable.platform.common.Page<MessageResponse> |
MessageIndexQueryServiceImpl.findMessages(String userId,
String tenantId,
Collection<String> userGroups,
String conversationId,
String searchText,
int start,
int size) |
com.flowable.platform.common.Page<MessageResponse> |
MessageIndexQueryService.findMessages(String userId,
String tenantId,
Collection<String> userGroups,
String conversationId,
String searchText,
int start,
int size) |
default com.flowable.platform.common.Page<MessageResponse> |
MessageIndexQueryService.findMessages(String userId,
String tenantId,
String conversationId,
String searchText,
int start,
int size) |
List<MessageResponse> |
MessageIndexQueryServiceImpl.findRelatedMessages(String userId,
String tenantId,
Collection<String> userGroups,
String conversationId,
String valueTime) |
List<MessageResponse> |
MessageIndexQueryService.findRelatedMessages(String userId,
String tenantId,
Collection<String> userGroups,
String conversationId,
String valueTime) |
default List<MessageResponse> |
MessageIndexQueryService.findRelatedMessages(String userId,
String tenantId,
String conversationId,
String valueTime) |
| Modifier and Type | Method and Description |
|---|---|
void |
MessageResultMapper.Enhancer.enhance(MessageResponse response,
com.fasterxml.jackson.databind.JsonNode jsonNode) |
Copyright © 2019. All rights reserved.