Uses of Class
org.qubership.atp.dataset.model.utils.DatasetResponse
Packages that use DatasetResponse
Package
Description
-
Uses of DatasetResponse in org.qubership.atp.dataset.service.direct
Methods in org.qubership.atp.dataset.service.direct that return types with arguments of type DatasetResponseModifier and TypeMethodDescriptionDataSetListService.getListOfDsIdsAndNameAndDslId(List<UUID> dataSetListIds) Get list of dsId, dsNme, dslId for each datasetlist. -
Uses of DatasetResponse in org.qubership.atp.dataset.service.direct.impl
Methods in org.qubership.atp.dataset.service.direct.impl that return types with arguments of type DatasetResponseModifier and TypeMethodDescriptionDataSetListServiceImpl.getListOfDsIdsAndNameAndDslId(List<UUID> dataSetListIds) Get list of dsId, dsNme, dslId for each datasetlist. -
Uses of DatasetResponse in org.qubership.atp.dataset.service.rest.server
Methods in org.qubership.atp.dataset.service.rest.server that return types with arguments of type DatasetResponseModifier and TypeMethodDescriptionDataSetListController.getDataSetsWithNameAndDataSetList(List<UUID> dataSetListIds) List of dataset with DataSetId, Name, DataSetListId.