public class PerformRenameGroup extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
PerformRenameGroup.Factory |
Modifier and Type | Method and Description |
---|---|
com.google.gerrit.common.data.GroupDetail |
renameGroup(com.google.gerrit.reviewdb.client.AccountGroup.Id groupId,
String newName) |
com.google.gerrit.common.data.GroupDetail |
renameGroup(String groupName,
String newGroupName) |
public com.google.gerrit.common.data.GroupDetail renameGroup(String groupName, String newGroupName) throws com.google.gwtorm.server.OrmException, com.google.gerrit.common.errors.NameAlreadyUsedException, com.google.gerrit.common.errors.NoSuchGroupException, com.google.gerrit.common.errors.InvalidNameException
com.google.gwtorm.server.OrmException
com.google.gerrit.common.errors.NameAlreadyUsedException
com.google.gerrit.common.errors.NoSuchGroupException
com.google.gerrit.common.errors.InvalidNameException
public com.google.gerrit.common.data.GroupDetail renameGroup(com.google.gerrit.reviewdb.client.AccountGroup.Id groupId, String newName) throws com.google.gwtorm.server.OrmException, com.google.gerrit.common.errors.NameAlreadyUsedException, com.google.gerrit.common.errors.NoSuchGroupException, com.google.gerrit.common.errors.InvalidNameException
com.google.gwtorm.server.OrmException
com.google.gerrit.common.errors.NameAlreadyUsedException
com.google.gerrit.common.errors.NoSuchGroupException
com.google.gerrit.common.errors.InvalidNameException