NoteCollection (Java™)
Represents a collection of Domino® design and data elements in a database.
Containment
Contained by: Database
Properties
Count through getCount
LastBuildTime through getLastBuildTime
Parent through getParent
SelectAcl through getSelectAcl and setSelectAcl
SelectActions through getSelectActions and setSelectActions
SelectAgents through getSelectAgents and setSelectAgents
SelectDatabaseScript through getSelectDatabaseScript and setSelectDatabaseScript
SelectDataConnections through getSelectDataConnections and setDataConnections
SelectDocuments through getSelectDocuments and setSelectDocuments
SelectFolders through getSelectFolders and setSelectFolders
SelectForms through getSelectForms and setSelectForms
SelectFramesets through getSelectFramesets and setSelectFramesets
SelectHelpAbout through getSelectHelpAbout and setSelectHelpAbout
SelectHelpIndex through getSelectHelpIndex and setSelectHelpIndex
SelectHelpUsing through getSelectHelpUsing and setSelectHelpUsing
SelectIcon through getSelectIcon and setSelectIcon
SelectImageResources through getSelectImageResources and setSelectImageResources
SelectionFormula through getSelectionFormula and setSelectionFormula
SelectJavaResources through getSelectJavaResources and setSelectJavaResources
SelectMiscCodeElements through getSelectMiscCodeElements and setSelectMiscCodeElements
SelectMiscFormatElements through getSelectMiscFormatElements and setSelectMiscFormatElements
SelectMiscIndexElements through getSelectMiscIndexElements and setSelectMiscIndexElements
SelectNavigators through getSelectNavigators and setSelectNavigators
SelectOutlines through getSelectOutlines and setSelectOutlines
SelectPages through getSelectPages and setSelectPages
SelectProfiles through getSelectProfiles and setSelectProfiles
SelectReplicationFormulas through getSelectReplicationFormulas and setSelectReplicationFormulas
SelectScriptLibraries through getSelectScriptLibraries and setSelectScriptLibraries
SelectSharedFields through getSelectSharedFields and setSelectSharedFields
SelectStylesheetResources through getSelectStylesheetResources and setSelectStylesheetResources
SelectSubforms through getSelectSubforms and setSelectSubforms
SelectViews through getSelectViews and setSelectViews
SinceTime through getSinceTime and setSinceTime
Methods
recyle
Creation and access
Use createNoteCollection in Database to create a NoteCollection object. The object represents the notes in the containing database. Use createNoteCollection to initialize all Select properties to true or false depending on the parameter specification.
Change the Select properties as desired to specify the content of the collection. You can set the Select properties directly, or in groups by calling the Select methods. Further modify the collection as desired with the SelectionFormula and SinceTime properties.
Use buildCollection to compile the collection. You must build before the collection can be used.
Usage
A Domino® database consists of design and data elements known internally as "notes." The NoteCollection class represents all or a subset of the notes in a database.
A NoteCollection object can be used as input to DxlExporter.