Uses of Class
fr.gouv.vitam.batch.report.model.ReportResults
-
Packages that use ReportResults Package Description fr.gouv.vitam.batch.report.model fr.gouv.vitam.batch.report.rest.repository -
-
Uses of ReportResults in fr.gouv.vitam.batch.report.model
Methods in fr.gouv.vitam.batch.report.model that return ReportResults Modifier and Type Method Description ReportResults
ReportSummary. getVitamResults()
Methods in fr.gouv.vitam.batch.report.model with parameters of type ReportResults Modifier and Type Method Description void
ReportSummary. setVitamResults(ReportResults vitamResults)
Constructors in fr.gouv.vitam.batch.report.model with parameters of type ReportResults Constructor Description ReportSummary(java.lang.String startDate, java.lang.String endDate, ReportType reportType, ReportResults vitamResults, com.fasterxml.jackson.databind.JsonNode extendedInfo)
-
Uses of ReportResults in fr.gouv.vitam.batch.report.rest.repository
Methods in fr.gouv.vitam.batch.report.rest.repository that return ReportResults Modifier and Type Method Description ReportResults
AuditReportRepository. computeVitamResults(java.lang.String processId, java.lang.Integer tenantId)
ReportResults
DeleteGotVersionsReportRepository. computeVitamResults(java.lang.String processId, java.lang.Integer tenantId)
ReportResults
EvidenceAuditReportRepository. computeVitamResults(java.lang.String processId, java.lang.Integer tenantId)
Compute the number of OK, WARNING, and KOReportResults
TraceabilityReportRepository. computeVitamResults(java.lang.String processId, java.lang.Integer tenantId)
-