|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use GroupRemoveChildMapper | |
|---|---|
| com.atlassian.jira.bc.group | |
| Uses of GroupRemoveChildMapper in com.atlassian.jira.bc.group |
|---|
| Subclasses of GroupRemoveChildMapper in com.atlassian.jira.bc.group | |
|---|---|
class |
GroupRemoveUserMapper
Deprecated. since v4.3. Use GroupRemoveChildMapper. |
| Methods in com.atlassian.jira.bc.group that return GroupRemoveChildMapper | |
|---|---|
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. |
| Methods in com.atlassian.jira.bc.group with parameters of type GroupRemoveChildMapper | |
|---|---|
boolean |
GroupService.removeGroupsFromGroups(JiraServiceContext jiraServiceContext,
GroupRemoveChildMapper mapper)
This method will remove the provided child groups from the specified groups. |
boolean |
GroupService.removeUsersFromGroups(JiraServiceContext jiraServiceContext,
GroupRemoveChildMapper mapper)
This method will remove the provided users from the specified groups. |
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 |
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). |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||