JAVA/CORBA CLASSES


getEntry method
Example

Gets a specified entry in a view entry collection.

Defined in

ViewEntryCollection

Syntax

public ViewEntry getEntry(Object entry)
   throws NotesException

Parameters

Object obj


Return value

ViewEntry


Usage

This method can be used to get the entry in this collection that corresponds to an entry from another collection or retrieved through other means.

Language cross-reference

GetEntry method in LotusScript NotesViewEntryCollection class

Example
See Also