IWorkspaceAttributesService
Home > @gooddata/sdk-backend-spi > IWorkspaceAttributesService
IWorkspaceAttributesService interface
Service for querying additional attributes and attribute display forms data, and their elements.
Signature:
export interface IWorkspaceAttributesService 
Remarks
If you want to query attributes themselves, use catalog IWorkspaceCatalogFactory
Methods
| Method | Description | 
|---|---|
| Returns service that can be used to query attribute elements for attributes defined in this workspace. | |
| Gets metadata of the attribute. | |
| Gets metadata of the attribute for particular display form reference. | |
| Get information about the given attribute's dataset | |
| Gets the attribute display form with the provided identifier. | |
| Gets the list of metadata of attribute display form with the provided list of uris or identifiers. (list of object refs). | |
| Gets the list of metadata of attribute with the provided list of uris. (list of object refs) | |
| Attributes query factory. | |
| Get attributes with their related objects, by their respective display forms. | |
| Request list of attributes that are "center of star" for the input attributes in the data model. | |
| Request the "center of star" for multiple series of attributes. | |
| Request list of attributes that have a connection with specified display form in the data model. | |
| Updates metadata of the attribute. |