Uses of Class
fr.gouv.vitam.batch.report.model.entry.PurgeObjectGroupReportEntry
-
Packages that use PurgeObjectGroupReportEntry Package Description fr.gouv.vitam.batch.report.model fr.gouv.vitam.batch.report.rest.service fr.gouv.vitam.worker.core.plugin.purge -
-
Uses of PurgeObjectGroupReportEntry in fr.gouv.vitam.batch.report.model
Methods in fr.gouv.vitam.batch.report.model that return PurgeObjectGroupReportEntry Modifier and Type Method Description PurgeObjectGroupReportEntry
PurgeObjectGroupModel. getMetadata()
Methods in fr.gouv.vitam.batch.report.model with parameters of type PurgeObjectGroupReportEntry Modifier and Type Method Description void
PurgeObjectGroupModel. setMetadata(PurgeObjectGroupReportEntry metadata)
Constructors in fr.gouv.vitam.batch.report.model with parameters of type PurgeObjectGroupReportEntry Constructor Description PurgeObjectGroupModel(java.lang.String processId, java.lang.String creationDateTime, PurgeObjectGroupReportEntry metadata, int tenant)
-
Uses of PurgeObjectGroupReportEntry in fr.gouv.vitam.batch.report.rest.service
Method parameters in fr.gouv.vitam.batch.report.rest.service with type arguments of type PurgeObjectGroupReportEntry Modifier and Type Method Description void
BatchReportServiceImpl. appendPurgeObjectGroupReport(java.lang.String processId, java.util.List<PurgeObjectGroupReportEntry> entries, int tenantId)
-
Uses of PurgeObjectGroupReportEntry in fr.gouv.vitam.worker.core.plugin.purge
Method parameters in fr.gouv.vitam.worker.core.plugin.purge with type arguments of type PurgeObjectGroupReportEntry Modifier and Type Method Description void
PurgeReportService. appendObjectGroupEntries(java.lang.String processId, java.util.List<PurgeObjectGroupReportEntry> entries)
-