public class PersonServiceImpl.PersonSearcherImpl extends Object implements PersonService.PersonSearcher
Constructor and Description |
---|
PersonSearcherImpl() |
Modifier and Type | Method and Description |
---|---|
PageResponse<Person> |
fetchMany(PageRequest request) |
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
|
public PersonService.PersonSearcher forUnsyncedUsers(String username)
PersonService.PersonSearcher
forUnsyncedUsers
in interface PersonService.PersonSearcher
public PageResponse<Person> fetchMany(PageRequest request)
fetchMany
in interface ManyFetcher<Person>
request
- - a pageRequest to use to paginate the response, this will be limited if it exceeds system limitsCopyright © 2003–2018 Atlassian. All rights reserved.