|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.jira.bc.group.GroupRemoveChildMapper
com.atlassian.jira.bc.group.GroupRemoveUserMapper
GroupRemoveChildMapper.
public class GroupRemoveUserMapper
This is a subclass retained for backward compatibility of plugins.
| Constructor Summary | |
|---|---|
GroupRemoveUserMapper()
Deprecated. |
|
GroupRemoveUserMapper(List defaultGroupNames)
Deprecated. |
|
| Method Summary | |
|---|---|
GroupRemoveUserMapper |
register(String childName)
Deprecated. Registers the given childName to be removed from the configured list of default groups. |
GroupRemoveUserMapper |
register(String childName,
Collection groupNames)
Deprecated. Registers the given childName to be removed from the specified group names. |
GroupRemoveUserMapper |
register(String childName,
String groupName)
Deprecated. Registers the given childName to be removed from the specified groupName. |
| Methods inherited from class com.atlassian.jira.bc.group.GroupRemoveChildMapper |
|---|
childIterator, getDefaultGroupNames, getGroups, getGroupsIterator, isRemoveFromAllSelected |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GroupRemoveUserMapper()
public GroupRemoveUserMapper(List defaultGroupNames)
| Method Detail |
|---|
public GroupRemoveUserMapper register(String childName,
String groupName)
GroupRemoveChildMapper
register in class GroupRemoveChildMapperchildName - identifies the child to be removed from the default groups.groupName - identifies the group to remove the child from.
public GroupRemoveUserMapper register(String childName)
GroupRemoveChildMapper
register in class GroupRemoveChildMapperchildName - identifies the child to be removed from the default groups.
public GroupRemoveUserMapper register(String childName,
Collection groupNames)
GroupRemoveChildMapper
register in class GroupRemoveChildMapperchildName - identifies the child to be removed from the default groups.groupNames - a collection of groupNames that identify the groups to remove the child from.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||