Uses of Class
fr.gouv.vitam.batch.report.exception.BatchReportException
-
Packages that use BatchReportException Package Description fr.gouv.vitam.batch.report.rest.service -
-
Uses of BatchReportException in fr.gouv.vitam.batch.report.rest.service
Methods in fr.gouv.vitam.batch.report.rest.service that throw BatchReportException Modifier and Type Method Description void
BatchReportServiceImpl. appendEvidenceAuditReport(java.lang.String processId, java.util.List<EvidenceAuditReportEntry> auditEntries, int tenantId)
void
BatchReportServiceImpl. appendPreservationReport(java.lang.String processId, java.util.List<PreservationReportEntry> preservationEntries, int tenantId)
void
BatchReportServiceImpl. appendUnitComputedInheritedRulesInvalidationReport(java.lang.String processId, java.util.List<UnitComputedInheritedRulesInvalidationReportEntry> unitEntries, int tenantId)
-