ConversationSearchQuery |
ConversationFilterService.createConversationSearchQuery() |
|
ConversationSearchQuery |
ConversationFilterServiceImpl.createConversationSearchQuery() |
|
ConversationSearchQuery |
ConversationSearchQuery.filterId(java.lang.String filterId) |
The key of the filter that should be used for doing the query.
|
ConversationSearchQuery |
ConversationSearchQueryImpl.filterId(java.lang.String filterId) |
|
ConversationSearchQuery |
ConversationSearchQuery.searchQuery(java.lang.String query) |
The full text search query
|
ConversationSearchQuery |
ConversationSearchQueryImpl.searchQuery(java.lang.String query) |
|
ConversationSearchQuery |
ConversationSearchQuery.tenantId(java.lang.String tenantId) |
Search all conversations for the given tenantId
|
ConversationSearchQuery |
ConversationSearchQueryImpl.tenantId(java.lang.String tenantId) |
|
ConversationSearchQuery |
ConversationSearchQuery.userDefinitionKey(java.lang.String userDefinitionKey) |
The user definition key that should be used to lookup the filter.
|
ConversationSearchQuery |
ConversationSearchQueryImpl.userDefinitionKey(java.lang.String userDefinitionKey) |
|
default ConversationSearchQuery |
ConversationSearchQuery.userId(java.lang.String userId) |
Search all conversations for the given user.
|
ConversationSearchQuery |
ConversationSearchQuery.userIdOrGroups(java.lang.String userId,
java.util.Collection<java.lang.String> userGroups) |
Search all conversations for the given user or user groups
|
ConversationSearchQuery |
ConversationSearchQueryImpl.userIdOrGroups(java.lang.String userId,
java.util.Collection<java.lang.String> userGroups) |
|