Uses of Class
fr.gouv.vitam.processing.common.exception.ProcessingException
-
-
Uses of ProcessingException in fr.gouv.vitam.processing.common.async
Subclasses of ProcessingException in fr.gouv.vitam.processing.common.async Modifier and Type Class Description class
ProcessingRetryAsyncException
-
Uses of ProcessingException in fr.gouv.vitam.processing.common.automation
Methods in fr.gouv.vitam.processing.common.automation that throw ProcessingException Modifier and Type Method Description void
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.exception Modifier and Type Class Description class
ArchiveUnitContainDataObjectException
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
HandlerNotFoundException thrown by worker when pool handler does not contain key of action handlerclass
MetaDataContainSpecialCharactersException
Define a Processing Exception to be thrown when an archive unit contains a special characterclass
MissingFieldException
Define Missig field Exception, will be thrown when mandatory field is missingclass
MissingMandatoryVersionException
Define a Processing Exception to be thrown when an error occurred, not a fatal errorclass
ProcessingAttachmentRequiredException
class
ProcessingAttachmentUnauthorizedException
class
ProcessingBadRequestException
Define a Processing Exception to be thrown when an error occurred, not a fatal errorclass
ProcessingDuplicatedVersionException
Define a Processing Exception to be thrown when an error occurred, not a fatal errorclass
ProcessingInternalServerException
Define a Processing Exception to be thrown when a fatal error occurredclass
ProcessingMalformedDataException
Define a Processing Exception to be thrown when there is a line break or spaces where should not beclass
ProcessingManifestReferenceException
Define a Processing Exception to be thrown when an error with reference occurred in the manifest, not a fatal errorclass
ProcessingNotFoundException
Define a Processing Exception to be thrown when an error occurred, not a fatal errorclass
ProcessingNotValidLinkingException
Define a Processing Exception to be thrown when an error occurred, not a fatal errorclass
ProcessingObjectGroupEveryDataObjectVersionException
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
ProcessingObjectGroupLifeCycleException
class
ProcessingObjectGroupLinkingException
Define a Processing Exception to be thrown when an error occurred, not a fatal errorclass
ProcessingObjectGroupMasterMandatoryException
Define a Processing Exception to be thrown when an error with master is not present in the manifest, not a fatal errorclass
ProcessingObjectReferenceException
class
ProcessingStorageWorkspaceException
ProcessingStorageWorkspaceException thrown by ProcessDataManagement when an error occurs on workspace actionsclass
ProcessingTooManyUnitsFoundException
Define a Processing Exception to be thrown when an error occurred, not a fatal errorclass
ProcessingUnitLinkingException
Define a Processing Exception to be thrown when an error occurred, not a fatal errorclass
ProcessWorkflowNotFoundException
ProcessWorkflowNotFoundException manage workflow not found Exceptionclass
StepAlreadyExecutedException
StepAlreadyExecutedException manage steps already executed Exceptionclass
WorkerFamilyNotFoundException
Worker Family not found exception throws by engineclass
WorkerNotFoundException
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 ProcessingException Modifier and Type Method Description ItemStatus
ProcessManagement. cancel(java.lang.String operationId, java.lang.Integer tenantId)
Handle a cancel action for the corresponding process workflowvoid
ProcessManagement. forcePause(ProcessPause pause)
Add a forced pause on the tenant and/or the type of processProcessWorkflow
ProcessManagement. init(WorkerParameters workerParameters, java.lang.String workflowId)
Init a new process workflowItemStatus
ProcessManagement. next(WorkerParameters workerParameters, java.lang.Integer tenantId)
Handle a next action for the corresponding process workflowItemStatus
ProcessManagement. pause(java.lang.String operationId, java.lang.Integer tenantId)
Handle a pause action for the corresponding process workflowvoid
ProcessManagement. removeForcePause(ProcessPause pause)
Removed the forced pause on the tenant and/or the type of processItemStatus
ProcessManagement. replay(WorkerParameters workerParameters, java.lang.Integer tenantId)
Handle a replay action for the corresponding process workflowItemStatus
ProcessManagement. resume(WorkerParameters workerParameters, java.lang.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 ProcessingException Modifier and Type Method Description RequestResponse<ProcessPause>
ProcessingManagementClient. forcePause(ProcessPause info)
Add a forced pause on the tenant and/or the type of processRequestResponse<ProcessPause>
ProcessingManagementClient. 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 ProcessingException Modifier and Type Method Description ItemStatus
ProcessManagementImpl. cancel(java.lang.String operationId, java.lang.Integer tenantId)
protected 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 stateItemStatus
ProcessManagementImpl. execute(java.lang.String operationId, java.lang.Integer tenantId, WorkerParameters workerParameters, java.lang.Boolean useForcedPause, ProcessAction action)
void
ProcessManagementImpl. forcePause(ProcessPause pause)
ProcessWorkflow
ProcessManagementImpl. init(WorkerParameters workerParameters, java.lang.String workflowId)
ItemStatus
ProcessManagementImpl. next(WorkerParameters workerParameters, java.lang.Integer tenantId)
void
StateMachine. next(WorkerParameters workerParameters)
ItemStatus
ProcessManagementImpl. pause(java.lang.String operationId, java.lang.Integer tenantId)
void
ProcessManagementImpl. removeForcePause(ProcessPause pause)
ItemStatus
ProcessManagementImpl. replay(WorkerParameters workerParameters, java.lang.Integer tenantId)
void
StateMachine. replay(WorkerParameters workerParameters)
ItemStatus
ProcessManagementImpl. resume(WorkerParameters workerParameters, java.lang.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 ProcessingException Modifier and Type Method Description HandlerIO
HandlerIO. addOutputResult(int rank, java.lang.Object object)
HandlerIO
HandlerIO. addOutputResult(int rank, java.lang.Object object, boolean asyncIO)
Add one output result (no delete)HandlerIO
HandlerIO. addOutputResult(int rank, java.lang.Object object, boolean deleteLocal, boolean asyncIO)
Add one output resultjava.util.Map<java.lang.String,java.lang.Long>
HandlerIO. getFilesWithParamsFromWorkspace(java.lang.String containerName, java.lang.String folderName)
get Map of File With Params From folder in Workspacecom.fasterxml.jackson.databind.JsonNode
HandlerIO. getJsonFromWorkspace(java.lang.String jsonFilePath)
Retrieve a json file as aJsonNode
from the workspace.java.util.List<java.net.URI>
HandlerIO. getUriList(java.lang.String containerName, java.lang.String folderName)
boolean
HandlerIO. isExistingFileInWorkspace(java.lang.String workspacePath)
void
HandlerIO. transferAtomicFileToWorkspace(java.lang.String workspacePath, java.io.File sourceFile)
void
HandlerIO. transferFileToWorkspace(java.lang.String workspacePath, java.io.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(java.lang.String workspacePath, java.io.InputStream inputStream, java.nio.file.Path filePath, boolean asyncIO)
Helper to write an InputStream to Workspace
To be used when not specified within the Output Parametersvoid
HandlerIO. transferJsonToWorkspace(java.lang.String collectionName, java.lang.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 ProcessingException Modifier and Type Method Description java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>>
SedaUtils. checkSupportedDataObjectVersion(WorkerParameters params)
check if the version list of the manifest.xml in workspace is validjava.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>>
SedaUtils. compareVersionList(javax.xml.stream.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 fileSedaUtils
SedaUtilsFactory. createSedaUtilsWithSedaIngestParams(HandlerIO handlerIO)
void
SedaUtils. extractXmlNameSpaceAndSaveSedaParams(HandlerIO handlerIO, int sedaIngestParamsRankOutput)
ExtractUriResponse
SedaUtils. getAllDigitalObjectUriFromManifest()
SedaUtilInfo
SedaUtils. getDataObjectInfo(javax.xml.stream.XMLEventReader evenReader)
java.util.Map<java.lang.String,java.lang.String>
SedaUtils. getMandatoryValues(WorkerParameters params)
get Mandatory values from sedastatic java.util.List<StorageStrategy>
StorageUtils. loadStorageStrategies(java.io.File file)
java.util.Map<java.lang.String,java.util.List<DataObjectInfo>>
SedaUtils. manifestVersionList(javax.xml.stream.XMLEventReader evenReader)
static void
LogbookLifecycleWorkerHelper. updateLifeCycleForBegining(LogbookLifeCyclesClientHelper helper, LogbookLifeCycleParameters logbookLifecycleParameters, WorkerParameters params, LogbookTypeProcess logbookTypeProcess)
static void
LogbookLifecycleWorkerHelper. updateLifeCycleStep(LogbookLifeCyclesClientHelper helper, LogbookLifeCycleParameters logbookLifecycleParameters, WorkerParameters params, java.lang.String lfcEventType, LogbookTypeProcess logbookTypeProcess, StatusCode statusCode, java.lang.String... additionalParams)
Constructors in fr.gouv.vitam.worker.common.utils that throw ProcessingException Constructor Description SedaIngestParams(java.lang.String version, java.lang.String namespaceURI)
-
Uses of ProcessingException in fr.gouv.vitam.worker.core.api
Methods in fr.gouv.vitam.worker.core.api that throw ProcessingException Modifier and Type Method Description default void
WorkerAction. checkMandatoryIOParameter(HandlerIO handler)
Check mandatory parameterdefault ItemStatus
WorkerAction. execute(WorkerParameters param, HandlerIO handler)
Execute an actiondefault java.util.List<ItemStatus>
WorkerAction. executeList(WorkerParameters workerParameters, HandlerIO handler)
ItemStatus
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.exception Modifier and Type Class Description class
InvalidRuleException
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 ProcessingException Modifier and Type Method Description void
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, java.lang.String objectID, java.lang.String operationId)
Runs a commit process for the given object (Unit or ObjectGroup) and a given operationvoid
CommitLifeCycleUnitActionHandler. commitLifeCycle(HandlerIO handlerIO, java.lang.String objectID, java.lang.String operationId)
ItemStatus
CheckConcurrentWorkflowLockHandler. execute(WorkerParameters param, HandlerIO handler)
ItemStatus
CheckObjectUnitConsistencyActionHandler. execute(WorkerParameters params, HandlerIO handler)
ItemStatus
DummyHandler. execute(WorkerParameters param, HandlerIO handler)
ItemStatus
IngestPrepareActionHandler. execute(WorkerParameters param, HandlerIO handler)
ItemStatus
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
HandlerUtils. save(HandlerIO handlerIO, java.lang.Object object, int rank)
Save the given map as specified by the rank output argumentstatic void
HandlerUtils. save(HandlerIO handlerIO, java.lang.Object object, java.lang.String workspacePath)
Save the given map as specified by the rank output argumentstatic void
HandlerUtils. saveMap(HandlerIO handlerIO, java.util.Map<java.lang.String,?> map, int rank, boolean removeTmpFile, boolean asyncIO)
Save the given map as specified by the rank output argumentstatic void
HandlerUtils. saveSet(HandlerIO handlerIO, java.util.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 ProcessingException Modifier and Type Method Description HandlerIO
HandlerIOImpl. addOutputResult(int rank, java.lang.Object object)
HandlerIO
HandlerIOImpl. addOutputResult(int rank, java.lang.Object object, boolean asyncIO)
HandlerIO
HandlerIOImpl. addOutputResult(int rank, java.lang.Object object, boolean deleteLocal, boolean asyncIO)
java.util.Map<java.lang.String,java.lang.Long>
HandlerIOImpl. getFilesWithParamsFromWorkspace(java.lang.String containerName, java.lang.String folderName)
com.fasterxml.jackson.databind.JsonNode
HandlerIOImpl. getJsonFromWorkspace(java.lang.String jsonFilePath)
java.util.List<java.net.URI>
HandlerIOImpl. getUriList(java.lang.String containerName, java.lang.String folderName)
boolean
HandlerIOImpl. isExistingFileInWorkspace(java.lang.String workspacePath)
ItemStatus
WorkerImpl. run(WorkerParameters workParams, Step step)
void
HandlerIOImpl. transferAtomicFileToWorkspace(java.lang.String workspacePath, java.io.File sourceFile)
void
HandlerIOImpl. transferFileToWorkspace(java.lang.String workspacePath, java.io.File sourceFile, boolean toDelete, boolean asyncIO)
void
HandlerIOImpl. transferInputStreamToWorkspace(java.lang.String workspacePath, java.io.InputStream inputStream, java.nio.file.Path filePath, boolean asyncIO)
void
HandlerIOImpl. transferJsonToWorkspace(java.lang.String collectionName, java.lang.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 ProcessingException Modifier and Type Method Description void
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)
ItemStatus
CheckArchiveUnitProfileActionPlugin. execute(WorkerParameters params, HandlerIO handlerIO)
ItemStatus
CheckAttachementActionHandler. execute(WorkerParameters param, HandlerIO handlerIO)
ItemStatus
CheckConformityActionPlugin. execute(WorkerParameters params, HandlerIO handlerIO)
ItemStatus
CheckObjectSizeActionPlugin. execute(WorkerParameters params, HandlerIO handlerIO)
ItemStatus
GenericReportGenerationHandler. execute(WorkerParameters param, HandlerIO handler)
ItemStatus
PrepareStorageStrategiesPlugin. execute(WorkerParameters params, HandlerIO handlerIO)
ItemStatus
StoreObjectGroupActionPlugin. execute(WorkerParameters param, HandlerIO handler)
ItemStatus
UpdateObjectGroupPlugin. execute(WorkerParameters params, HandlerIO handlerIO)
ItemStatus
UpdateUnitFinalize. execute(WorkerParameters param, HandlerIO handler)
java.util.List<ItemStatus>
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 ProcessingException Modifier and Type Method Description ItemStatus
AuditCheckObjectPlugin. execute(WorkerParameters param, HandlerIO handler)
ItemStatus
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 ProcessingException Modifier and Type Method Description ItemStatus
BulkAtomicUpdateProcess. execute(WorkerParameters param, HandlerIO handler)
ItemStatus
CheckQueriesThreshold. execute(WorkerParameters param, HandlerIO handler)
ItemStatus
PrepareBulkAtomicUpdate. execute(WorkerParameters param, HandlerIO handler)
java.util.List<ItemStatus>
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 ProcessingException Modifier and Type Method Description protected ItemStatus
CheckDistributionThresholdBase. checkThreshold(HandlerIO handler, long defaultThreshold, java.lang.String action)
ItemStatus
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 ProcessingException Modifier and Type Method Description void
ComputeInheritedRulesFinalizationPlugin. checkMandatoryIOParameter(HandlerIO handler)
ItemStatus
ComputedInheritedRulesCheckDistributionThreshold. execute(WorkerParameters param, HandlerIO handler)
ItemStatus
ComputeInheritedRulesFinalizationPlugin. execute(WorkerParameters param, HandlerIO handler)
ItemStatus
ComputeInheritedRulesPreparationPlugin. execute(WorkerParameters param, HandlerIO handler)
java.util.List<ItemStatus>
ComputeInheritedRuleProgenyIdentifierPlugin. executeList(WorkerParameters workerParameters, HandlerIO handler)
java.util.List<ItemStatus>
ComputeInheritedRulesActionPlugin. executeList(WorkerParameters workerParameters, HandlerIO handler)
java.util.List<ItemStatus>
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 ProcessingException Modifier and Type Method Description ItemStatus
DeleteGotVersionsFinalizationPlugin. 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 ProcessingException Modifier and Type Method Description void
CreateManifest. checkMandatoryIOParameter(HandlerIO handler)
void
PutBinaryOnWorkspace. checkMandatoryIOParameter(HandlerIO handler)
void
StoreExports. checkMandatoryIOParameter(HandlerIO handler)
ItemStatus
CreateManifest. execute(WorkerParameters param, HandlerIO handlerIO)
ItemStatus
PutBinaryOnWorkspace. execute(WorkerParameters param, HandlerIO handler)
ItemStatus
StoreExports. execute(WorkerParameters params, HandlerIO handler)
java.util.List<ItemStatus>
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 ProcessingException Modifier and Type Method Description void
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)
ItemStatus
EliminationActionCheckDistributionThresholdHandler. execute(WorkerParameters param, HandlerIO handler)
ItemStatus
EliminationActionFinalizationHandler. execute(WorkerParameters param, HandlerIO handler)
ItemStatus
EliminationActionUnitPreparationHandler. execute(WorkerParameters param, HandlerIO handler)
ItemStatus
EliminationAnalysisCheckDistributionThresholdHandler. execute(WorkerParameters param, HandlerIO handler)
ItemStatus
EliminationAnalysisFinalizationHandler. execute(WorkerParameters param, HandlerIO handler)
ItemStatus
EliminationAnalysisPreparationHandler. execute(WorkerParameters param, HandlerIO handler)
ItemStatus
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 ProcessingException Modifier and Type Method Description ItemStatus
DataCorrectionFinalize. execute(WorkerParameters param, HandlerIO handlerIO)
ItemStatus
DataRectificationStep. execute(WorkerParameters param, HandlerIO handler)
ItemStatus
EvidenceAuditDatabaseCheck. execute(WorkerParameters param, HandlerIO handlerIO)
ItemStatus
EvidenceAuditExtractFromZip. execute(WorkerParameters param, HandlerIO handlerIO)
ItemStatus
EvidenceAuditFinalize. execute(WorkerParameters param, HandlerIO handlerIO)
ItemStatus
EvidenceAuditGenerateReports. execute(WorkerParameters param, HandlerIO handlerIO)
ItemStatus
EvidenceAuditListSecuredFiles. execute(WorkerParameters param, HandlerIO handlerIO)
ItemStatus
EvidenceAuditPrepare. execute(WorkerParameters param, HandlerIO handlerIO)
ItemStatus
EvidenceAuditPrepareReport. execute(WorkerParameters param, HandlerIO handlerIO)
java.util.List<ItemStatus>
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 ProcessingException Modifier and Type Method Description ItemStatus
IngestCleanupDeleteUnitPlugin. execute(WorkerParameters param, HandlerIO handler)
ItemStatus
IngestCleanupEligibilityValidationPlugin. execute(WorkerParameters param, HandlerIO handler)
ItemStatus
IngestCleanupFinalizationPlugin. execute(WorkerParameters param, HandlerIO handler)
ItemStatus
IngestCleanupPreparationPlugin. execute(WorkerParameters param, HandlerIO handler)
ItemStatus
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 ProcessingException Modifier and Type Method Description protected void
BuildTraceabilityActionPlugin. buildTraceabilityData(HandlerIO handler, java.lang.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)
ItemStatus
BuildObjectGroupTraceabilityActionPlugin. execute(WorkerParameters params, HandlerIO handler)
ItemStatus
BuildUnitTraceabilityActionPlugin. execute(WorkerParameters params, HandlerIO handler)
ItemStatus
PrepareObjectGroupLfcTraceabilityActionPlugin. execute(WorkerParameters params, HandlerIO handler)
ItemStatus
PrepareUnitLfcTraceabilityActionPlugin. execute(WorkerParameters params, HandlerIO handler)
java.util.List<java.lang.String>
StrategyIdOfferIdLoader. getOfferIds(java.lang.String strategyId)
protected abstract java.util.Map<java.lang.String,com.fasterxml.jackson.databind.JsonNode>
PrepareLfcTraceabilityActionPlugin. getRawMetadata(java.util.Set<java.lang.String> ids, MetaDataClientFactory metaDataClientFactory)
protected java.util.Map<java.lang.String,com.fasterxml.jackson.databind.JsonNode>
PrepareObjectGroupLfcTraceabilityActionPlugin. getRawMetadata(java.util.Set<java.lang.String> ids, MetaDataClientFactory metaDataClientFactory)
protected java.util.Map<java.lang.String,com.fasterxml.jackson.databind.JsonNode>
PrepareUnitLfcTraceabilityActionPlugin. getRawMetadata(java.util.Set<java.lang.String> ids, MetaDataClientFactory metaDataClientFactory)
protected StatusCode
PrepareLfcTraceabilityActionPlugin. selectAndExportLifecyclesWithMetadata(int temporizationDelayInSeconds, int lifecycleTraceabilityMaxEntries, java.lang.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 ProcessingException Modifier and Type Method Description ItemStatus
PrepareUpdateUnits. execute(WorkerParameters param, HandlerIO handler)
Execute an actionItemStatus
UnitMetadataRulesUpdateCheckConsistency. 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 ProcessingException Modifier and Type Method Description ItemStatus
MassUpdateCheck. execute(WorkerParameters param, HandlerIO handler)
ItemStatus
MassUpdateUnitsProcess. execute(WorkerParameters param, HandlerIO handler)
java.util.List<ItemStatus>
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 ProcessingException Modifier and Type Method Description ItemStatus
MassUpdateUnitsRulesProcess. execute(WorkerParameters param, HandlerIO handler)
Execute an actionjava.util.List<ItemStatus>
MassUpdateUnitsRulesProcess. 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 ProcessingException Modifier and Type Method Description void
MigrationFinalize. checkMandatoryIOParameter(HandlerIO handler)
void
MigrationUnitPrepare. checkMandatoryIOParameter(HandlerIO handler)
ItemStatus
MigrationFinalize. execute(WorkerParameters param, HandlerIO handlerIO)
ItemStatus
MigrationUnits. execute(WorkerParameters param, HandlerIO handler)
java.util.List<ItemStatus>
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 ProcessingException Modifier and Type Method Description ItemStatus
PreservationFinalizationPlugin. execute(WorkerParameters param, HandlerIO handler)
ItemStatus
PreservationPreparationInsertionAuMetadata. execute(WorkerParameters workerParameters, HandlerIO handler)
java.util.List<ItemStatus>
PreservationActionPlugin. executeList(WorkerParameters workerParameters, HandlerIO handler)
java.util.List<ItemStatus>
PreservationCheckResourceAvailability. executeList(WorkerParameters workerParameters, HandlerIO handler)
java.util.List<ItemStatus>
PreservationExtractionAUPlugin. executeList(WorkerParameters workerParameters, HandlerIO handler)
java.util.List<ItemStatus>
PreservationGenerateBinaryHash. executeList(WorkerParameters workerParameters, HandlerIO handler)
java.util.List<ItemStatus>
PreservationInsertionAuMetadata. executeList(WorkerParameters workerParameters, HandlerIO handler)
java.util.List<ItemStatus>
PreservationObjectGroupMetadataSecurityChecks. executeList(WorkerParameters workerParameters, HandlerIO handler)
java.util.List<ItemStatus>
PreservationSiegfriedPlugin. executeList(WorkerParameters workerParameters, HandlerIO handler)
java.util.List<ItemStatus>
PreservationStorageBinaryPlugin. executeList(WorkerParameters workerParameters, HandlerIO handler)
java.util.List<ItemStatus>
PreservationTesseractPlugin. executeList(WorkerParameters workerParameters, HandlerIO handler)
java.util.List<ItemStatus>
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 ProcessingException Modifier and Type Method Description ItemStatus
ProbativeCreateDistributionFile. execute(WorkerParameters param, HandlerIO handler)
ItemStatus
ProbativeCreateReport. execute(WorkerParameters param, HandlerIO handler)
ItemStatus
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 ProcessingException Modifier and Type Method Description void
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)
ItemStatus
PurgeAccessionRegisterPreparationHandler. execute(WorkerParameters param, HandlerIO handler)
ItemStatus
PurgeAccessionRegisterUpdatePlugin. execute(WorkerParameters param, HandlerIO handler)
ItemStatus
PurgeDeleteObjectGroupPlugin. execute(WorkerParameters param, HandlerIO handler)
ItemStatus
PurgeDetachObjectGroupPlugin. execute(WorkerParameters param, HandlerIO handler)
ItemStatus
PurgeObjectGroupPreparationHandler. execute(WorkerParameters param, HandlerIO handler)
ItemStatus
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 ProcessingException Modifier and Type Method Description void
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)
ItemStatus
AbstractGraphComputePlugin. execute(WorkerParameters param, HandlerIO handler)
ItemStatus
ReclassificationFinalizationHandler. execute(WorkerParameters param, HandlerIO handler)
ItemStatus
ReclassificationPreparationCheckGraphHandler. execute(WorkerParameters param, HandlerIO handler)
ItemStatus
ReclassificationPreparationCheckHoldRulesHandler. execute(WorkerParameters param, HandlerIO handler)
ItemStatus
ReclassificationPreparationLoadRequestHandler. execute(WorkerParameters param, HandlerIO handler)
ItemStatus
ReclassificationPreparationUpdateDistributionHandler. execute(WorkerParameters param, HandlerIO handler)
ItemStatus
UnitAttachmentPlugin. execute(WorkerParameters param, HandlerIO handler)
ItemStatus
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 ProcessingException Modifier and Type Method Description ItemStatus
RevertUpdateUnitCheckPlugin. 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 ProcessingException Modifier and Type Method Description void
VerifyMerkleTreeActionHandler. checkMandatoryIOParameter(HandlerIO handler)
void
VerifyTimeStampActionHandler. checkMandatoryIOParameter(HandlerIO handler)
static MerkleTreeAlgo
VerifyMerkleTreeActionHandler. computeMerkleTree(java.io.InputStream inputStream, DigestType digestType)
Compute merkle treeItemStatus
ChecksSecureTraceabilityDataHashesPlugin. execute(WorkerParameters param, HandlerIO handler)
ItemStatus
ChecksSecureTraceabilityDataStoragelogPlugin. execute(WorkerParameters param, HandlerIO handler)
ItemStatus
ExtractSecureTraceabilityDataFilePlugin. execute(WorkerParameters param, HandlerIO handler)
ItemStatus
RetrieveSecureTraceabilityDataFilePlugin. execute(WorkerParameters param, HandlerIO handler)
ItemStatus
TraceabilityFinalizationPlugin. execute(WorkerParameters param, HandlerIO handler)
ItemStatus
TraceabilityLinkedCheckPreparePlugin. execute(WorkerParameters param, HandlerIO handler)
ItemStatus
VerifyMerkleTreeActionHandler. execute(WorkerParameters params, HandlerIO handler)
ItemStatus
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 ProcessingException Modifier and Type Method Description void
TransferReplyFinalizationPlugin. checkMandatoryIOParameter(HandlerIO handler)
void
TransferReplyReportGenerationHandler. checkMandatoryIOParameter(HandlerIO handler)
void
TransferReplyUnitPreparationHandler. checkMandatoryIOParameter(HandlerIO handler)
ItemStatus
CheckAtrAndAddItToWorkspacePlugin. execute(WorkerParameters param, HandlerIO handler)
ItemStatus
SaveAtrPlugin. execute(WorkerParameters param, HandlerIO handler)
ItemStatus
TransferReplyFinalizationPlugin. execute(WorkerParameters param, HandlerIO handler)
ItemStatus
TransferReplyUnitPreparationHandler. execute(WorkerParameters param, HandlerIO handler)
ItemStatus
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 ProcessingException Modifier and Type Method Description void
SortedLevelJsonLineWriter. exportToWorkspace(java.lang.String filename, boolean ascending)
-
Uses of ProcessingException in fr.gouv.vitam.worker.core.utils
Methods in fr.gouv.vitam.worker.core.utils that throw ProcessingException Modifier and Type Method Description static java.util.Map<java.lang.String,ObjectGroupResponse>
PluginHelper. getObjectGroups(java.lang.String[] gotIds, MetaDataClient metadataClient)
-