MetabaseObjectsView.refreshAll

Syntax

refreshAll(withCache);

Parameters

withCache. Booleam. Indicates whether to take into account cached data. Optional parameter. By default is is set to true.

Description

The refreshAll method refreshes status of all objects in component.

Example

The method use is identical to the MetabaseObjectsView.refresh method applied to repository root object.

See also:

MetabaseObjectsView