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 戻り値文字列
使用法AdministrationProcess プロパティは、認証者を指定しなければなりません。
これは移動の第 2 段階です。第 1 段階の MoveUserInHierarchyRequest を参照してください。

クロスリファレンスLotusScript NotesAdministrationProcess クラスの moveUserInHierarchyComplete