Interface | Description |
---|---|
AssigneeService |
Service that retrieves issue-assignable
ApplicationUser objects. |
IteratedSearcher.Source<T> | |
UserIndexer |
Indexes users.
|
UserPickerSearchService | Deprecated
Use
UserSearchService instead. |
UserSearchService |
Service that retrieves a collection of
ApplicationUser objects based on a partial query string |
Class | Description |
---|---|
DefaultAssigneeService |
The main implementation of
AssigneeService . |
DefaultUserPickerSearchService | |
DirectoryUserIndexer |
Indexes users in directory.
|
IteratedSearcher |
Iteratively queries an underlying data source that supports query offset and limit to perform a search with a
client-side filter.
|
UserId |
Identifies a directory user.
|
UserMatcherPredicate |
Matcher to compare User parts (username, Full Name and email) with a query string and return true any part matches.
|
UserNameAnalyzer | |
UserSearchParams |
Optional parameters to restrict a user search.
|
UserSearchParams.Builder | |
UserSearchUtilities |
Provide a centralised location for accessing functions and other utilities that help to produce the queries needed to
perform user searches in both Crowd and in-memory Java
|
Copyright © 2002-2021 Atlassian. All Rights Reserved.