IWorkspaceCatalogFactory
Home > @gooddata/sdk-backend-spi > IWorkspaceCatalogFactory
IWorkspaceCatalogFactory interface
Catalog is useful for: - Interactive insight/execution creation - Exporting execution model for a specific workspace
Signature:
export interface IWorkspaceCatalogFactory extends IWorkspaceCatalogFactoryMethods<IWorkspaceCatalogFactory, IWorkspaceCatalogFactoryOptions>
Extends: IWorkspaceCatalogFactoryMethods<IWorkspaceCatalogFactory, IWorkspaceCatalogFactoryOptions
Properties
| Property | Type | Description |
|---|---|---|
| options | IWorkspaceCatalogFactoryOptions | Options set for the loader so far. |
| workspace | string | Workspace whose catalog is being loaded. |
Methods
| Method | Description |
|---|---|
| load() | Get catalog items for the current configuration. Returns items that are either not "unlisted" or that are created by the current user. |