Uses of Interface
com.atlassian.confluence.api.service.people.PersonService.PersonSearcher
Packages that use PersonService.PersonSearcher
Package
Description
-
Uses of PersonService.PersonSearcher in com.atlassian.confluence.api.impl.service.people
Classes in com.atlassian.confluence.api.impl.service.people that implement PersonService.PersonSearcherMethods in com.atlassian.confluence.api.impl.service.people that return PersonService.PersonSearcherModifier and TypeMethodDescriptionPersonServiceImpl.PersonSearcherImpl.forUnsyncedUsers
(String username) PersonServiceImpl.search()
ReadOnlyPersonService.search()
-
Uses of PersonService.PersonSearcher in com.atlassian.confluence.api.service.people
Methods in com.atlassian.confluence.api.service.people that return PersonService.PersonSearcherModifier and TypeMethodDescriptionPersonService.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.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.PersonSearcherMethods in com.atlassian.confluence.impl.service.finder.people that return PersonService.PersonSearcher