Uses of Record Class
dev.dokimos.server.dto.v1.DatasetSummary
Packages that use DatasetSummary
-
Uses of DatasetSummary in dev.dokimos.server.controller.v1
Methods in dev.dokimos.server.controller.v1 that return types with arguments of type DatasetSummaryModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DatasetSummary> DatasetController.createDataset(@Valid CreateDatasetRequest request, jakarta.servlet.http.HttpServletRequest http) Creates a dataset shell with no versions.DatasetController.listDatasets(jakarta.servlet.http.HttpServletRequest http) Lists the datasets visible to the caller with their latest version number and item count. -
Uses of DatasetSummary in dev.dokimos.server.service
Methods in dev.dokimos.server.service that return types with arguments of type DatasetSummaryModifier and TypeMethodDescriptionDatasetService.listDatasets(TenantScope scope) Returns dataset summaries visible under the scope with the latest version number and item count for each.