Class IngestCleanupEligibilityService
java.lang.Object
fr.gouv.vitam.worker.core.plugin.ingestcleanup.service.IngestCleanupEligibilityService
-
Constructor Summary
ConstructorsConstructorDescriptionIngestCleanupEligibilityService
(MetaDataClientFactory metaDataClientFactory, LogbookOperationsClientFactory logbookOperationsClientFactory) -
Method Summary
Modifier and TypeMethodDescriptionvoid
checkChildUnitsFromOtherIngests
(String ingestOperationId, CleanupReportManager cleanupReportManager) void
checkObjectAttachmentsToExistingObjectGroups
(String ingestOperationId, CleanupReportManager cleanupReportManager) void
checkObjectGroupUpdatesFromOtherOperations
(String ingestOperationId, CleanupReportManager cleanupReportManager) void
checkUnitUpdatesFromOtherOperations
(String ingestOperationId, CleanupReportManager cleanupReportManager)
-
Constructor Details
-
IngestCleanupEligibilityService
public IngestCleanupEligibilityService(MetaDataClientFactory metaDataClientFactory, LogbookOperationsClientFactory logbookOperationsClientFactory)
-
-
Method Details
-
checkChildUnitsFromOtherIngests
public void checkChildUnitsFromOtherIngests(String ingestOperationId, CleanupReportManager cleanupReportManager) throws ProcessingStatusException - Throws:
ProcessingStatusException
-
checkUnitUpdatesFromOtherOperations
public void checkUnitUpdatesFromOtherOperations(String ingestOperationId, CleanupReportManager cleanupReportManager) throws ProcessingStatusException - Throws:
ProcessingStatusException
-
checkObjectGroupUpdatesFromOtherOperations
public void checkObjectGroupUpdatesFromOtherOperations(String ingestOperationId, CleanupReportManager cleanupReportManager) throws ProcessingStatusException - Throws:
ProcessingStatusException
-
checkObjectAttachmentsToExistingObjectGroups
public void checkObjectAttachmentsToExistingObjectGroups(String ingestOperationId, CleanupReportManager cleanupReportManager) throws ProcessingStatusException - Throws:
ProcessingStatusException
-