JAVA/CORBA CLASSES


moveUserInHierarchyRequest method
Example

Enters a request in the Administration Requests database to move a user's name in the hierarchy.

Defined in

AdministrationProcess

Syntax

public String moveUserInHierarchyRequest(String username, String targetcertifier)
   throws NotesException

public String moveUserInHierarchyRequest(String username, String targetcertifier, boolean allowprimarynamechange)
   throws NotesException

Parameters

String username


String targetcertifier
boolean allowprimarynamechange Return value

String


Usage

The AdministrationProcess properties must specify a certifier.

This is phase 1 of the move. See MoveUserInHierarchyComplete for phase 2.

Language cross-reference

moveUserInHierarchyRequest in LotusScript NotesAdministrationProcess class

Example