Uses of Class
fr.gouv.vitam.batch.report.model.entry.PreservationReportEntry
-
Packages that use PreservationReportEntry Package Description fr.gouv.vitam.batch.report.rest.repository fr.gouv.vitam.batch.report.rest.service -
-
Uses of PreservationReportEntry in fr.gouv.vitam.batch.report.rest.repository
Method parameters in fr.gouv.vitam.batch.report.rest.repository with type arguments of type PreservationReportEntry Modifier and Type Method Description void
PreservationReportRepository. bulkAppendReport(java.util.List<PreservationReportEntry> reports)
-
Uses of PreservationReportEntry in fr.gouv.vitam.batch.report.rest.service
Method parameters in fr.gouv.vitam.batch.report.rest.service with type arguments of type PreservationReportEntry Modifier and Type Method Description void
BatchReportServiceImpl. appendPreservationReport(java.lang.String processId, java.util.List<PreservationReportEntry> preservationEntries, int tenantId)
-