JAVA/CORBA クラス
[システム管理要求] データベースに要求を入力して、階層内のユーザー名を移動します。
定義が行われるクラス AdministrationProcess
構文 public String moveUserInHierarchyRequest(String username, String targetcertifier) throws NotesException
public String moveUserInHierarchyRequest(String username, String targetcertifier, boolean allowprimarynamechange) throws NotesException
パラメータ String username
これは移動の第 1 段階です。第 2 段階の MoveUserInHierarchyComplete を参照してください。
クロスリファレンス LotusScript NotesAdministrationProcess クラスの moveUserInHierarchyRequest
例