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 TypeMethodDescriptionvoidIEventsState.next(WorkerParameters workerParameters) Like a resume but pause at the next stepvoidIEventsState.replay(WorkerParameters workerParameters) Replay the last executed step, or if it s stated, the step passed as a parametervoidIEventsState.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 TypeClassDescriptionclassDefine 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 GroupclassHandlerNotFoundException thrown by worker when pool handler does not contain key of action handlerclassDefine a Processing Exception to be thrown when an archive unit contains a special characterclassDefine Missig field Exception, will be thrown when mandatory field is missingclassDefine a Processing Exception to be thrown when an error occurred, not a fatal errorclassclassclassDefine a Processing Exception to be thrown when an error occurred, not a fatal errorclassDefine a Processing Exception to be thrown when an error occurred, not a fatal errorclassDefine a Processing Exception to be thrown when a fatal error occurredclassDefine a Processing Exception to be thrown when there is a line break or spaces where should not beclassDefine a Processing Exception to be thrown when an error with reference occurred in the manifest, not a fatal errorclassDefine a Processing Exception to be thrown when an error occurred, not a fatal errorclassDefine a Processing Exception to be thrown when an error occurred, not a fatal errorclassDefine 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 errorclassclassDefine a Processing Exception to be thrown when an error occurred, not a fatal errorclassDefine a Processing Exception to be thrown when an error with master is not present in the manifest, not a fatal errorclassclassProcessingStorageWorkspaceException thrown by ProcessDataManagement when an error occurs on workspace actionsclassDefine a Processing Exception to be thrown when an error occurred, not a fatal errorclassDefine a Processing Exception to be thrown when an error occurred, not a fatal errorclassProcessWorkflowNotFoundException manage workflow not found ExceptionclassStepAlreadyExecutedException manage steps already executed ExceptionclassWorker Family not found exception throws by engineclassWorker 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 workflowvoidProcessManagement.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 workflowvoidProcessManagement.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 voidStateMachine.doReplay(WorkerParameters workerParameters) Change state of the process to running Can be called only from pause stateprotected voidStateMachine.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, boolean forceCancellation, ProcessAction action) voidProcessManagementImpl.forcePause(ProcessPause pause) ProcessManagementImpl.init(WorkerParameters workerParameters, String workflowId) ProcessManagementImpl.next(WorkerParameters workerParameters, Integer tenantId) voidStateMachine.next(WorkerParameters workerParameters) voidProcessManagementImpl.removeForcePause(ProcessPause pause) ProcessManagementImpl.replay(WorkerParameters workerParameters, Integer tenantId) voidStateMachine.replay(WorkerParameters workerParameters) ProcessManagementImpl.resume(WorkerParameters workerParameters, Integer tenantId, boolean useForcedPause) voidStateMachine.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.JsonNodeHandlerIO.getJsonFromWorkspace(String jsonFilePath) Retrieve a json file as aJsonNodefrom the workspace.HandlerIO.getUriList(String containerName, String folderName) booleanHandlerIO.isExistingFileInWorkspace(String workspacePath) voidHandlerIO.transferAtomicFileToWorkspace(String workspacePath, File sourceFile) voidHandlerIO.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 ParametersvoidHandlerIO.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 ParametersvoidHandlerIO.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.conflongSedaUtils.computeTotalSizeOfObjectsInManifest(WorkerParameters params) Compute the total size of objects listed in the manifest.xml fileSedaUtilsFactory.createSedaUtilsWithSedaIngestParams(HandlerIO handlerIO) voidSedaUtils.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 voidLogbookLifecycleWorkerHelper.updateLifeCycleForBegining(LogbookLifeCyclesClientHelper helper, LogbookLifeCycleParameters logbookLifecycleParameters, WorkerParameters params, LogbookTypeProcess logbookTypeProcess) static voidLogbookLifecycleWorkerHelper.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 TypeMethodDescriptionWorker.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 TypeClassDescriptionclassInvalid 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 TypeMethodDescriptionvoidAbstractAccessionRegisterAction.checkMandatoryIOParameter(HandlerIO handler) voidActionHandler.checkMandatoryIOParameter(HandlerIO handler) Check mandatory parametervoidCheckArchiveProfileActionHandler.checkMandatoryIOParameter(HandlerIO handler) voidCheckArchiveProfileRelationActionHandler.checkMandatoryIOParameter(HandlerIO handler) voidCheckConcurrentWorkflowLockHandler.checkMandatoryIOParameter(HandlerIO handler) voidCheckDataObjectPackageActionHandler.checkMandatoryIOParameter(HandlerIO handler) voidCheckHeaderActionHandler.checkMandatoryIOParameter(HandlerIO handler) voidCheckIngestContractActionHandler.checkMandatoryIOParameter(HandlerIO handler) voidCheckNoObjectsActionHandler.checkMandatoryIOParameter(HandlerIO handler) voidCheckObjectsNumberActionHandler.checkMandatoryIOParameter(HandlerIO handler) voidCheckObjectUnitConsistencyActionHandler.checkMandatoryIOParameter(HandlerIO handler) voidCheckOriginatingAgencyHandler.checkMandatoryIOParameter(HandlerIO handler) voidCheckSedaActionHandler.checkMandatoryIOParameter(HandlerIO handler) voidCheckStorageAvailabilityActionHandler.checkMandatoryIOParameter(HandlerIO handler) voidCheckVersionActionHandler.checkMandatoryIOParameter(HandlerIO handler) voidCommitLifeCycleActionHandler.checkMandatoryIOParameter(HandlerIO handler) voidDummyHandler.checkMandatoryIOParameter(HandlerIO handler) voidExtractSedaActionHandler.checkMandatoryIOParameter(HandlerIO handler) voidListArchiveUnitsActionHandler.checkMandatoryIOParameter(HandlerIO handler) voidListRunningIngestsActionHandler.checkMandatoryIOParameter(HandlerIO handler) voidPrepareStorageInfoActionHandler.checkMandatoryIOParameter(HandlerIO handler) voidRollBackActionHandler.checkMandatoryIOParameter(HandlerIO handler) voidTransferNotificationActionHandler.checkMandatoryIOParameter(HandlerIO handler) abstract voidCommitLifeCycleActionHandler.commitLifeCycle(HandlerIO handlerIO, String objectID, String operationId) Runs a commit process for the given object (Unit or ObjectGroup) and a given operationvoidCommitLifeCycleUnitActionHandler.commitLifeCycle(HandlerIO handlerIO, String objectID, String operationId) ActionHandler.execute(WorkerParameters param, HandlerIO handler) Execute an actionCheckConcurrentWorkflowLockHandler.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) ActionHandler.executeList(WorkerParameters workerParameters, HandlerIO handler) protected abstract voidAbstractAccessionRegisterAction.prepareAccessionRegisterInformation(WorkerParameters params, HandlerIO handler, AbstractAccessionRegisterAction.AccessionRegisterInfo accessionRegisterInfo) protected voidIngestAccessionRegisterActionHandler.prepareAccessionRegisterInformation(WorkerParameters params, HandlerIO handler, AbstractAccessionRegisterAction.AccessionRegisterInfo accessionRegisterInfo) static voidSave the given map as specified by the rank output argumentstatic voidSave the given map as specified by the rank output argumentstatic voidHandlerUtils.saveMap(HandlerIO handlerIO, Map<String, ?> map, int rank, boolean removeTmpFile, boolean asyncIO) Save the given map as specified by the rank output argumentstatic voidHandlerUtils.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.JsonNodeHandlerIOImpl.getJsonFromWorkspace(String jsonFilePath) HandlerIOImpl.getUriList(String containerName, String folderName) booleanHandlerIOImpl.isExistingFileInWorkspace(String workspacePath) WorkerImpl.run(WorkerParameters workParams, Step step) voidHandlerIOImpl.transferAtomicFileToWorkspace(String workspacePath, File sourceFile) voidHandlerIOImpl.transferFileToWorkspace(String workspacePath, File sourceFile, boolean toDelete, boolean asyncIO) voidHandlerIOImpl.transferInputStreamToWorkspace(String workspacePath, InputStream inputStream, Path filePath, boolean asyncIO) voidHandlerIOImpl.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 TypeMethodDescriptionvoidArchiveUnitRulesUpdateActionPlugin.checkMandatoryIOParameter(HandlerIO handler) voidCheckClassificationLevelActionPlugin.checkMandatoryIOParameter(HandlerIO handler) voidCheckConformityActionPlugin.checkMandatoryIOParameter(HandlerIO handler) voidCheckObjectSizeActionPlugin.checkMandatoryIOParameter(HandlerIO handler) voidFormatIdentificationActionPlugin.checkMandatoryIOParameter(HandlerIO handler) voidIndexObjectGroupActionPlugin.checkMandatoryIOParameter(HandlerIO handler) voidIndexUnitActionPlugin.checkMandatoryIOParameter(HandlerIO handler) voidRunningIngestsUpdateActionPlugin.checkMandatoryIOParameter(HandlerIO handler) voidStoreMetaDataObjectGroupActionPlugin.checkMandatoryIOParameter(HandlerIO handler) voidStoreMetaDataUnitActionPlugin.checkMandatoryIOParameter(HandlerIO handler) voidStoreObjectGroupActionPlugin.checkMandatoryIOParameter(HandlerIO handler) voidUnitsRulesComputePlugin.checkMandatoryIOParameter(HandlerIO handler) voidUpdateObjectGroupPlugin.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 LogbookOperationGenericReportGenerationHandler.getLogbookInformation(HandlerIO handlerIO, 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 ItemStatusCheckDistributionThresholdBase.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 TypeMethodDescriptionvoidComputeInheritedRulesFinalizationPlugin.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.deletion
Methods in fr.gouv.vitam.worker.core.plugin.deletion that throw ProcessingExceptionModifier and TypeMethodDescriptionvoidCollectDeletionUnitPreparationHandler.checkMandatoryIOParameter(HandlerIO handler) CollectDeletionUnitPreparationHandler.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 TypeMethodDescriptionvoidCreateManifest.checkMandatoryIOParameter(HandlerIO handler) voidPutBinaryOnWorkspace.checkMandatoryIOParameter(HandlerIO handler) voidStoreExports.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 TypeMethodDescriptionvoidEliminationActionCheckDistributionThresholdHandler.checkMandatoryIOParameter(HandlerIO handler) voidEliminationActionFinalizationHandler.checkMandatoryIOParameter(HandlerIO handler) voidEliminationActionReportGenerationHandler.checkMandatoryIOParameter(HandlerIO handler) voidEliminationActionUnitPreparationHandler.checkMandatoryIOParameter(HandlerIO handler) voidEliminationAnalysisCheckDistributionThresholdHandler.checkMandatoryIOParameter(HandlerIO handler) voidEliminationAnalysisFinalizationHandler.checkMandatoryIOParameter(HandlerIO handler) voidEliminationAnalysisPreparationHandler.checkMandatoryIOParameter(HandlerIO handler) voidEliminationAnalysisUnitIndexationPlugin.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 ItemStatusEliminationActionUnitPreparationHandlerBase.executeUnitPreparation(WorkerParameters param, HandlerIO handler, String actionId) protected LogbookOperationEliminationActionReportGenerationHandler.getLogbookInformation(HandlerIO handlerIO, 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 voidBuildTraceabilityActionPlugin.buildTraceabilityData(HandlerIO handler, String lifecycleType, ItemStatus itemStatus) voidBuildTraceabilityActionPlugin.checkMandatoryIOParameter(HandlerIO handler) voidFinalizeLifecycleTraceabilityActionPlugin.checkMandatoryIOParameter(HandlerIO handler) voidGenerateObjectGroupLifecycleTraceabilityActionPlugin.checkMandatoryIOParameter(HandlerIO handler) voidGenerateUnitLifecycleTraceabilityActionPlugin.checkMandatoryIOParameter(HandlerIO handler) voidPrepareLfcTraceabilityActionPlugin.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 StatusCodePrepareLfcTraceabilityActionPlugin.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 TypeMethodDescriptionvoidMigrationFinalize.checkMandatoryIOParameter(HandlerIO handler) voidMigrationUnitPrepare.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 voidPreservationAccessionRegisterActionHandler.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 TypeMethodDescriptionvoidPurgeAccessionRegisterPreparationHandler.checkMandatoryIOParameter(HandlerIO handler) voidPurgeAccessionRegisterUpdatePlugin.checkMandatoryIOParameter(HandlerIO handler) voidPurgeDeleteObjectGroupPlugin.checkMandatoryIOParameter(HandlerIO handler) voidPurgeDetachObjectGroupPlugin.checkMandatoryIOParameter(HandlerIO handler) voidPurgeObjectGroupPreparationHandler.checkMandatoryIOParameter(HandlerIO handler) voidPurgeUnitPlugin.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 TypeMethodDescriptionvoidAbstractGraphComputePlugin.checkMandatoryIOParameter(HandlerIO handler) voidReclassificationFinalizationHandler.checkMandatoryIOParameter(HandlerIO handler) voidReclassificationPreparationCheckGraphHandler.checkMandatoryIOParameter(HandlerIO handler) voidReclassificationPreparationLoadRequestHandler.checkMandatoryIOParameter(HandlerIO handler) voidReclassificationPreparationUpdateDistributionHandler.checkMandatoryIOParameter(HandlerIO handler) voidUnitAttachmentPlugin.checkMandatoryIOParameter(HandlerIO handler) voidUnitDetachmentPlugin.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 TypeMethodDescriptionvoidVerifyMerkleTreeActionHandler.checkMandatoryIOParameter(HandlerIO handler) voidVerifyTimeStampActionHandler.checkMandatoryIOParameter(HandlerIO handler) static MerkleTreeAlgoVerifyMerkleTreeActionHandler.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 TypeMethodDescriptionvoidTransferReplyFinalizationPlugin.checkMandatoryIOParameter(HandlerIO handler) voidTransferReplyReportGenerationHandler.checkMandatoryIOParameter(HandlerIO handler) voidTransferReplyUnitPreparationHandler.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 LogbookOperationTransferReplyReportGenerationHandler.getLogbookInformation(HandlerIO handlerIO, 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 TypeMethodDescriptionvoidSortedLevelJsonLineWriter.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)