Uses of Record Class
dev.dokimos.server.dto.v1.DiffView
Packages that use DiffView
-
Uses of DiffView in dev.dokimos.server.controller.v1
Methods in dev.dokimos.server.controller.v1 that return DiffViewModifier and TypeMethodDescriptionDiffController.diff(UUID experimentId, UUID candidateRunId, UUID baselineRunId, String status, org.springframework.data.domain.Pageable pageable, jakarta.servlet.http.HttpServletRequest http) Returns the per-case diff between a candidate run and an explicit baseline run. -
Uses of DiffView in dev.dokimos.server.service
Methods in dev.dokimos.server.service that return DiffViewModifier and TypeMethodDescriptionDiffService.listDiff(UUID experimentId, UUID candidateRunId, UUID baselineRunId, String statusFilter, org.springframework.data.domain.Pageable pageable, TenantScope scope) Builds the per-case diff between a candidate run and an explicit baseline run, returning the whole-run summary together with the requested, filtered, sorted page of cases.