IAttributeHierarchiesService
Home > @gooddata/sdk-backend-spi > IAttributeHierarchiesService
IAttributeHierarchiesService 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 for handle workspace attribute hierarchies
Signature:
export interface IAttributeHierarchiesService
Methods
Method | Description |
---|---|
createAttributeHierarchy(title, attributes) | (ALPHA) Creates attribute hierarchy |
deleteAttributeHierarchy(attributeHierarchyId) | (ALPHA) Deletes attribute hierarchy |
getDateHierarchyTemplates() | (ALPHA) Gets hierarchy template for date dataset |
getValidDescendants(attributes) | (ALPHA) Gets valid descendants for given attributes |
updateAttributeHierarchy(catalogAttributeHierarchy) | (ALPHA) Updates attribute hierarchy |