getObjects();
The getObjects method returns all repository objects.
The method returns an array of objects of the PP.Mb.Object type.
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: