Uses of Record Class
dev.dokimos.server.dto.v1.AnnotationRequest
Packages that use AnnotationRequest
-
Uses of AnnotationRequest in dev.dokimos.server.controller.v1
Methods in dev.dokimos.server.controller.v1 with parameters of type AnnotationRequestModifier and TypeMethodDescriptionAnnotationController.upsert(UUID runId, UUID itemResultId, @Valid AnnotationRequest request, jakarta.servlet.http.HttpServletRequest http) Creates or updates the annotation for the item result and returns it. -
Uses of AnnotationRequest in dev.dokimos.server.service
Methods in dev.dokimos.server.service with parameters of type AnnotationRequestModifier and TypeMethodDescriptionAnnotationService.upsert(UUID runId, UUID itemResultId, AnnotationRequest req, String principalId) Creates or updates the single annotation for the given item result.