Uses of Class
fr.gouv.vitam.batch.report.model.entry.PurgeObjectGroupObjectVersion
-
Packages that use PurgeObjectGroupObjectVersion Package Description fr.gouv.vitam.batch.report.model.entry -
-
Uses of PurgeObjectGroupObjectVersion in fr.gouv.vitam.batch.report.model.entry
Methods in fr.gouv.vitam.batch.report.model.entry that return types with arguments of type PurgeObjectGroupObjectVersion Modifier and Type Method Description java.util.List<PurgeObjectGroupObjectVersion>
PurgeObjectGroupReportEntry. getObjectVersions()
Constructor parameters in fr.gouv.vitam.batch.report.model.entry with type arguments of type PurgeObjectGroupObjectVersion Constructor Description PurgeObjectGroupReportEntry(java.lang.String id, java.lang.String originatingAgency, java.lang.String initialOperation, java.util.Set<java.lang.String> deletedParentUnitIds, java.util.Set<java.lang.String> objectIds, java.lang.String status, java.util.List<PurgeObjectGroupObjectVersion> objectVersions)
-