JAVA/CORBA CLASSES


lookupNames method
Looks up designated Items for specified Names contained in the specified View.

Note This method is new with Release 8

Defined in

Directory

Syntax

DirectoryNavigator lookupNames(String view, java.util.Vector names, Variant items)

DirectoryNavigator lookupNames(String view, java.util.Vector names, java.util.Vector items, boolean partialMatches)

DirectoryNavigator lookupNames(String view, String names, java.util.Vector items)

DirectoryNavigator lookupNames(String view, String names, java.util.Vector items, boolean partialMatches)

Parameters

view


names
items
partialmatches
Return value

DirectoryNavigator


Usage

This method will flush the Directory cache and reset all child navigators.

The items specified in this method can be:

For best performance, use column names from the specified view or computed items.

Language cross-reference

LookupNames in LotusScript Directory class