Package | Description |
---|---|
com.atlassian.confluence.api.impl.service.people | |
com.atlassian.confluence.api.service.people |
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
|
Copyright © 2003–2018 Atlassian. All rights reserved.