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 classPersonServiceImpl.PersonSearcherImplMethods in com.atlassian.confluence.api.impl.service.people that return PersonService.PersonSearcher Modifier and Type Method Description PersonService.PersonSearcherPersonServiceImpl.PersonSearcherImpl. forUnsyncedUsers(String username)PersonService.PersonSearcherPersonServiceImpl. 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.PersonSearcherPersonService.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.PersonSearcherPersonService. 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 classNoopPersonSearcherMethods in com.atlassian.confluence.impl.service.finder.people that return PersonService.PersonSearcher Modifier and Type Method Description PersonService.PersonSearcherNoopPersonSearcher. forUnsyncedUsers(String username)
-