public class NoopPersonFinder extends NoopFetcher<Person> implements PersonService.PersonFinder
| Constructor and Description |
|---|
NoopPersonFinder() |
| Modifier and Type | Method and Description |
|---|---|
PersonService.PersonFinder |
withMembershipOf(Group group)
Restrict the finder to just users that are members of the given group
|
PersonService.PersonFinder |
withUserKey(com.atlassian.sal.api.user.UserKey userKey)
Restrict the finder to just the user with the given userKey
|
PersonService.SinglePersonFetcher |
withUsername(String username)
Restrict the finder to just user with the given username
|
fetchMany, fetchOne, fetchOneOrNullclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfetch, fetchOne, fetchOneOrNull, fetchOrNullfetchManypublic PersonService.PersonFinder withUserKey(com.atlassian.sal.api.user.UserKey userKey)
PersonService.PersonFinderwithUserKey in interface PersonService.PersonFinderpublic PersonService.SinglePersonFetcher withUsername(String username)
PersonService.PersonFinderwithUsername in interface PersonService.PersonFinderpublic PersonService.PersonFinder withMembershipOf(Group group)
PersonService.PersonFinderwithMembershipOf in interface PersonService.PersonFinderCopyright © 2003–2022 Atlassian. All rights reserved.