Uses of Class
fr.gouv.vitam.worker.core.plugin.ingestcleanup.report.CleanupReportManager
Packages that use CleanupReportManager
Package
Description
-
Uses of CleanupReportManager in fr.gouv.vitam.worker.core.plugin.ingestcleanup.report
Methods in fr.gouv.vitam.worker.core.plugin.ingestcleanup.report that return CleanupReportManagerMethods in fr.gouv.vitam.worker.core.plugin.ingestcleanup.report that return types with arguments of type CleanupReportManagerModifier and TypeMethodDescriptionstatic 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 CleanupReportManagerModifier and TypeMethodDescriptionvoid
IngestCleanupEligibilityService.checkChildUnitsFromOtherIngests
(String ingestOperationId, CleanupReportManager cleanupReportManager) void
IngestCleanupEligibilityService.checkObjectAttachmentsToExistingObjectGroups
(String ingestOperationId, CleanupReportManager cleanupReportManager) void
IngestCleanupEligibilityService.checkObjectGroupUpdatesFromOtherOperations
(String ingestOperationId, CleanupReportManager cleanupReportManager) void
IngestCleanupEligibilityService.checkUnitUpdatesFromOtherOperations
(String ingestOperationId, CleanupReportManager cleanupReportManager)