Class PersonServiceImpl.PersonSearcherImpl
java.lang.Object
com.atlassian.confluence.api.impl.service.people.PersonServiceImpl.PersonSearcherImpl
- All Implemented Interfaces:
- ManyFetcher<Person>,- PersonService.PersonSearcher
- Enclosing class:
- PersonServiceImpl
public class PersonServiceImpl.PersonSearcherImpl
extends Object
implements PersonService.PersonSearcher
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionfetchMany(PageRequest request) 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
- 
Constructor Details- 
PersonSearcherImplpublic PersonSearcherImpl()
 
- 
- 
Method Details- 
forUnsyncedUsersDescription copied from interface:PersonService.PersonSearcherRestrict the searcher to just unsynced / unknown users This search will perform a partial and a full match of username for the search term provided- Specified by:
- forUnsyncedUsersin interface- PersonService.PersonSearcher
- Returns:
- this
 
- 
fetchMany- Specified by:
- fetchManyin interface- ManyFetcher<Person>
- Parameters:
- request- - a pageRequest to use to paginate the response, this will be limited if it exceeds system limits
- Returns:
- a pageResponse of given type that matches the given restrictions
 
 
-