Uses of Class
fr.gouv.vitam.processing.common.exception.ProcessingException
Packages that use ProcessingException
Package
Description
Provides common Exception classes for the Processing module.
Provides API classes for the Processing Management module
Provides Processing Management client interface, factory and implementations.
Provides core implementation for the Processing Management module.
Provides common classes for the Worker module.
Provides common utility classes for the Worker module.
Provides API definition for the Worker Core module.
Provides Handler classes for the Worker Core module
Provides
Plugin package in worker module
Provides classes for the Audit Workflow.
-
Uses of ProcessingException in fr.gouv.vitam.processing.common.async
Subclasses of ProcessingException in fr.gouv.vitam.processing.common.async -
Uses of ProcessingException in fr.gouv.vitam.processing.common.automation
Methods in fr.gouv.vitam.processing.common.automation that throw ProcessingExceptionModifier and TypeMethodDescriptionvoid
IEventsState.next
(WorkerParameters workerParameters) Like a resume but pause at the next stepvoid
IEventsState.replay
(WorkerParameters workerParameters) Replay the last executed step, or if it s stated, the step passed as a parametervoid
IEventsState.resume
(WorkerParameters workerParameters) Do an evaluation of the State RUNNING If the state is not permitted a StateNotAllowedException is thrown Else call doRunning method -
Uses of ProcessingException in fr.gouv.vitam.processing.common.exception
Subclasses of ProcessingException in fr.gouv.vitam.processing.common.exceptionModifier and TypeClassDescriptionclass
Define a Archive Unit Contain Data Object Exception to be thrown when an error occurred, not a fatal error This kind of exception occurs when an archive unit references a Binary Data Object instead of a Data Object Groupclass
HandlerNotFoundException thrown by worker when pool handler does not contain key of action handlerclass
Define a Processing Exception to be thrown when an archive unit contains a special characterclass
Define Missig field Exception, will be thrown when mandatory field is missingclass
Define a Processing Exception to be thrown when an error occurred, not a fatal errorclass
class
class
Define a Processing Exception to be thrown when an error occurred, not a fatal errorclass
Define a Processing Exception to be thrown when an error occurred, not a fatal errorclass
Define a Processing Exception to be thrown when a fatal error occurredclass
Define a Processing Exception to be thrown when there is a line break or spaces where should not beclass
Define a Processing Exception to be thrown when an error with reference occurred in the manifest, not a fatal errorclass
Define a Processing Exception to be thrown when an error occurred, not a fatal errorclass
Define a Processing Exception to be thrown when an error occurred, not a fatal errorclass
Define a Processing Exception to be thrown when an error with everyDataObjectVersion is false when object group is attached to an existing objectGroup , not a fatal errorclass
class
Define a Processing Exception to be thrown when an error occurred, not a fatal errorclass
Define a Processing Exception to be thrown when an error with master is not present in the manifest, not a fatal errorclass
class
ProcessingStorageWorkspaceException thrown by ProcessDataManagement when an error occurs on workspace actionsclass
Define a Processing Exception to be thrown when an error occurred, not a fatal errorclass
Define a Processing Exception to be thrown when an error occurred, not a fatal errorclass
ProcessWorkflowNotFoundException manage workflow not found Exceptionclass
StepAlreadyExecutedException manage steps already executed Exceptionclass
Worker Family not found exception throws by engineclass
Worker not found exception throws by engine -
Uses of ProcessingException in fr.gouv.vitam.processing.management.api
Methods in fr.gouv.vitam.processing.management.api that throw ProcessingExceptionModifier and TypeMethodDescriptionHandle a cancel action for the corresponding process workflowvoid
ProcessManagement.forcePause
(ProcessPause pause) Add a forced pause on the tenant and/or the type of processProcessManagement.init
(WorkerParameters workerParameters, String workflowId) Init a new process workflowProcessManagement.next
(WorkerParameters workerParameters, Integer tenantId) Handle a next action for the corresponding process workflowHandle a pause action for the corresponding process workflowvoid
ProcessManagement.removeForcePause
(ProcessPause pause) Removed the forced pause on the tenant and/or the type of processProcessManagement.replay
(WorkerParameters workerParameters, Integer tenantId) Handle a replay action for the corresponding process workflowProcessManagement.resume
(WorkerParameters workerParameters, Integer tenantId, boolean useForcedPause) Handle a resume action for the corresponding process workflow -
Uses of ProcessingException in fr.gouv.vitam.processing.management.client
Methods in fr.gouv.vitam.processing.management.client that throw ProcessingExceptionModifier and TypeMethodDescriptionProcessingManagementClient.forcePause
(ProcessPause info) Add a forced pause on the tenant and/or the type of processProcessingManagementClient.removeForcePause
(ProcessPause info) Removed the forced pause on the tenant and/or the type of process -
Uses of ProcessingException in fr.gouv.vitam.processing.management.core
Methods in fr.gouv.vitam.processing.management.core that throw ProcessingExceptionModifier and TypeMethodDescriptionprotected void
StateMachine.doReplay
(WorkerParameters workerParameters) Change state of the process to running Can be called only from pause stateprotected void
StateMachine.doRunning
(WorkerParameters workerParameters, ProcessState targetState) Change state of the process to running Can be called only from pause stateProcessManagementImpl.execute
(String operationId, Integer tenantId, WorkerParameters workerParameters, Boolean useForcedPause, ProcessAction action) void
ProcessManagementImpl.forcePause
(ProcessPause pause) ProcessManagementImpl.init
(WorkerParameters workerParameters, String workflowId) ProcessManagementImpl.next
(WorkerParameters workerParameters, Integer tenantId) void
StateMachine.next
(WorkerParameters workerParameters) void
ProcessManagementImpl.removeForcePause
(ProcessPause pause) ProcessManagementImpl.replay
(WorkerParameters workerParameters, Integer tenantId) void
StateMachine.replay
(WorkerParameters workerParameters) ProcessManagementImpl.resume
(WorkerParameters workerParameters, Integer tenantId, boolean useForcedPause) void
StateMachine.resume
(WorkerParameters workerParameters) -
Uses of ProcessingException in fr.gouv.vitam.worker.common
Methods in fr.gouv.vitam.worker.common that throw ProcessingExceptionModifier and TypeMethodDescriptionHandlerIO.addOutputResult
(int rank, Object object) HandlerIO.addOutputResult
(int rank, Object object, boolean asyncIO) Add one output result (no delete)HandlerIO.addOutputResult
(int rank, Object object, boolean deleteLocal, boolean asyncIO) Add one output resultHandlerIO.getFilesWithParamsFromWorkspace
(String containerName, String folderName) get Map of File With Params From folder in Workspacecom.fasterxml.jackson.databind.JsonNode
HandlerIO.getJsonFromWorkspace
(String jsonFilePath) Retrieve a json file as aJsonNode
from the workspace.HandlerIO.getUriList
(String containerName, String folderName) boolean
HandlerIO.isExistingFileInWorkspace
(String workspacePath) void
HandlerIO.transferAtomicFileToWorkspace
(String workspacePath, File sourceFile) void
HandlerIO.transferFileToWorkspace
(String workspacePath, File sourceFile, boolean toDelete, boolean asyncIO) Helper to write a file to Workspace
To be used when not specified within the Output Parametersvoid
HandlerIO.transferInputStreamToWorkspace
(String workspacePath, InputStream inputStream, Path filePath, boolean asyncIO) Helper to write an InputStream to Workspace
To be used when not specified within the Output Parametersvoid
HandlerIO.transferJsonToWorkspace
(String collectionName, String workspacePath, com.fasterxml.jackson.databind.JsonNode jsonNode, boolean toDelete, boolean asyncIO) Helper to convert and write a file to Workspace
-
Uses of ProcessingException in fr.gouv.vitam.worker.common.utils
Methods in fr.gouv.vitam.worker.common.utils that throw ProcessingExceptionModifier and TypeMethodDescriptionSedaUtils.checkSupportedDataObjectVersion
(WorkerParameters params) check if the version list of the manifest.xml in workspace is validSedaUtils.compareVersionList
(XMLEventReader eventReader) compare if the version list of manifest.xml is included in or equal to the version list of version.conflong
SedaUtils.computeTotalSizeOfObjectsInManifest
(WorkerParameters params) Compute the total size of objects listed in the manifest.xml fileSedaUtilsFactory.createSedaUtilsWithSedaIngestParams
(HandlerIO handlerIO) void
SedaUtils.extractXmlNameSpaceAndSaveSedaParams
(HandlerIO handlerIO, int sedaIngestParamsRankOutput) SedaUtils.getAllDigitalObjectUriFromManifest()
SedaUtils.getDataObjectInfo
(XMLEventReader evenReader) SedaUtils.getMandatoryValues
(WorkerParameters params) get Mandatory values from sedastatic List<StorageStrategy>
StorageUtils.loadStorageStrategies
(File file) SedaUtils.manifestVersionList
(XMLEventReader evenReader) static void
LogbookLifecycleWorkerHelper.updateLifeCycleForBegining
(LogbookLifeCyclesClientHelper helper, LogbookLifeCycleParameters logbookLifecycleParameters, WorkerParameters params, LogbookTypeProcess logbookTypeProcess) static void
LogbookLifecycleWorkerHelper.updateLifeCycleStep
(LogbookLifeCyclesClientHelper helper, LogbookLifeCycleParameters logbookLifecycleParameters, WorkerParameters params, String lfcEventType, LogbookTypeProcess logbookTypeProcess, StatusCode statusCode, String... additionalParams) Constructors in fr.gouv.vitam.worker.common.utils that throw ProcessingException -
Uses of ProcessingException in fr.gouv.vitam.worker.core.api
Methods in fr.gouv.vitam.worker.core.api that throw ProcessingExceptionModifier and TypeMethodDescriptiondefault void
WorkerAction.checkMandatoryIOParameter
(HandlerIO handler) Check mandatory parameterdefault ItemStatus
WorkerAction.execute
(WorkerParameters param, HandlerIO handler) Execute an actiondefault List<ItemStatus>
WorkerAction.executeList
(WorkerParameters workerParameters, HandlerIO handler) Worker.run
(WorkerParameters workParams, Step step) Worker execute the step's actions -
Uses of ProcessingException in fr.gouv.vitam.worker.core.exception
Subclasses of ProcessingException in fr.gouv.vitam.worker.core.exceptionModifier and TypeClassDescriptionclass
Invalid Rule Exception when compute rules -
Uses of ProcessingException in fr.gouv.vitam.worker.core.handler
Methods in fr.gouv.vitam.worker.core.handler that throw ProcessingExceptionModifier and TypeMethodDescriptionvoid
AbstractAccessionRegisterAction.checkMandatoryIOParameter
(HandlerIO handler) void
CheckArchiveProfileActionHandler.checkMandatoryIOParameter
(HandlerIO handler) void
CheckArchiveProfileRelationActionHandler.checkMandatoryIOParameter
(HandlerIO handler) void
CheckConcurrentWorkflowLockHandler.checkMandatoryIOParameter
(HandlerIO handler) void
CheckDataObjectPackageActionHandler.checkMandatoryIOParameter
(HandlerIO handler) void
CheckHeaderActionHandler.checkMandatoryIOParameter
(HandlerIO handler) void
CheckIngestContractActionHandler.checkMandatoryIOParameter
(HandlerIO handler) void
CheckNoObjectsActionHandler.checkMandatoryIOParameter
(HandlerIO handler) void
CheckObjectsNumberActionHandler.checkMandatoryIOParameter
(HandlerIO handler) void
CheckObjectUnitConsistencyActionHandler.checkMandatoryIOParameter
(HandlerIO handler) void
CheckOriginatingAgencyHandler.checkMandatoryIOParameter
(HandlerIO handler) void
CheckSedaActionHandler.checkMandatoryIOParameter
(HandlerIO handler) void
CheckStorageAvailabilityActionHandler.checkMandatoryIOParameter
(HandlerIO handler) void
CheckVersionActionHandler.checkMandatoryIOParameter
(HandlerIO handler) void
CommitLifeCycleActionHandler.checkMandatoryIOParameter
(HandlerIO handler) void
DummyHandler.checkMandatoryIOParameter
(HandlerIO handler) void
ExtractSedaActionHandler.checkMandatoryIOParameter
(HandlerIO handler) void
ListArchiveUnitsActionHandler.checkMandatoryIOParameter
(HandlerIO handler) void
ListRunningIngestsActionHandler.checkMandatoryIOParameter
(HandlerIO handler) void
PrepareStorageInfoActionHandler.checkMandatoryIOParameter
(HandlerIO handler) void
RollBackActionHandler.checkMandatoryIOParameter
(HandlerIO handler) void
TransferNotificationActionHandler.checkMandatoryIOParameter
(HandlerIO handler) abstract void
CommitLifeCycleActionHandler.commitLifeCycle
(HandlerIO handlerIO, String objectID, String operationId) Runs a commit process for the given object (Unit or ObjectGroup) and a given operationvoid
CommitLifeCycleUnitActionHandler.commitLifeCycle
(HandlerIO handlerIO, String objectID, String operationId) CheckConcurrentWorkflowLockHandler.execute
(WorkerParameters param, HandlerIO handler) CheckObjectUnitConsistencyActionHandler.execute
(WorkerParameters params, HandlerIO handler) DummyHandler.execute
(WorkerParameters param, HandlerIO handler) IngestPrepareActionHandler.execute
(WorkerParameters param, HandlerIO handler) UploadSIPActionHandler.execute
(WorkerParameters param, HandlerIO handler) protected abstract void
AbstractAccessionRegisterAction.prepareAccessionRegisterInformation
(WorkerParameters params, HandlerIO handler, AbstractAccessionRegisterAction.AccessionRegisterInfo accessionRegisterInfo) protected void
IngestAccessionRegisterActionHandler.prepareAccessionRegisterInformation
(WorkerParameters params, HandlerIO handler, AbstractAccessionRegisterAction.AccessionRegisterInfo accessionRegisterInfo) static void
Save the given map as specified by the rank output argumentstatic void
Save the given map as specified by the rank output argumentstatic void
HandlerUtils.saveMap
(HandlerIO handlerIO, Map<String, ?> map, int rank, boolean removeTmpFile, boolean asyncIO) Save the given map as specified by the rank output argumentstatic void
HandlerUtils.saveSet
(HandlerIO handlerIO, Set<?> set, int rank, boolean removeTmpFile, boolean asyncIO) Save the given set as specified by the rank output argument -
Uses of ProcessingException in fr.gouv.vitam.worker.core.impl
Methods in fr.gouv.vitam.worker.core.impl that throw ProcessingExceptionModifier and TypeMethodDescriptionHandlerIOImpl.addOutputResult
(int rank, Object object) HandlerIOImpl.addOutputResult
(int rank, Object object, boolean asyncIO) HandlerIOImpl.addOutputResult
(int rank, Object object, boolean deleteLocal, boolean asyncIO) HandlerIOImpl.getFilesWithParamsFromWorkspace
(String containerName, String folderName) com.fasterxml.jackson.databind.JsonNode
HandlerIOImpl.getJsonFromWorkspace
(String jsonFilePath) HandlerIOImpl.getUriList
(String containerName, String folderName) boolean
HandlerIOImpl.isExistingFileInWorkspace
(String workspacePath) WorkerImpl.run
(WorkerParameters workParams, Step step) void
HandlerIOImpl.transferAtomicFileToWorkspace
(String workspacePath, File sourceFile) void
HandlerIOImpl.transferFileToWorkspace
(String workspacePath, File sourceFile, boolean toDelete, boolean asyncIO) void
HandlerIOImpl.transferInputStreamToWorkspace
(String workspacePath, InputStream inputStream, Path filePath, boolean asyncIO) void
HandlerIOImpl.transferJsonToWorkspace
(String collectionName, String objectName, com.fasterxml.jackson.databind.JsonNode jsonNode, boolean toDelete, boolean asyncIO) -
Uses of ProcessingException in fr.gouv.vitam.worker.core.plugin
Methods in fr.gouv.vitam.worker.core.plugin that throw ProcessingExceptionModifier and TypeMethodDescriptionvoid
ArchiveUnitRulesUpdateActionPlugin.checkMandatoryIOParameter
(HandlerIO handler) void
CheckClassificationLevelActionPlugin.checkMandatoryIOParameter
(HandlerIO handler) void
CheckConformityActionPlugin.checkMandatoryIOParameter
(HandlerIO handler) void
CheckObjectSizeActionPlugin.checkMandatoryIOParameter
(HandlerIO handler) void
FormatIdentificationActionPlugin.checkMandatoryIOParameter
(HandlerIO handler) void
IndexObjectGroupActionPlugin.checkMandatoryIOParameter
(HandlerIO handler) void
IndexUnitActionPlugin.checkMandatoryIOParameter
(HandlerIO handler) void
RunningIngestsUpdateActionPlugin.checkMandatoryIOParameter
(HandlerIO handler) void
StoreMetaDataObjectGroupActionPlugin.checkMandatoryIOParameter
(HandlerIO handler) void
StoreMetaDataUnitActionPlugin.checkMandatoryIOParameter
(HandlerIO handler) void
StoreObjectGroupActionPlugin.checkMandatoryIOParameter
(HandlerIO handler) void
UnitsRulesComputePlugin.checkMandatoryIOParameter
(HandlerIO handler) void
UpdateObjectGroupPlugin.checkMandatoryIOParameter
(HandlerIO handler) CheckArchiveUnitProfileActionPlugin.execute
(WorkerParameters params, HandlerIO handlerIO) CheckAttachementActionHandler.execute
(WorkerParameters param, HandlerIO handlerIO) CheckConformityActionPlugin.execute
(WorkerParameters params, HandlerIO handlerIO) CheckObjectSizeActionPlugin.execute
(WorkerParameters params, HandlerIO handlerIO) GenericReportGenerationHandler.execute
(WorkerParameters param, HandlerIO handler) PrepareStorageStrategiesPlugin.execute
(WorkerParameters params, HandlerIO handlerIO) StoreObjectGroupActionPlugin.execute
(WorkerParameters param, HandlerIO handler) UpdateObjectGroupPlugin.execute
(WorkerParameters params, HandlerIO handlerIO) UpdateUnitFinalize.execute
(WorkerParameters param, HandlerIO handler) IndexObjectGroupActionPlugin.executeList
(WorkerParameters workerParameters, HandlerIO handler) protected abstract LogbookOperation
GenericReportGenerationHandler.getLogbookInformation
(WorkerParameters param) -
Uses of ProcessingException in fr.gouv.vitam.worker.core.plugin.audit
Methods in fr.gouv.vitam.worker.core.plugin.audit that throw ProcessingExceptionModifier and TypeMethodDescriptionAuditCheckObjectPlugin.execute
(WorkerParameters param, HandlerIO handler) AuditFinalizePlugin.execute
(WorkerParameters param, HandlerIO handler) -
Uses of ProcessingException in fr.gouv.vitam.worker.core.plugin.bulkatomicupdate
Methods in fr.gouv.vitam.worker.core.plugin.bulkatomicupdate that throw ProcessingExceptionModifier and TypeMethodDescriptionBulkAtomicUpdateProcess.execute
(WorkerParameters param, HandlerIO handler) CheckQueriesThreshold.execute
(WorkerParameters param, HandlerIO handler) PrepareBulkAtomicUpdate.execute
(WorkerParameters param, HandlerIO handler) BulkAtomicUpdateProcess.executeList
(WorkerParameters workerParameters, HandlerIO handler) -
Uses of ProcessingException in fr.gouv.vitam.worker.core.plugin.common
Methods in fr.gouv.vitam.worker.core.plugin.common that throw ProcessingExceptionModifier and TypeMethodDescriptionprotected ItemStatus
CheckDistributionThresholdBase.checkThreshold
(HandlerIO handler, long defaultThreshold, String action) CheckDistributionThreshold.execute
(WorkerParameters param, HandlerIO handler) -
Uses of ProcessingException in fr.gouv.vitam.worker.core.plugin.computeinheritedrules
Methods in fr.gouv.vitam.worker.core.plugin.computeinheritedrules that throw ProcessingExceptionModifier and TypeMethodDescriptionvoid
ComputeInheritedRulesFinalizationPlugin.checkMandatoryIOParameter
(HandlerIO handler) ComputedInheritedRulesCheckDistributionThreshold.execute
(WorkerParameters param, HandlerIO handler) ComputeInheritedRulesFinalizationPlugin.execute
(WorkerParameters param, HandlerIO handler) ComputeInheritedRulesPreparationPlugin.execute
(WorkerParameters param, HandlerIO handler) ComputeInheritedRuleProgenyIdentifierPlugin.executeList
(WorkerParameters workerParameters, HandlerIO handler) ComputeInheritedRulesActionPlugin.executeList
(WorkerParameters workerParameters, HandlerIO handler) ComputeInheritedRulesDeletePlugin.executeList
(WorkerParameters workerParameters, HandlerIO handler) -
Uses of ProcessingException in fr.gouv.vitam.worker.core.plugin.deleteGotVersions.handlers
Methods in fr.gouv.vitam.worker.core.plugin.deleteGotVersions.handlers that throw ProcessingExceptionModifier and TypeMethodDescriptionDeleteGotVersionsFinalizationPlugin.execute
(WorkerParameters param, HandlerIO handler) -
Uses of ProcessingException in fr.gouv.vitam.worker.core.plugin.dip
Methods in fr.gouv.vitam.worker.core.plugin.dip that throw ProcessingExceptionModifier and TypeMethodDescriptionvoid
CreateManifest.checkMandatoryIOParameter
(HandlerIO handler) void
PutBinaryOnWorkspace.checkMandatoryIOParameter
(HandlerIO handler) void
StoreExports.checkMandatoryIOParameter
(HandlerIO handler) CreateManifest.execute
(WorkerParameters param, HandlerIO handlerIO) PutBinaryOnWorkspace.execute
(WorkerParameters param, HandlerIO handler) StoreExports.execute
(WorkerParameters params, HandlerIO handler) ExportCheckResourceAvailability.executeList
(WorkerParameters workerParameters, HandlerIO handler) -
Uses of ProcessingException in fr.gouv.vitam.worker.core.plugin.elimination
Methods in fr.gouv.vitam.worker.core.plugin.elimination that throw ProcessingExceptionModifier and TypeMethodDescriptionvoid
EliminationActionCheckDistributionThresholdHandler.checkMandatoryIOParameter
(HandlerIO handler) void
EliminationActionFinalizationHandler.checkMandatoryIOParameter
(HandlerIO handler) void
EliminationActionReportGenerationHandler.checkMandatoryIOParameter
(HandlerIO handler) void
EliminationActionUnitPreparationHandler.checkMandatoryIOParameter
(HandlerIO handler) void
EliminationAnalysisCheckDistributionThresholdHandler.checkMandatoryIOParameter
(HandlerIO handler) void
EliminationAnalysisFinalizationHandler.checkMandatoryIOParameter
(HandlerIO handler) void
EliminationAnalysisPreparationHandler.checkMandatoryIOParameter
(HandlerIO handler) void
EliminationAnalysisUnitIndexationPlugin.checkMandatoryIOParameter
(HandlerIO handler) EliminationActionCheckDistributionThresholdHandler.execute
(WorkerParameters param, HandlerIO handler) EliminationActionFinalizationHandler.execute
(WorkerParameters param, HandlerIO handler) EliminationActionUnitPreparationHandler.execute
(WorkerParameters param, HandlerIO handler) EliminationAnalysisCheckDistributionThresholdHandler.execute
(WorkerParameters param, HandlerIO handler) EliminationAnalysisFinalizationHandler.execute
(WorkerParameters param, HandlerIO handler) EliminationAnalysisPreparationHandler.execute
(WorkerParameters param, HandlerIO handler) EliminationAnalysisUnitIndexationPlugin.execute
(WorkerParameters param, HandlerIO handler) protected LogbookOperation
EliminationActionReportGenerationHandler.getLogbookInformation
(WorkerParameters param) -
Uses of ProcessingException in fr.gouv.vitam.worker.core.plugin.evidence
Methods in fr.gouv.vitam.worker.core.plugin.evidence that throw ProcessingExceptionModifier and TypeMethodDescriptionDataCorrectionFinalize.execute
(WorkerParameters param, HandlerIO handlerIO) DataRectificationStep.execute
(WorkerParameters param, HandlerIO handler) EvidenceAuditDatabaseCheck.execute
(WorkerParameters param, HandlerIO handlerIO) EvidenceAuditExtractFromZip.execute
(WorkerParameters param, HandlerIO handlerIO) EvidenceAuditFinalize.execute
(WorkerParameters param, HandlerIO handlerIO) EvidenceAuditGenerateReports.execute
(WorkerParameters param, HandlerIO handlerIO) EvidenceAuditListSecuredFiles.execute
(WorkerParameters param, HandlerIO handlerIO) EvidenceAuditPrepare.execute
(WorkerParameters param, HandlerIO handlerIO) EvidenceAuditPrepareReport.execute
(WorkerParameters param, HandlerIO handlerIO) DataRectificationCheckResourceAvailability.executeList
(WorkerParameters workerParameters, HandlerIO handler) -
Uses of ProcessingException in fr.gouv.vitam.worker.core.plugin.ingestcleanup
Methods in fr.gouv.vitam.worker.core.plugin.ingestcleanup that throw ProcessingExceptionModifier and TypeMethodDescriptionIngestCleanupDeleteUnitPlugin.execute
(WorkerParameters param, HandlerIO handler) IngestCleanupEligibilityValidationPlugin.execute
(WorkerParameters param, HandlerIO handler) IngestCleanupFinalizationPlugin.execute
(WorkerParameters param, HandlerIO handler) IngestCleanupPreparationPlugin.execute
(WorkerParameters param, HandlerIO handler) IngestCleanupRequestValidationPlugin.execute
(WorkerParameters param, HandlerIO handler) -
Uses of ProcessingException in fr.gouv.vitam.worker.core.plugin.lfc_traceability
Methods in fr.gouv.vitam.worker.core.plugin.lfc_traceability that throw ProcessingExceptionModifier and TypeMethodDescriptionprotected void
BuildTraceabilityActionPlugin.buildTraceabilityData
(HandlerIO handler, String lifecycleType, ItemStatus itemStatus) void
BuildTraceabilityActionPlugin.checkMandatoryIOParameter
(HandlerIO handler) void
FinalizeLifecycleTraceabilityActionPlugin.checkMandatoryIOParameter
(HandlerIO handler) void
GenerateObjectGroupLifecycleTraceabilityActionPlugin.checkMandatoryIOParameter
(HandlerIO handler) void
GenerateUnitLifecycleTraceabilityActionPlugin.checkMandatoryIOParameter
(HandlerIO handler) void
PrepareLfcTraceabilityActionPlugin.checkMandatoryIOParameter
(HandlerIO handler) BuildObjectGroupTraceabilityActionPlugin.execute
(WorkerParameters params, HandlerIO handler) BuildUnitTraceabilityActionPlugin.execute
(WorkerParameters params, HandlerIO handler) PrepareObjectGroupLfcTraceabilityActionPlugin.execute
(WorkerParameters params, HandlerIO handler) PrepareUnitLfcTraceabilityActionPlugin.execute
(WorkerParameters params, HandlerIO handler) StrategyIdOfferIdLoader.getOfferIds
(String strategyId) PrepareLfcTraceabilityActionPlugin.getRawMetadata
(Set<String> ids, MetaDataClientFactory metaDataClientFactory) PrepareObjectGroupLfcTraceabilityActionPlugin.getRawMetadata
(Set<String> ids, MetaDataClientFactory metaDataClientFactory) PrepareUnitLfcTraceabilityActionPlugin.getRawMetadata
(Set<String> ids, MetaDataClientFactory metaDataClientFactory) protected StatusCode
PrepareLfcTraceabilityActionPlugin.selectAndExportLifecyclesWithMetadata
(int temporizationDelayInSeconds, int lifecycleTraceabilityMaxEntries, String eventType, HandlerIO handlerIO) -
Uses of ProcessingException in fr.gouv.vitam.worker.core.plugin.massprocessing
Methods in fr.gouv.vitam.worker.core.plugin.massprocessing that throw ProcessingExceptionModifier and TypeMethodDescriptionPrepareUpdateUnits.execute
(WorkerParameters param, HandlerIO handler) Execute an actionUnitMetadataRulesUpdateCheckConsistency.execute
(WorkerParameters param, HandlerIO handler) Execute an action -
Uses of ProcessingException in fr.gouv.vitam.worker.core.plugin.massprocessing.description
Methods in fr.gouv.vitam.worker.core.plugin.massprocessing.description that throw ProcessingExceptionModifier and TypeMethodDescriptionMassUpdateCheck.execute
(WorkerParameters param, HandlerIO handler) MassUpdateUnitsProcess.execute
(WorkerParameters param, HandlerIO handler) MassUpdateUnitsProcess.executeList
(WorkerParameters workerParameters, HandlerIO handler) -
Uses of ProcessingException in fr.gouv.vitam.worker.core.plugin.massprocessing.management
Methods in fr.gouv.vitam.worker.core.plugin.massprocessing.management that throw ProcessingExceptionModifier and TypeMethodDescriptionMassUpdateUnitsRulesProcess.execute
(WorkerParameters param, HandlerIO handler) Execute an actionMassUpdateUnitsRulesProcess.executeList
(WorkerParameters workerParameters, HandlerIO handler) executeList for bulk update units. -
Uses of ProcessingException in fr.gouv.vitam.worker.core.plugin.migration
Methods in fr.gouv.vitam.worker.core.plugin.migration that throw ProcessingExceptionModifier and TypeMethodDescriptionvoid
MigrationFinalize.checkMandatoryIOParameter
(HandlerIO handler) void
MigrationUnitPrepare.checkMandatoryIOParameter
(HandlerIO handler) MigrationFinalize.execute
(WorkerParameters param, HandlerIO handlerIO) MigrationUnits.execute
(WorkerParameters param, HandlerIO handler) MigrationUnits.executeList
(WorkerParameters workerParameters, HandlerIO handler) -
Uses of ProcessingException in fr.gouv.vitam.worker.core.plugin.preservation
Methods in fr.gouv.vitam.worker.core.plugin.preservation that throw ProcessingExceptionModifier and TypeMethodDescriptionPreservationFinalizationPlugin.execute
(WorkerParameters param, HandlerIO handler) PreservationPreparationInsertionAuMetadata.execute
(WorkerParameters workerParameters, HandlerIO handler) PreservationActionPlugin.executeList
(WorkerParameters workerParameters, HandlerIO handler) PreservationCheckResourceAvailability.executeList
(WorkerParameters workerParameters, HandlerIO handler) PreservationExtractionAUPlugin.executeList
(WorkerParameters workerParameters, HandlerIO handler) PreservationGenerateBinaryHash.executeList
(WorkerParameters workerParameters, HandlerIO handler) PreservationInsertionAuMetadata.executeList
(WorkerParameters workerParameters, HandlerIO handler) PreservationObjectGroupMetadataSecurityChecks.executeList
(WorkerParameters workerParameters, HandlerIO handler) PreservationSiegfriedPlugin.executeList
(WorkerParameters workerParameters, HandlerIO handler) PreservationStorageBinaryPlugin.executeList
(WorkerParameters workerParameters, HandlerIO handler) PreservationTesseractPlugin.executeList
(WorkerParameters workerParameters, HandlerIO handler) PreservationUnitMetadataSecurityChecks.executeList
(WorkerParameters workerParameters, HandlerIO handler) protected void
PreservationAccessionRegisterActionHandler.prepareAccessionRegisterInformation
(WorkerParameters params, HandlerIO handler, AbstractAccessionRegisterAction.AccessionRegisterInfo accessionRegisterInfo) -
Uses of ProcessingException in fr.gouv.vitam.worker.core.plugin.probativevalue
Methods in fr.gouv.vitam.worker.core.plugin.probativevalue that throw ProcessingExceptionModifier and TypeMethodDescriptionProbativeCreateDistributionFile.execute
(WorkerParameters param, HandlerIO handler) ProbativeCreateReport.execute
(WorkerParameters param, HandlerIO handler) ProbativeCreateReportEntry.execute
(WorkerParameters param, HandlerIO handler) -
Uses of ProcessingException in fr.gouv.vitam.worker.core.plugin.purge
Methods in fr.gouv.vitam.worker.core.plugin.purge that throw ProcessingExceptionModifier and TypeMethodDescriptionvoid
PurgeAccessionRegisterPreparationHandler.checkMandatoryIOParameter
(HandlerIO handler) void
PurgeAccessionRegisterUpdatePlugin.checkMandatoryIOParameter
(HandlerIO handler) void
PurgeDeleteObjectGroupPlugin.checkMandatoryIOParameter
(HandlerIO handler) void
PurgeDetachObjectGroupPlugin.checkMandatoryIOParameter
(HandlerIO handler) void
PurgeObjectGroupPreparationHandler.checkMandatoryIOParameter
(HandlerIO handler) void
PurgeUnitPlugin.checkMandatoryIOParameter
(HandlerIO handler) PurgeAccessionRegisterPreparationHandler.execute
(WorkerParameters param, HandlerIO handler) PurgeAccessionRegisterUpdatePlugin.execute
(WorkerParameters param, HandlerIO handler) PurgeDeleteObjectGroupPlugin.execute
(WorkerParameters param, HandlerIO handler) PurgeDetachObjectGroupPlugin.execute
(WorkerParameters param, HandlerIO handler) PurgeObjectGroupPreparationHandler.execute
(WorkerParameters param, HandlerIO handler) PurgeUnitPlugin.execute
(WorkerParameters param, HandlerIO handler) -
Uses of ProcessingException in fr.gouv.vitam.worker.core.plugin.reclassification
Methods in fr.gouv.vitam.worker.core.plugin.reclassification that throw ProcessingExceptionModifier and TypeMethodDescriptionvoid
AbstractGraphComputePlugin.checkMandatoryIOParameter
(HandlerIO handler) void
ReclassificationFinalizationHandler.checkMandatoryIOParameter
(HandlerIO handler) void
ReclassificationPreparationCheckGraphHandler.checkMandatoryIOParameter
(HandlerIO handler) void
ReclassificationPreparationLoadRequestHandler.checkMandatoryIOParameter
(HandlerIO handler) void
ReclassificationPreparationUpdateDistributionHandler.checkMandatoryIOParameter
(HandlerIO handler) void
UnitAttachmentPlugin.checkMandatoryIOParameter
(HandlerIO handler) void
UnitDetachmentPlugin.checkMandatoryIOParameter
(HandlerIO handler) AbstractGraphComputePlugin.execute
(WorkerParameters param, HandlerIO handler) ReclassificationFinalizationHandler.execute
(WorkerParameters param, HandlerIO handler) ReclassificationPreparationCheckGraphHandler.execute
(WorkerParameters param, HandlerIO handler) ReclassificationPreparationCheckHoldRulesHandler.execute
(WorkerParameters param, HandlerIO handler) ReclassificationPreparationLoadRequestHandler.execute
(WorkerParameters param, HandlerIO handler) ReclassificationPreparationUpdateDistributionHandler.execute
(WorkerParameters param, HandlerIO handler) UnitAttachmentPlugin.execute
(WorkerParameters param, HandlerIO handler) UnitDetachmentPlugin.execute
(WorkerParameters param, HandlerIO handler) -
Uses of ProcessingException in fr.gouv.vitam.worker.core.plugin.revertupdate
Methods in fr.gouv.vitam.worker.core.plugin.revertupdate that throw ProcessingExceptionModifier and TypeMethodDescriptionRevertUpdateUnitCheckPlugin.execute
(WorkerParameters param, HandlerIO handler) -
Uses of ProcessingException in fr.gouv.vitam.worker.core.plugin.traceability
Methods in fr.gouv.vitam.worker.core.plugin.traceability that throw ProcessingExceptionModifier and TypeMethodDescriptionvoid
VerifyMerkleTreeActionHandler.checkMandatoryIOParameter
(HandlerIO handler) void
VerifyTimeStampActionHandler.checkMandatoryIOParameter
(HandlerIO handler) static MerkleTreeAlgo
VerifyMerkleTreeActionHandler.computeMerkleTree
(InputStream inputStream, DigestType digestType) Compute merkle treeChecksSecureTraceabilityDataHashesPlugin.execute
(WorkerParameters param, HandlerIO handler) ChecksSecureTraceabilityDataStoragelogPlugin.execute
(WorkerParameters param, HandlerIO handler) ExtractSecureTraceabilityDataFilePlugin.execute
(WorkerParameters param, HandlerIO handler) RetrieveSecureTraceabilityDataFilePlugin.execute
(WorkerParameters param, HandlerIO handler) TraceabilityFinalizationPlugin.execute
(WorkerParameters param, HandlerIO handler) TraceabilityLinkedCheckPreparePlugin.execute
(WorkerParameters param, HandlerIO handler) VerifyMerkleTreeActionHandler.execute
(WorkerParameters params, HandlerIO handler) VerifyTimeStampActionHandler.execute
(WorkerParameters params, HandlerIO handler) -
Uses of ProcessingException in fr.gouv.vitam.worker.core.plugin.transfer.reply
Methods in fr.gouv.vitam.worker.core.plugin.transfer.reply that throw ProcessingExceptionModifier and TypeMethodDescriptionvoid
TransferReplyFinalizationPlugin.checkMandatoryIOParameter
(HandlerIO handler) void
TransferReplyReportGenerationHandler.checkMandatoryIOParameter
(HandlerIO handler) void
TransferReplyUnitPreparationHandler.checkMandatoryIOParameter
(HandlerIO handler) CheckAtrAndAddItToWorkspacePlugin.execute
(WorkerParameters param, HandlerIO handler) SaveAtrPlugin.execute
(WorkerParameters param, HandlerIO handler) TransferReplyFinalizationPlugin.execute
(WorkerParameters param, HandlerIO handler) TransferReplyUnitPreparationHandler.execute
(WorkerParameters param, HandlerIO handler) VerifyAtrPlugin.execute
(WorkerParameters param, HandlerIO handler) protected LogbookOperation
TransferReplyReportGenerationHandler.getLogbookInformation
(WorkerParameters param) -
Uses of ProcessingException in fr.gouv.vitam.worker.core.plugin.transfer.reply.utils
Methods in fr.gouv.vitam.worker.core.plugin.transfer.reply.utils that throw ProcessingExceptionModifier and TypeMethodDescriptionvoid
SortedLevelJsonLineWriter.exportToWorkspace
(String filename, boolean ascending) -
Uses of ProcessingException in fr.gouv.vitam.worker.core.utils
Methods in fr.gouv.vitam.worker.core.utils that throw ProcessingExceptionModifier and TypeMethodDescriptionstatic Map<String,
ObjectGroupResponse> PluginHelper.getObjectGroups
(String[] gotIds, MetaDataClient metadataClient)