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