Uses of Interface
com.flowable.engage.engine.impl.indexing.ConversationSearchQuery
Packages that use ConversationSearchQuery
-
Uses of ConversationSearchQuery in com.flowable.engage.engine.impl.indexing
Classes in com.flowable.engage.engine.impl.indexing that implement ConversationSearchQueryMethods in com.flowable.engage.engine.impl.indexing that return ConversationSearchQueryModifier and TypeMethodDescriptionConversationFilterService.createConversationSearchQuery()
ConversationFilterServiceImpl.createConversationSearchQuery()
The key of the filter that should be used for doing the query.ConversationSearchQuery.searchQuery
(String query) The full text search queryConversationSearchQueryImpl.searchQuery
(String query) Search all conversations for the given tenantIdConversationSearchQuery.userDefinitionKey
(String userDefinitionKey) The user definition key that should be used to lookup the filter.ConversationSearchQueryImpl.userDefinitionKey
(String userDefinitionKey) default ConversationSearchQuery
Search all conversations for the given user.ConversationSearchQuery.userIdOrGroups
(String userId, Collection<String> userGroups) Search all conversations for the given user or user groupsConversationSearchQueryImpl.userIdOrGroups
(String userId, Collection<String> userGroups)