MetabaseObjectsView.refreshAll

Syntax

refreshAll(withCache);

Parameters

withCache. Booleam. Indicates whether cached objects are taken into account. 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