removeAll (ViewEntryCollection - Java™)
Permanently removes the documents associated with the entries in a view entry collection from a database.
Defined in
Syntax
public void removeAll(boolean force)
throws NotesException
Parameters
boolean force
If true, the document is removed even if another user modifies the document after it is retrieved. If false, the document is not removed in this case.
Usage
All documents removed from the database as a result of this operation are also removed from the collection.
The current pointer is reset to the first entry.