| Package | Description |
|---|---|
| org.qubership.atp.datasets.controllers | |
| org.qubership.atp.datasets.dto |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<List<DataSetDto>> |
DataSetListControllerApi.getDataSetListFullInfo(UUID dataSetListId)
GET /dsl/{dataSetListId}/full : Returns datasets full information of the selected DSL.
|
org.springframework.http.ResponseEntity<List<DataSetDto>> |
DataSetListControllerApi.getDataSets(UUID dataSetListId,
String skipEvaluate,
String label)
GET /dsl/{dataSetListId}/ds : Returns datasets id/name information of the selected DSL.
|
| Modifier and Type | Method and Description |
|---|---|
DataSetDto |
DataSetDto.id(UUID id) |
DataSetDto |
DataSetDto.locked(Boolean locked) |
DataSetDto |
DataSetDto.name(String name) |
| Modifier and Type | Method and Description |
|---|---|
List<DataSetDto> |
DataSetsAndAttributesFilterPairDto.getDatasets()
Get datasets
|
| Modifier and Type | Method and Description |
|---|---|
DataSetsAndAttributesFilterPairDto |
DataSetsAndAttributesFilterPairDto.addDatasetsItem(DataSetDto datasetsItem) |
| Modifier and Type | Method and Description |
|---|---|
DataSetsAndAttributesFilterPairDto |
DataSetsAndAttributesFilterPairDto.datasets(List<DataSetDto> datasets) |
void |
DataSetsAndAttributesFilterPairDto.setDatasets(List<DataSetDto> datasets) |
Copyright © 2025. All rights reserved.