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, fetchOneOrNull
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
fetch, fetchOne, fetchOneOrNull, fetchOrNull
fetchMany
public PersonService.PersonFinder withUserKey(com.atlassian.sal.api.user.UserKey userKey)
PersonService.PersonFinder
withUserKey
in interface PersonService.PersonFinder
public PersonService.SinglePersonFetcher withUsername(String username)
PersonService.PersonFinder
withUsername
in interface PersonService.PersonFinder
public PersonService.PersonFinder withMembershipOf(Group group)
PersonService.PersonFinder
withMembershipOf
in interface PersonService.PersonFinder
Copyright © 2003–2021 Atlassian. All rights reserved.