Modifier and Type | Class and Description |
---|---|
class |
PersonServiceImpl.PersonFinderImpl |
Modifier and Type | Method and Description |
---|---|
PersonService.PersonFinder |
PersonServiceImpl.find(Expansion... expansions) |
PersonService.PersonFinder |
PersonServiceImpl.PersonFinderImpl.withMembershipOf(Group group) |
PersonService.PersonFinder |
PersonServiceImpl.PersonFinderImpl.withUserKey(com.atlassian.sal.api.user.UserKey userKey) |
PersonService.PersonFinder |
PersonServiceImpl.PersonFinderImpl.withUsername(String username) |
Modifier and Type | Method and Description |
---|---|
PersonService.PersonFinder |
PersonService.find(Expansion... expansions)
Create a person finder to locate persons
Restrictions can be applied to the finder using the appropriate withFoo() method
|
PersonService.PersonFinder |
PersonService.PersonFinder.withMembershipOf(Group group)
Restrict the finder to just users that are members of the given group
|
PersonService.PersonFinder |
PersonService.PersonFinder.withUserKey(com.atlassian.sal.api.user.UserKey userKey)
Restrict the finder to just the user with the given userKey
|
Modifier and Type | Class and Description |
---|---|
class |
NoopPersonFinder |
Modifier and Type | Method and Description |
---|---|
PersonService.PersonFinder |
NoopPersonFinder.withMembershipOf(Group group) |
PersonService.PersonFinder |
NoopPersonFinder.withUserKey(com.atlassian.sal.api.user.UserKey userKey) |
Copyright © 2003–2021 Atlassian. All rights reserved.