public class GroupServiceImpl extends Object implements GroupService
Modifier and Type | Class and Description |
---|---|
class |
GroupServiceImpl.GroupFinderImpl |
class |
GroupServiceImpl.GroupValidator |
GroupService.GroupFinder, GroupService.Validator
Constructor and Description |
---|
GroupServiceImpl(com.atlassian.user.GroupManager groupManager,
ConfluenceAccessManager confluenceAccessManager,
UserAccessorInternal userAccessor,
GroupFactory groupFactory,
FinderProxyFactory finderProxyFactory) |
Modifier and Type | Method and Description |
---|---|
GroupService.GroupFinder |
find(Expansion... expansions)
Create a GroupFinder for locating groups, the expansions will be applied to each group that matches the
finder.
|
GroupService.Validator |
validator()
Get the validator view of the GroupService.
|
public GroupServiceImpl(com.atlassian.user.GroupManager groupManager, ConfluenceAccessManager confluenceAccessManager, UserAccessorInternal userAccessor, GroupFactory groupFactory, FinderProxyFactory finderProxyFactory)
public GroupService.GroupFinder find(Expansion... expansions)
GroupService
For example, to fetch a group called "developers"
groupService.find()
.withName("developers")
.fetchOneOrNull();
find
in interface GroupService
public GroupService.Validator validator()
GroupService
validator
in interface GroupService
Copyright © 2003–2018 Atlassian. All rights reserved.