public static interface PersonService.PersonFinder extends PersonService.SinglePersonFetcher, ManyFetcher<Person>
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
|
fetch, fetchOne, fetchOneOrNull, fetchOrNull
fetchMany
PersonService.PersonFinder withUserKey(com.atlassian.sal.api.user.UserKey userKey)
PersonService.SinglePersonFetcher withUsername(String username)
PersonService.PersonFinder withMembershipOf(Group group)
Copyright © 2003–2019 Atlassian. All rights reserved.