IWorkspaceCatalogFactoryMethods
Home > @gooddata/sdk-backend-spi > IWorkspaceCatalogFactoryMethods
IWorkspaceCatalogFactoryMethods interface
Common methods for catalog configuration
Signature:
export interface IWorkspaceCatalogFactoryMethods<TFactory, TOptions>
Methods
| Method | Description |
|---|---|
| excludeTags(tags) | Setup catalog to fetch only items without provided tags |
| forDataset(dataset) | Setup catalog to fetch only items of the provided dataset |
| forTypes(types) | Setup catalog to fetch only items of the provided types (attribute, measure, fact or dateDataset) |
| includeTags(tags) | Setup catalog to fetch only items with provided tags |
| withGroups(loadGroups) | Setup whether catalog should fetch groups. Default: true |
| withOptions(options) | Setup catalog to fetch only items for specific options |