Package | Description |
---|---|
com.atlassian.confluence.api.impl.service.people | |
com.atlassian.confluence.api.service.people |
Modifier and Type | Class and Description |
---|---|
class |
GroupServiceImpl.GroupFinderImpl |
Modifier and Type | Method and Description |
---|---|
GroupService.GroupFinder |
GroupServiceImpl.find(Expansion... expansions) |
GroupService.GroupFinder |
GroupServiceImpl.GroupFinderImpl.withMember(User person) |
GroupService.GroupFinder |
GroupServiceImpl.GroupFinderImpl.withName(String groupName) |
Modifier and Type | Method and Description |
---|---|
GroupService.GroupFinder |
GroupService.find(Expansion... expansions)
Create a GroupFinder for locating groups, the expansions will be applied to each group that matches the
finder.
|
GroupService.GroupFinder |
GroupService.GroupFinder.withMember(User person)
Filter to groups that have the given person as a member
|
Copyright © 2003–2017 Atlassian. All rights reserved.