Interface PersonService.PersonSearcher
- All Superinterfaces:
ManyFetcher<Person>
- All Known Implementing Classes:
NoopPersonSearcher
,PersonServiceImpl.PersonSearcherImpl
- Enclosing interface:
- PersonService
A searcher for finding people based on a search term.
-
Method Summary
Modifier and TypeMethodDescriptionforUnsyncedUsers
(String username) Restrict the searcher to just unsynced / unknown users This search will perform a partial and a full match of username for the search term providedMethods inherited from interface com.atlassian.confluence.api.service.finder.ManyFetcher
fetchMany
-
Method Details
-
forUnsyncedUsers
Restrict the searcher to just unsynced / unknown users This search will perform a partial and a full match of username for the search term provided- Returns:
- this
-