JAVA/CORBA クラス


moveUserInHierarchyComplete メソッド

システム管理要求データベースに、前の要求 (階層内のユーザーを移動する) に基づいてユーザー名を変更する要求を入力します。

定義位置

AdministrationProcess

構文

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

パラメータ

String requestnoteid


String lastname
String firstname
String middleinitial
String orgunit
String altcommonname
String altorgunit
String altlanguage
boolean renamewindowsuser 戻り値

String 型


使用法

AdministrationProcess プロパティは、認証者を指定しなければなりません。

これは移動の第 2 段階です。第 1 段階については、MoveUserInHierarchyRequest を参照してください。

クロスリファレンス

LotusScript NotesAdministrationProcess クラスの moveUserInHierarchyComplete