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)
GroupServiceFor example, to fetch a group called "developers"
      groupService.find()
     .withName("developers")
     .fetchOneOrNull();
     
 find in interface GroupServicepublic GroupService.Validator validator()
GroupServicevalidator in interface GroupServiceCopyright © 2003–2019 Atlassian. All rights reserved.