JAVA/CORBA クラス
現在使用中のユーザーでデータベースの要素に署名します。
メモ このメソッドは Release 6.5 で新しく追加されました。
定義が行われるクラス Database
構文 public void sign() throws NotesException
public void sign(int documenttype) throws NotesException
public void sign(int documenttype, boolean existingsigsonly) throws NotesException
public void sign(int documenttype, boolean existingsigsonly, String namestr) throws NotesException
public void sign(int documenttype, boolean existingsigsonly, String namestr, boolean namestrisnoteid) throws NotesException
パラメータ int documenttype
パラメータ 3 を指定した場合は、このメソッドは 1 つの設計要素に署名します。また、パラメータ 1 を指定して、設計要素を明確に定義できます。複数の設計要素に同じ名前があり、パラメータ 1 を指定していない場合、指定した名前の最初の設計要素に署名します。
このメソッドはワークステーションでのみ実行できます。
クロスリファレンス LotusScript NotesDatabase クラスの Sign メソッド
例 関連項目