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 Summary
Constructors -
Method Summary
Modifier 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
-
PersonSearcherImpl
public PersonSearcherImpl()
-
-
Method Details
-
forUnsyncedUsers
Description 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 interfacePersonService.PersonSearcher- Returns:
- this
-
fetchMany
- Specified by:
fetchManyin interfaceManyFetcher<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
-