Uses of Interface
com.atlassian.confluence.api.service.people.PersonService.PersonSearcher
-
-
Uses of PersonService.PersonSearcher in com.atlassian.confluence.api.impl.service.people
Classes in com.atlassian.confluence.api.impl.service.people that implement PersonService.PersonSearcher Modifier and Type Class Description class
PersonServiceImpl.PersonSearcherImpl
Methods in com.atlassian.confluence.api.impl.service.people that return PersonService.PersonSearcher Modifier and Type Method Description PersonService.PersonSearcher
PersonServiceImpl.PersonSearcherImpl. forUnsyncedUsers(String username)
PersonService.PersonSearcher
PersonServiceImpl. search()
PersonService.PersonSearcher
ReadOnlyPersonService. search()
-
Uses of PersonService.PersonSearcher in com.atlassian.confluence.api.service.people
Methods in com.atlassian.confluence.api.service.people that return PersonService.PersonSearcher Modifier and Type Method Description PersonService.PersonSearcher
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 providedPersonService.PersonSearcher
PersonService. search()
Create a person searcher to find people matching search criteria For given search category and/or criteria, return all People matching the supplied criteria. -
Uses of PersonService.PersonSearcher in com.atlassian.confluence.impl.service.finder.people
Classes in com.atlassian.confluence.impl.service.finder.people that implement PersonService.PersonSearcher Modifier and Type Class Description class
NoopPersonSearcher
Methods in com.atlassian.confluence.impl.service.finder.people that return PersonService.PersonSearcher Modifier and Type Method Description PersonService.PersonSearcher
NoopPersonSearcher. forUnsyncedUsers(String username)
-