MetabaseObjectsListView.getObjects

Syntax

getObjects();

Description

The getObjects method returns all repository objects.

Comments

The method returns an array of objects of the PP.Mb.Object type.

Example

To execute the example, the HTML page must contain the MetabaseObjectsListView component named list (see Example of Creating the MetabaseObjectsListView Component).

// Get repository objects
list.getObjects();
// -> [PP.Mb.Object, PP.Mb.Object, PP.Mb.Object ]

After executing the example the console displays all repository objects.

See also:

MetabaseObjectsListView