Uses of Class
fr.gouv.vitam.worker.core.exception.ProcessingStatusException
Packages that use ProcessingStatusException
Package
Description
Plugin package in worker module
Provides classes for the Audit Workflow.
-
Uses of ProcessingStatusException in fr.gouv.vitam.worker.core.plugin
Methods in fr.gouv.vitam.worker.core.plugin that throw ProcessingStatusExceptionModifier and TypeMethodDescriptionvoidCommonReportService.appendEntries(String processId, List<T> entries) voidCommonReportService.cleanupReport(String processId) voidCommonReportService.deleteReportFromWorkspaceIfExists(String processId) booleanCommonReportService.isReportWrittenInWorkspace(String processId) voidCommonReportService.storeReportToOffers(String containerName) voidCommonReportService.storeReportToWorkspace(Report reportInfo, WorkFlowExecutionContext executionContext) -
Uses of ProcessingStatusException in fr.gouv.vitam.worker.core.plugin.audit
Methods in fr.gouv.vitam.worker.core.plugin.audit that throw ProcessingStatusExceptionModifier 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
Methods in fr.gouv.vitam.worker.core.plugin.elimination that throw ProcessingStatusExceptionModifier and TypeMethodDescriptionstatic EliminationAnalysisResultEliminationUtils.computeEliminationAnalysisForUnitWithInheritedRules(com.fasterxml.jackson.databind.JsonNode unit, EliminationAnalysisService eliminationAnalysisService, WorkerParameters param, LocalDate expirationDate) protected SelectMultiQueryEliminationActionUnitPreparationHandlerBase.getRequest(com.fasterxml.jackson.databind.JsonNode dslRequest) 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 ProcessingStatusExceptionModifier and TypeMethodDescriptionvoidCleanupReportManager.exportReport(HandlerIO handlerIO, StorageClient storageClient) static 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 ProcessingStatusExceptionModifier and TypeMethodDescriptionvoidIngestCleanupEligibilityService.checkChildUnitsFromOtherIngests(String ingestOperationId, CleanupReportManager cleanupReportManager) voidIngestCleanupEligibilityService.checkObjectAttachmentsToExistingObjectGroups(String ingestOperationId, CleanupReportManager cleanupReportManager) voidIngestCleanupEligibilityService.checkObjectGroupUpdatesFromOtherOperations(String ingestOperationId, CleanupReportManager cleanupReportManager) voidIngestCleanupEligibilityService.checkUnitUpdatesFromOtherOperations(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 ProcessingStatusExceptionModifier and TypeMethodDescriptionvoidPurgeReportService.appendObjectGroupEntries(String processId, List<PurgeObjectGroupReportEntry> entries) voidPurgeReportService.appendUnitEntries(String processId, List<PurgeUnitReportEntry> entries) voidPurgeReportService.cleanupReport(String processId) voidCommonPurgeDeleteService.deleteObjects(List<PurgeObjectGroupParams> objectGroupParams, HandlerIO handler) voidPurgeDeleteCollectService.deleteObjects(List<PurgeObjectGroupParams> objectGroupParams, HandlerIO handler) voidPurgeDeleteService.deleteObjects(List<PurgeObjectGroupParams> objectGroupParams, HandlerIO handler) voidPurgeUnitCollectPlugin.deleteUnit(Map<String, com.fasterxml.jackson.databind.JsonNode> unitsById, Set<String> unitsToDelete, HandlerIO handler) protected abstract voidPurgeUnitPlugin.deleteUnit(Map<String, com.fasterxml.jackson.databind.JsonNode> unitsById, Set<String> unitsToDelete, HandlerIO handler) voidPurgeUnitVitamPlugin.deleteUnit(Map<String, com.fasterxml.jackson.databind.JsonNode> unitsById, Set<String> unitsToDelete, HandlerIO handler) voidCommonPurgeDeleteService.detachObjectGroupFromDeleteParentUnits(String objectGroupId, Set<String> parentUnitsToRemove, HandlerIO handler) voidPurgeDeleteService.detachObjectGroupFromDeleteParentUnits(String objectGroupId, Set<String> parentUnitsToRemove, HandlerIO handler) voidPurgeReportService.exportAccessionRegisters(HandlerIO handler, String processId, WorkFlowExecutionContext executionContext) PurgeReportService.exportDistinctObjectGroups(HandlerIO handler, WorkFlowExecutionContext executionContext, 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 ProcessingStatusExceptionModifier and TypeMethodDescriptioncom.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 ProcessingStatusExceptionModifier and TypeMethodDescriptionHoldRuleUtils.parseHoldRuleCategory(com.fasterxml.jackson.databind.JsonNode unit)