| Package | Description |
|---|---|
| com.atlassian.jira.bc.group |
| Modifier and Type | Method and Description |
|---|---|
GroupRemoveChildMapper |
GroupRemoveChildMapper.register(String childName)
Registers the given childName to be removed from the configured list of default groups.
|
GroupRemoveChildMapper |
GroupRemoveChildMapper.register(String childName,
Collection groupNames)
Registers the given childName to be removed from the specified group names.
|
GroupRemoveChildMapper |
GroupRemoveChildMapper.register(String childName,
String groupName)
Registers the given childName to be removed from the specified groupName.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
DefaultGroupService.removeGroupsFromGroups(JiraServiceContext jiraServiceContext,
GroupRemoveChildMapper mapper) |
boolean |
GroupService.removeGroupsFromGroups(JiraServiceContext jiraServiceContext,
GroupRemoveChildMapper mapper)
This method will remove the provided child groups from the specified groups.
|
boolean |
DefaultGroupService.removeUsersFromGroups(JiraServiceContext jiraServiceContext,
GroupRemoveChildMapper mapper) |
boolean |
GroupService.removeUsersFromGroups(JiraServiceContext jiraServiceContext,
GroupRemoveChildMapper mapper)
This method will remove the provided users from the specified groups.
|
boolean |
DefaultGroupService.validateRemoveGroupsFromGroups(JiraServiceContext jiraServiceContext,
GroupRemoveChildMapper mapper) |
boolean |
GroupService.validateRemoveGroupsFromGroups(JiraServiceContext jiraServiceContext,
GroupRemoveChildMapper mapper)
Performs validation to see if the groups identified in
mapper can be removed from
their respective groups by the current user (as specified in the jiraServiceContext). |
boolean |
DefaultGroupService.validateRemoveUsersFromGroups(JiraServiceContext jiraServiceContext,
GroupRemoveChildMapper mapper) |
boolean |
GroupService.validateRemoveUsersFromGroups(JiraServiceContext jiraServiceContext,
GroupRemoveChildMapper mapper)
Performs validation to see if the users identified in
mapper can be removed from
their respective groups by the current user (as specified in the jiraServiceContext). |
Copyright © 2002-2022 Atlassian. All Rights Reserved.