Uses of Record Class
dev.dokimos.server.dto.v1.ReviewQueueItem
Packages that use ReviewQueueItem
-
Uses of ReviewQueueItem in dev.dokimos.server.controller.v1
Methods in dev.dokimos.server.controller.v1 that return types with arguments of type ReviewQueueItemModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<ReviewQueueItem> ReviewQueueController.list(String projectName, UUID experimentId, UUID runId, org.springframework.data.domain.Pageable pageable) Lists run items still awaiting a human verdict, oldest first. -
Uses of ReviewQueueItem in dev.dokimos.server.service
Methods in dev.dokimos.server.service that return types with arguments of type ReviewQueueItemModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<ReviewQueueItem> ReviewQueueService.list(String projectName, UUID experimentId, UUID runId, org.springframework.data.domain.Pageable pageable) Returns a page of items awaiting review, oldest first.