Uses of Class
fr.gouv.vitam.worker.core.exception.ProcessingStatusException
-
Packages that use ProcessingStatusException Package Description fr.gouv.vitam.worker.core.plugin Plugin package in worker modulefr.gouv.vitam.worker.core.plugin.audit Provides classes for the Audit Workflow.fr.gouv.vitam.worker.core.plugin.elimination fr.gouv.vitam.worker.core.plugin.ingestcleanup.report fr.gouv.vitam.worker.core.plugin.ingestcleanup.service fr.gouv.vitam.worker.core.plugin.purge fr.gouv.vitam.worker.core.plugin.transfer.reply fr.gouv.vitam.worker.core.utils -
-
Uses of ProcessingStatusException in fr.gouv.vitam.worker.core.plugin
Methods in fr.gouv.vitam.worker.core.plugin that throw ProcessingStatusException Modifier and Type Method Description voidCommonReportService. appendEntries(java.lang.String processId, java.util.List<T> entries)voidCommonReportService. cleanupReport(java.lang.String processId)voidCommonReportService. deleteReportFromWorkspaceIfExists(java.lang.String processId)booleanCommonReportService. isReportWrittenInWorkspace(java.lang.String processId)voidCommonReportService. storeReportToOffers(java.lang.String containerName)voidCommonReportService. storeReportToWorkspace(Report reportInfo) -
Uses of ProcessingStatusException in fr.gouv.vitam.worker.core.plugin.audit
Methods in fr.gouv.vitam.worker.core.plugin.audit that throw ProcessingStatusException Modifier and Type Method Description AuditCheckObjectGroupResultAuditExistenceService. check(AuditObjectGroup gotDetail, java.util.List<StorageStrategy> storageStrategies)Check the existence of all objects in GOT.AuditCheckObjectGroupResultAuditIntegrityService. check(AuditObjectGroup gotDetail, java.util.List<StorageStrategy> storageStrategies)Check the integrity of all binary objects in GOT. -
Uses of ProcessingStatusException in fr.gouv.vitam.worker.core.plugin.elimination
Methods in fr.gouv.vitam.worker.core.plugin.elimination that throw ProcessingStatusException Modifier and Type Method Description static EliminationAnalysisResultEliminationUtils. computeEliminationAnalysisForUnitWithInheritedRules(com.fasterxml.jackson.databind.JsonNode unit, EliminationAnalysisService eliminationAnalysisService, WorkerParameters param, java.time.LocalDate expirationDate)static EliminationRequestBodyEliminationUtils. loadRequestJsonFromWorkspace(HandlerIO handler) -
Uses of ProcessingStatusException in fr.gouv.vitam.worker.core.plugin.ingestcleanup.report
Methods in fr.gouv.vitam.worker.core.plugin.ingestcleanup.report that throw ProcessingStatusException Modifier and Type Method Description voidCleanupReportManager. exportReport(HandlerIO handlerIO, StorageClient storageClient)static java.util.Optional<CleanupReportManager>CleanupReportManager. loadReportDataFromWorkspace(HandlerIO handlerIO)voidCleanupReportManager. persistReportDataToWorkspace(HandlerIO handlerIO) -
Uses of ProcessingStatusException in fr.gouv.vitam.worker.core.plugin.ingestcleanup.service
Methods in fr.gouv.vitam.worker.core.plugin.ingestcleanup.service that throw ProcessingStatusException 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) -
Uses of ProcessingStatusException in fr.gouv.vitam.worker.core.plugin.purge
Methods in fr.gouv.vitam.worker.core.plugin.purge that throw ProcessingStatusException Modifier and Type Method Description voidPurgeReportService. appendObjectGroupEntries(java.lang.String processId, java.util.List<PurgeObjectGroupReportEntry> entries)voidPurgeReportService. appendUnitEntries(java.lang.String processId, java.util.List<PurgeUnitReportEntry> entries)voidPurgeReportService. cleanupReport(java.lang.String processId)voidPurgeDeleteService. detachObjectGroupFromDeleteParentUnits(java.lang.String objectGroupId, java.util.Set<java.lang.String> parentUnitsToRemove)voidPurgeReportService. exportAccessionRegisters(java.lang.String processId)CloseableIterator<java.lang.String>PurgeReportService. exportDistinctObjectGroups(HandlerIO handler, java.lang.String processId)com.fasterxml.jackson.databind.JsonNodePurgeObjectGroupPreparationHandler. retrieveTransferReplyContext(HandlerIO handler) -
Uses of ProcessingStatusException in fr.gouv.vitam.worker.core.plugin.transfer.reply
Methods in fr.gouv.vitam.worker.core.plugin.transfer.reply that throw ProcessingStatusException Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNodeTransferReplyObjectGroupPreparationHandler. retrieveTransferReplyContext(HandlerIO handler) -
Uses of ProcessingStatusException in fr.gouv.vitam.worker.core.utils
Methods in fr.gouv.vitam.worker.core.utils that throw ProcessingStatusException Modifier and Type Method Description static InheritedRuleCategoryResponseModelHoldRuleUtils. parseHoldRuleCategory(com.fasterxml.jackson.databind.JsonNode unit)
-