Interface PersonService.PersonSearcher
-
- All Superinterfaces:
ManyFetcher<Person>
- All Known Implementing Classes:
NoopPersonSearcher
,PersonServiceImpl.PersonSearcherImpl
- Enclosing interface:
- PersonService
public static interface PersonService.PersonSearcher extends ManyFetcher<Person>
A searcher for finding people based on a search term.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PersonService.PersonSearcher
forUnsyncedUsers(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 provided-
Methods inherited from interface com.atlassian.confluence.api.service.finder.ManyFetcher
fetchMany
-
-
-
-
Method Detail
-
forUnsyncedUsers
PersonService.PersonSearcher forUnsyncedUsers(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 provided- Returns:
- this
-
-