JAVA/CORBA CLASSES


Building a note collection
The NoteCollection class lets you build a collection of Domino design and data elements in a database. Use the createNoteCollection method in the Database class to create a new NoteCollection object.

The following table lists the NoteCollection properties.

PropertyData typeDescription
getCount intThe number of notes in the collection.
getLastBuildTime DateTimeDate and time of the last build for this note collection.
getParentDatabaseThe database that contains the note collection.
getSelectACL and setSelectACL booleanIndicates whether the collection contains an ACL note.
getSelectActions and setSelectActions booleanIndicates whether the collection contains notes for actions.
getSelectAgents and setSelectAgents booleanIndicates whether the collection contains notes for agents.
getSelectDatabaseScript and setSelectDatabaseScript booleanIndicates whether the collection contains a database script note.
getSelectDocuments and setSelectDocuments booleanIndicates whether the collection contains the data documents.
getSelectFolders and setSelectFolders booleanIndicates whether the collection contains notes for folders.
getSelectForms and setSelectForms booleanIndicates whether the collection contains notes for forms.
getSelectFrameSets and setSelectFrameSets booleanIndicates whether the collection contains notes for frame sets.
getSelectHelpAbout and setSelectHelpAbout booleanIndicates whether the collection contains an "About Database" note.
getSelectHelpIndex and setSelectHelpIndex booleanIndicates whether the collection contains a help index note.
getSelectHelpUsing and setSelectHelpUsing booleanIndicates whether the collection contains a "Using Database" note.
getSelectIcon and setSelectIcon booleanIndicates whether the collection contains an icon note.
getSelectImageResources and setSelectImageResources booleanIndicates whether the collection contains notes for image resources.
getSelectionFormula and setSelectionFormula StringA formula that selects notes for inclusion in the collection.
getSelectJavaResources and setSelectJavaResources booleanIndicates whether the collection contains notes for Java resources.
getSelectMiscCodeElements and setSelectMiscCodeElements booleanIndicates whether the collection contains notes for miscellaneous code elements.
getSelectMiscFormatElements and setSelectMiscFormatElements booleanIndicates whether the collection contains notes for miscellaneous format elements.
getSelectMiscIndexElements and setSelectMiscIndexElements booleanIndicates whether the collection contains notes for miscellaneous index elements.
getSelectNavigators and setSelectNavigators booleanIndicates whether the collection contains notes for navigators.
getSelectOutlines and setSelectOutlines booleanIndicates whether the collection contains notes for outlines.
getSelectPages and setSelectPages booleanIndicates whether the collection contains notes for pages.
getSelectProfiles and setSelectProfilesbooleanIndicates whether the collection contains profile documents.
getSelectReplicationFormulas and setSelectReplicationFormulasbooleanIndicates whether the collection contains replication formulas.
getSelectScriptLibraries and setSelectScriptLibraries booleanIndicates whether the collection contains notes for script libraries.
getSelectSharedFields and setSelectSharedFields booleanIndicates whether the collection contains notes for shared fields.
getSelectStyleSheetResources and setSelectStyleSheetResources booleanIndicates whether the collection contains notes for style sheet resources.
getSelectSubforms and setSelectSelectSubforms booleanIndicates whether the collection contains notes for subforms.
getSelectViews and setSelectViews booleanIndicates whether the collection contains notes for views.
getSinceTime and setSinceTime DateTimeIndicates the earliest note creation time in the collection.
The methods are as follows: