Uses of Class
fr.gouv.vitam.worker.core.plugin.ingestcleanup.report.CleanupReportManager
-
Packages that use CleanupReportManager Package Description fr.gouv.vitam.worker.core.plugin.ingestcleanup.report fr.gouv.vitam.worker.core.plugin.ingestcleanup.service -
-
Uses of CleanupReportManager in fr.gouv.vitam.worker.core.plugin.ingestcleanup.report
Methods in fr.gouv.vitam.worker.core.plugin.ingestcleanup.report that return CleanupReportManager Modifier and Type Method Description static CleanupReportManagerCleanupReportManager. newReport(java.lang.String ingestOperationId)Methods in fr.gouv.vitam.worker.core.plugin.ingestcleanup.report that return types with arguments of type CleanupReportManager Modifier and Type Method Description static java.util.Optional<CleanupReportManager>CleanupReportManager. loadReportDataFromWorkspace(HandlerIO handlerIO) -
Uses of CleanupReportManager in fr.gouv.vitam.worker.core.plugin.ingestcleanup.service
Methods in fr.gouv.vitam.worker.core.plugin.ingestcleanup.service with parameters of type CleanupReportManager Modifier and Type Method Description voidIngestCleanupEligibilityService. checkChildUnitsFromOtherIngests(java.lang.String ingestOperationId, CleanupReportManager cleanupReportManager)voidIngestCleanupEligibilityService. checkObjectAttachmentsToExistingObjectGroups(java.lang.String ingestOperationId, CleanupReportManager cleanupReportManager)voidIngestCleanupEligibilityService. checkObjectGroupUpdatesFromOtherOperations(java.lang.String ingestOperationId, CleanupReportManager cleanupReportManager)voidIngestCleanupEligibilityService. checkUnitUpdatesFromOtherOperations(java.lang.String ingestOperationId, CleanupReportManager cleanupReportManager)
-