public class NoopPersonSearcher extends NoopFetcher<Person> implements PersonService.PersonSearcher
Constructor and Description |
---|
NoopPersonSearcher() |
Modifier and Type | Method and Description |
---|---|
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 provided
|
fetchMany, fetchOne, fetchOneOrNull
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
fetchMany
fetch, fetchOrNull
public PersonService.PersonSearcher forUnsyncedUsers(String username)
PersonService.PersonSearcher
forUnsyncedUsers
in interface PersonService.PersonSearcher
Copyright © 2003–2021 Atlassian. All rights reserved.