API / geotoolkit / ivaapbackend / CommonRemoteDataSource / CommonRemoteDataSource
ivaapbackend.CommonRemoteDataSource.CommonRemoteDataSource
Type Aliases
Type Aliases
Ƭ Data: DataCollection | Dataset
Ƭ DataCollection<T>: Object
Defines dataset collection
| Name | Type | Description |
|---|---|---|
items | T[] | The items collection |
Ƭ Dataset<T>: Object
Defines dataset
| Name | Type |
|---|---|
T | extends Record<string, any> = Record<string, any> |
| Name | Type | Description |
|---|---|---|
content | T | The dataset content |
id | string | The dataset identifier |
links | Link[] | The list of links leading to the services supported by dataset |
Ƭ Link: Object
Defines link to the dataset
| Name | Type | Description |
|---|---|---|
children | boolean | The flag indicating if this dataset has children |
hasProjectEntityChildren? | boolean | The flag indicating if this dataset has children that can be added to a project |
href | string | The link's destination |
isProjectEntity? | boolean | The flag indicating if this dataset can be added to a project |
name? | string | The dataset name |
rel | string | The dataset name. This value is not supposed to change with internationalization |
relEntity | string | The system name of the dataset with the "v1/schema/int/" prefix added |
relEntityType? | string | The system name of the dataset |