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 set for the loader so far. | ||
|
string |
Workspace whose catalog is being loaded. |
Methods
Method |
Description |
---|---|
Get catalog items for the current configuration. Returns items that are either not "unlisted" or that are created by the current user. |