JAVA/CORBA クラス
システム管理要求データベースに、前の要求 (階層内のユーザーを移動する) に基づいてユーザー名を変更する要求を入力します。
定義位置
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
メモ moveUserInHierarchyRequest メソッドから targetcertifier を重複させないでください。このパラメータは、階層名 Alice Brown/Industry/Sales/Acme の「Industry」のように、修飾するための組織単位を指定します。
String 型
AdministrationProcess プロパティは、認証者を指定しなければなりません。
これは移動の第 2 段階です。第 1 段階については、MoveUserInHierarchyRequest を参照してください。
クロスリファレンス
LotusScript NotesAdministrationProcess クラスの moveUserInHierarchyComplete
例