excludeOfflineObjects

excludeOfflineObjects(enable: Boolean): Boolean updating;

The excludeOfflineObjects method of the Iterator class, when called with the value of the enable parameter set to true, specifies that the receiver is to exclude objects stored in offline partitions from the iteration and takes effect on the next call to the next or back method.

The method returns the prior exclusion state, which user logic can restore, if required, when calls are nested.