deleteGroup (AdministrationProcess - Java)

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

Defined in

AdministrationProcess

Syntax

public String deleteGroup(String groupname, boolean immediate)
    throws NotesException
public String deleteGroup(String groupname, boolean immediate, boolean deletewindowsgroup)
    throws NotesException

Parameters

String groupname

The name of the group.

boolean immediate
  • true to delete all references to the group in the Domino® Directory before issuing an administration process request
  • false to let the administration process make all deletions
    Note: A true setting may impact performance.

boolean deletewindowsgroup

  • true to delete the corresponding Windows group
  • false (default) to not delete the corresponding Windows group

Usage

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

Example