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 PurgeObjectGroupReportEntryPurgeObjectGroupModel. getMetadata()Methods in fr.gouv.vitam.batch.report.model with parameters of type PurgeObjectGroupReportEntry Modifier and Type Method Description voidPurgeObjectGroupModel. 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 voidBatchReportServiceImpl. 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 voidPurgeReportService. appendObjectGroupEntries(java.lang.String processId, java.util.List<PurgeObjectGroupReportEntry> entries)
-