Uses of Record Class
dev.dokimos.server.dto.v1.AddItemsRequest
Packages that use AddItemsRequest
-
Uses of AddItemsRequest in dev.dokimos.server.controller.v1
Methods in dev.dokimos.server.controller.v1 with parameters of type AddItemsRequest -
Uses of AddItemsRequest in dev.dokimos.server.service
Methods in dev.dokimos.server.service with parameters of type AddItemsRequestModifier and TypeMethodDescriptionvoidRunService.addItems(UUID runId, AddItemsRequest request, String idempotencyKey, TenantScope scope) Adds item results to a run; only allowed while the run is RUNNING.