JAVA/CORBA クラス
指定した時刻以降に修正された文書をデータベースから取得します。
メモ このメソッドは Release 7 で新しく追加されました。
定義が行われるクラス Database
構文 public DocumentCollection getModifiedDocuments() throws NotesException
public DocumentCollection getModifiedDocuments(DateTime since) throws NotesException
public DocumentCollection getModifiedDocuments(DateTime since, int noteClass) throws NotesException
パラメータ DateTime since
noteClass パラメータが無効である場合、このメソッドでは NotesError.NOTES_NOSUCH_DBGETMODDOCS (4698) 「正しくない GetModifiedDocuments コンスタント」が発生します。
クロスリファレンス LotusScript NotesDatabase クラスの GetModifiedDocuments
例 関連項目