Uses of Class
fr.gouv.vitam.worker.core.exception.ProcessingStatusException
Package
Description
Plugin package in worker module
Provides classes for the Audit Workflow.
-
Uses of ProcessingStatusException in fr.gouv.vitam.worker.core.plugin
Modifier and TypeMethodDescriptionvoid
CommonReportService.appendEntries
(String processId, List<T> entries) void
CommonReportService.cleanupReport
(String processId) void
CommonReportService.deleteReportFromWorkspaceIfExists
(String processId) boolean
CommonReportService.isReportWrittenInWorkspace
(String processId) void
CommonReportService.storeReportToOffers
(String containerName) void
CommonReportService.storeReportToWorkspace
(Report reportInfo) -
Uses of ProcessingStatusException in fr.gouv.vitam.worker.core.plugin.audit
Modifier and TypeMethodDescriptionAuditExistenceService.check
(AuditObjectGroup gotDetail, List<StorageStrategy> storageStrategies) Check the existence of all objects in GOT.AuditIntegrityService.check
(AuditObjectGroup gotDetail, List<StorageStrategy> storageStrategies) Check the integrity of all binary objects in GOT. -
Uses of ProcessingStatusException in fr.gouv.vitam.worker.core.plugin.elimination
Modifier and TypeMethodDescriptionstatic EliminationAnalysisResult
EliminationUtils.computeEliminationAnalysisForUnitWithInheritedRules
(com.fasterxml.jackson.databind.JsonNode unit, EliminationAnalysisService eliminationAnalysisService, WorkerParameters param, LocalDate expirationDate) static EliminationRequestBody
EliminationUtils.loadRequestJsonFromWorkspace
(HandlerIO handler) -
Uses of ProcessingStatusException in fr.gouv.vitam.worker.core.plugin.ingestcleanup.report
Modifier and TypeMethodDescriptionvoid
CleanupReportManager.exportReport
(HandlerIO handlerIO, StorageClient storageClient) static Optional<CleanupReportManager>
CleanupReportManager.loadReportDataFromWorkspace
(HandlerIO handlerIO) void
CleanupReportManager.persistReportDataToWorkspace
(HandlerIO handlerIO) -
Uses of ProcessingStatusException in fr.gouv.vitam.worker.core.plugin.ingestcleanup.service
Modifier 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) -
Uses of ProcessingStatusException in fr.gouv.vitam.worker.core.plugin.purge
Modifier and TypeMethodDescriptionvoid
PurgeReportService.appendObjectGroupEntries
(String processId, List<PurgeObjectGroupReportEntry> entries) void
PurgeReportService.appendUnitEntries
(String processId, List<PurgeUnitReportEntry> entries) void
PurgeReportService.cleanupReport
(String processId) void
PurgeDeleteService.detachObjectGroupFromDeleteParentUnits
(String objectGroupId, Set<String> parentUnitsToRemove) void
PurgeReportService.exportAccessionRegisters
(String processId) PurgeReportService.exportDistinctObjectGroups
(HandlerIO handler, String processId) com.fasterxml.jackson.databind.JsonNode
PurgeObjectGroupPreparationHandler.retrieveTransferReplyContext
(HandlerIO handler) -
Uses of ProcessingStatusException in fr.gouv.vitam.worker.core.plugin.transfer.reply
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
TransferReplyObjectGroupPreparationHandler.retrieveTransferReplyContext
(HandlerIO handler) -
Uses of ProcessingStatusException in fr.gouv.vitam.worker.core.utils
Modifier and TypeMethodDescriptionHoldRuleUtils.parseHoldRuleCategory
(com.fasterxml.jackson.databind.JsonNode unit)