JAVA/CORBA CLASSES


moveUserInHierarchyComplete method
Example

Enters a request in the Administration Requests database to rename a user based on a previous request to move the user in the hierarchy.

Defined in

AdministrationProcess

Syntax

public String moveUserInHierarchyComplete(String requestnoteid)
   throws NotesException

public String moveUserInHierarchyComplete(String requestnoteid, String lastname, String firstname, String middleinitial, String orgunit, String altcommonname, String altorgunit, String altlanguage, boolean renamewindowsuser)
   throws NotesException

Parameters

String requestnoteid


String lastname
String firstname
String middleinitial
String orgunit
String altcommonname
String altorgunit
String altlanguage
boolean renamewindowsuser Return value

String


Usage

The AdministrationProcess properties must specify a certifier.

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

Language cross-reference

moveUserInHierarchyComplete in LotusScript NotesAdministrationProcess class

Example