JAVA/CORBA クラス


文書 (note) コレクションを作成する
NoteCollection クラスにより、データベース内に Lotus Domino 設計およびデータ要素のコレクションを作成できます。新しい NoteCollection オブジェクトを作成するには、Database クラス内の createNoteCollection メソッドを使用します。

次の表は、NoteCollection プロパティを示しています。
プロパティデータ型説明
getCount int 型コレクション内の文書 (note) の数です。
getLastBuildTime DateTimeこの文書コレクションが最後にビルドされた日時です。
getParentDatabase文書コレクションが格納されているデータベースです。
getSelectACL と setSelectACL boolean 型コレクションが ACL 文書 (note) を含むかどうかを示します。
getSelectActions と setSelectActions boolean 型コレクションがアクション用の文書 (note) を含むかどうかを示します。
getSelectAgents と setSelectAgents boolean 型コレクションがエージェント用の文書 (note) を含むかどうかを示します。
getSelectDatabaseScript と setSelectDatabaseScript boolean 型コレクションがデータベーススクリプト文書 (note) を含むかどうかを示します。
getSelectDocuments と setSelectDocuments boolean 型コレクションがデータ文書を含むかどうかを示します。
getSelectFolders と setSelectFolders boolean 型コレクションがフォルダ用の文書 (note) を含むかどうかを示します。
getSelectForms と setSelectForms boolean 型コレクションがフォーム用の文書 (note) を含むかどうかを示します。
getSelectFrameSets と setSelectFrameSets boolean 型コレクションがフレームセット用の文書 (note) を含むかどうかを示します。
getSelectHelpAbout と setSelectHelpAbout boolean 型コレクションがデータベースに関する「データベースについて」文書 (note) を含むかどうかを示します。
getSelectHelpIndex と setSelectHelpIndex boolean 型コレクションがヘルプ索引文書 (note) を含むかどうかを示します。
getSelectHelpUsing と setSelectHelpUsing boolean 型コレクションがデータベースの使い方に関する「データベースの使い方」文書 (note) を含むかどうかを示します。
getSelectIcon と setSelectIcon boolean 型コレクションがアイコン文書 (note) を含むかどうかを示します。
getSelectImageResources と setSelectImageResources boolean 型コレクションがイメージリソース用の文書 (note) を含むかどうかを示します。
getSelectionFormula と setSelectionFormula String 型コレクションに含める文書 (note) を選択する式。
getSelectJavaResources と setSelectJavaResources boolean 型コレクションが Java リソース用の文書 (note) を含むかどうかを示します。
getSelectMiscCodeElements と setSelectMiscCodeElements boolean 型コレクションがその他のコード要素用の文書 (note) を含むかどうかを示します。
getSelectMiscFormatElements と setSelectMiscFormatElements boolean 型コレクションがその他のフォーマット要素用の文書 (note) を含むかどうかを示します。
getSelectMiscIndexElements と setSelectMiscIndexElements boolean 型コレクションがその他の索引要素用の文書 (note) を含むかどうかを示します。
getSelectNavigators と setSelectNavigators boolean 型コレクションがナビゲータ用の文書 (note) を含むかどうかを示します。
getSelectOutlines と setSelectOutlines boolean 型コレクションがアウトライン用の文書 (note) を含むかどうかを示します。
getSelectPages と setSelectPages boolean 型コレクションがページ用の文書 (note) を含むかどうかを示します。
getSelectProfiles と setSelectProfilesboolean 型コレクションがプロフィール文書を含むかどうかを示します。
getSelectReplicationFormulas と setSelectReplicationFormulasboolean 型コレクションが複製式を含むかどうかを示します。
getSelectScriptLibraries と setSelectScriptLibraries boolean 型コレクションがスクリプトライブラリ用の文書 (note) を含むかどうかを示します。
getSelectSharedFields と setSelectSharedFields boolean 型コレクションが共有フィールド用の文書 (note) を含むかどうかを示します。
getSelectStyleSheetResources と setSelectStyleSheetResources boolean 型コレクションがスタイルシートリソース用の文書 (note) を含むかどうかを示します。
getSelectSubforms と setSelectSelectSubforms boolean 型コレクションがサブフォーム用の文書 (note) を含むかどうかを示します。
getSelectViews と setSelectViews boolean 型コレクションがビュー用の文書 (note) を含むかどうかを示します。
getSinceTime と setSinceTime DateTimeコレクション内の文書 (note) の最初の作成日時を示します。
メソッドを次に示します。