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 | Modifiers | Type | Description |
---|---|---|---|
options | readonly | IWorkspaceCatalogFactoryOptions | Options set for the loader so far. |
workspace | readonly | 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. |