JAVA/CORBA CLASSES
Builds (compiles) the note collection.
Defined in
NoteCollection
Syntax
public void buildCollection() throws NotesException
Usage
You must build the collection before it is usable.
The built collection contains the database notes determined by the current values of SelectionFormula, SinceTime, and the Select properties.
Initially SelectionFormula and SinceTime select all notes.
Initially the Select properties are all true or all false as determined by createNoteCollection. You can reset them all true or all false with selectAllNotes.
You can set the Select properties individually or in groups. The following list arranges the Select properties under the selectAll methods that set them:
1. Not in a selectAll group:
Language cross-reference
BuildCollection method in LotusScript NotesNoteCollection class
Example See Also