| Package | Description |
|---|---|
| org.qubership.atp.datasets.controllers | |
| org.qubership.atp.datasets.dto |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<List<TableResponseDto>> |
DataSetListControllerApi.getAffectedAttributes(UUID dataSetListId)
GET /dsl/{dataSetListId}/getAffected : Get affected attribute by deleting dsl( data set storage).
|
org.springframework.http.ResponseEntity<List<TableResponseDto>> |
DataSetControllerApi.getAffectedDataSets(UUID dataSetId)
GET /ds/{dataSetId}/affectedDatasets : Returns all affected dataSets by specified reference with pagination support.
|
| Modifier and Type | Method and Description |
|---|---|
TableResponseDto |
TableResponseDto.attributeId(UUID attributeId) |
TableResponseDto |
TableResponseDto.attributeName(String attributeName) |
TableResponseDto |
TableResponseDto.ds(UUID ds) |
TableResponseDto |
TableResponseDto.dsId(UUID dsId) |
TableResponseDto |
TableResponseDto.dslId(UUID dslId) |
TableResponseDto |
TableResponseDto.dslName(String dslName) |
TableResponseDto |
TableResponseDto.dsName(String dsName) |
TableResponseDto |
TableResponseDto.id(UUID id) |
TableResponseDto |
TableResponseDto.listValueId(UUID listValueId) |
Copyright © 2025. All rights reserved.