renameGroup (AdministrationProcess - Java)

Enters a request in the Administration Requests database to rename a group.

Defined in

AdministrationProcess

Syntax

public String renameGroup(String group, String newgroup)
    throws NotesException

Parameters

String group

The name of the group.

String newgroup

The new name of the group.

Return value

String

The note ID of an entry created in the Administration Requests database.

Usage

This method triggers "Rename group in Domino® Directory," "Rename group in Person documents," "Rename group in Access Control List," and "Rename group in Reader / Author fields" administration process requests.

Example