refresh (View - Java)

Updates view contents to reflect any updates to the database since the View object was created, or since the last refresh.

Defined in

View

Syntax

public void refresh()
    throws NotesException

Usage

By default, refresh is automatic for local operations when view navigation touches an update. See isAutoUpdate.

After a refresh, existing navigators and entries based on this NotesView object may contain invalid information. The typical error message is "Entry not found in index."

For remote (IIOP) operations, refresh invalidates the cache.

Example