isRefreshViews method (DominoQuery - Java)

Returns the current value of the DominoQuery property RefreshViews, which controls whether views are refreshed when opened during query processing. Default is false (views are not refreshed when opened).

Defined in

DominoQuery

Syntax

public boolean isRefreshViews () throws NotesException

Parameters

None

Returned value

Boolean refreshViews

Usage

If true, all view opens will refresh their views. If false, views will be opened without refreshing. To change the value, use setRefreshViews. Useful to ensure updated views when they are used to query. Given the volatility and amount of updating, settings of true or false could be justified.

Language cross-reference

RefreshViews Property (NotesDominoQuery - LotusScript)