Uses of Class
org.qubership.atp.dataset.controllers.api.dto.datasetlists.lazy.RefDataSetListFlatDto
Packages that use RefDataSetListFlatDto
Package
Description
-
Uses of RefDataSetListFlatDto in org.qubership.atp.dataset.controllers.api
Methods in org.qubership.atp.dataset.controllers.api that return types with arguments of type RefDataSetListFlatDtoModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<RefDataSetListFlatDto> DataSetListLazyLoadingControllerApi.getReferencedDataSetList(UUID dataSetListId, String attributePath, @Valid Integer page, @Valid Integer size, @Valid List<UUID> UUID) GET /dsl/lazy/{dataSetListId}/ReferenceByPath/{attributePath} : Returns information about the selected DSL.org.springframework.http.ResponseEntity<RefDataSetListFlatDto> DataSetListLazyLoadingControllerApi.getReferencedDataSetListRows(UUID dataSetListId, String attributePath, @Valid Integer page, @Valid Integer size, @Valid List<UUID> UUID) GET /dsl/lazy/{dataSetListId}/ReferenceByPath/rows/{attributePath} : Returns information about the selected DSL. -
Uses of RefDataSetListFlatDto in org.qubership.atp.dataset.controllers.api.dto.datasetlists.lazy
Methods in org.qubership.atp.dataset.controllers.api.dto.datasetlists.lazy that return RefDataSetListFlatDtoModifier and TypeMethodDescriptionRefDataSetListFlatDto.addAttributesItem(RefDataSetListAttributeDto attributesItem) RefDataSetListFlatDto.attributes(List<RefDataSetListAttributeDto> attributes)