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」など) を指定するために使用します。
クロスリファレンスLotusScript NotesAdministrationProcess クラスの moveUserInHierarchyComplete 例