JAVA/CORBA-KLASSEN


addEntry method
Beispiel

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

Beispiel
Siehe auch