IWorkspaceExportDefinitionsService
Home > @gooddata/sdk-backend-spi > IWorkspaceExportDefinitionsService
IWorkspaceExportDefinitionsService interface
This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Service to query, update or delete exportDefinitions, and other methods related to exportDefinitions. Check IExportDefinitionMetadataObject for more details.
Signature:
export interface IWorkspaceExportDefinitionsService
Methods
Method | Description |
---|---|
createExportDefinition(exportDefinition) | (ALPHA) Create and save exportDefinition for the provided exportDefinition |
deleteExportDefinition(ref) | (ALPHA) Delete exportDefinition with the given reference |
getExportDefinition(ref, options) | (ALPHA) Request exportDefinition for the given reference |
getExportDefinitions(options) | (ALPHA) Queries workspace exportDefinitions, using various criteria and paging settings. |
getExportDefinitionsQuery() | (ALPHA) List exportDefinitions |
updateExportDefinition(ref, exportDefinition) | (ALPHA) Update provided exportDefinition |