JAVA/CORBA CLASSES


addEntry method
Example

Adds an entry to a view entry collection.

Defined in

ViewEntryCollection

Syntax

public void addEntry(Object obj)
   throws NotesException

public void addEntry(Object obj, boolean checkDups)
   throws NotesException

Parameters

Object obj


boolean checkDups
Usage

The entry or document represented by the parameter must exist. For example, if you create a new Document object, you must save it before calling addEntry.

This method increments the view entry collection count returned by getCount.

Language cross-reference

AddEntry method in LotusScript NotesViewEntryCollection class

Example
See Also