JAVA/CORBA CLASSES


createViewNavFromChildren method
Example

Creates a view navigator for the immediate children of a specified entry.

Defined in

View

Syntax

public ViewNavigator createViewNavFromChildren(Object entry)
   throws NotesException

public ViewNavigator createViewNavFromChildren(Object entry, int cacheSize)
   throws NotesException

Parameters

Object entry


int cacheSize
Return value

ViewNavigator


Usage

The entries in the navigator are all the entries in the view that fall hierarchically at the next level under the specified entry. The parent entry itself is excluded.

If the entry has no children, the result is an empty navigator. All navigation methods return null.

The cache enhances performance for iterative processing of entries using the navigation methods that do not take a parameter.

Language cross-reference

CreateViewNavFromChildren method in LotusScript NotesView class

Example
See Also