createNoteCollection (Database - Java™)

現在のデータベースに基づいて文書コレクションを作成し、この文書コレクションを表す NoteCollection オブジェクトを返します。

注: このメソッドは R6.5 で新しく追加されました。

定義位置

Database

構文

public NoteCollection createNoteCollection(boolean selectallflag)
    throws NotesException

パラメータ

boolean selectallflag

文書コレクションのすべての [選択] プロパティを true または false に設定します。

戻り値

NoteCollection

新しい文書コレクションを返します。

使用法

詳しくは、NoteCollection クラスを参照してください。

クロスリファレンス

LotusScript® NotesDatabase クラスの CreateNoteCollection メソッド