Uses of Interface
fr.gouv.vitam.processing.common.parameter.WorkerParameters
Package
Description
Provides common Parameters classes and utility classes for the Processing module.
Provides API classes for the Processing Distributor module
Provides API classes for the Process Distributor module
Provides core implementation for the Processing Engine module.
Provides API classes for the Processing Management module
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 WorkerParameters in fr.gouv.vitam.processing.common.automation
Modifier and TypeMethodDescriptionvoid
IEventsState.next
(WorkerParameters workerParameters) Like a resume but pause at the next stepvoid
IEventsProcessEngine.onProcessEngineCancel
(WorkerParameters workerParameters) The ProcessEngine callback when the step is cancelledvoid
IEventsProcessEngine.onProcessEngineCompleteStep
(ItemStatus itemStatus, WorkerParameters workerParameters) The ProcessEngine callback on complete step (for any status code)void
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 WorkerParameters in fr.gouv.vitam.processing.common.parameter
Modifier and TypeMethodDescriptionWorkerParameters.putParameterValue
(WorkerParameterName parameterName, String parameterValue) Put parameterValue on mapParameters with parameterName key
If parameterKey already exists, then override it (no check)WorkerParameters.setContainerName
(String containerName) Set the container name valueWorkerParameters.setCurrentStep
(String currentStep) Set the current step valueWorkerParameters.setFromParameters
(WorkerParameters parameters) Set parameters from another WorkerParametersWorkerParameters.setLogbookTypeProcess
(LogbookTypeProcess logbookTypeProcess) Set the logbook Type ProcessSet from map using String as KeyWorkerParameters.setMetadataRequest
(String metadataRequest) Set the request metadata request valueWorkerParameters.setObjectId
(String objectId) Set the object id valueWorkerParameters.setObjectMetadata
(com.fasterxml.jackson.databind.JsonNode objectName) Set the object metadata valueWorkerParameters.setObjectMetadataList
(List<com.fasterxml.jackson.databind.JsonNode> objectMetadataList) Set the object metadata valueWorkerParameters.setObjectName
(String objectName) Set the object name valueWorkerParameters.setObjectNameList
(List<String> objectNameList) Set the object name valueWorkerParameters.setPreviousStep
(String previousStep) Set the previous step valueWorkerParameters.setProcessId
(String processId) Set the process id valueWorkerParameters.setRequestId
(String newRequestId) setRequestId.WorkerParameters.setUrlMetadata
(String urlMetadata) Set the url of metadata resource valueWorkerParameters.setUrlWorkspace
(String urlWorkspace) Set the url of workspace resource valueWorkerParameters.setWorkerGUID
(String workerGUID) Set the worker GUID valueWorkerParameters.setWorkflowIdentifier
(String workflowIdentifier) Set the logbook Type ProcessModifier and TypeMethodDescriptionWorkerParameters.setFromParameters
(WorkerParameters parameters) Set parameters from another WorkerParameters -
Uses of WorkerParameters in fr.gouv.vitam.processing.distributor.api
Modifier and TypeMethodDescriptionProcessDistributor.distribute
(WorkerParameters workParams, Step step, String operationId) Distribute different steps (execute a workflow actions step by step) -
Uses of WorkerParameters in fr.gouv.vitam.processing.distributor.core
Modifier and TypeMethodDescriptionProcessDistributorImpl.distribute
(WorkerParameters workParams, Step step, String operationId) Temporary method for distribution supporting multi-list -
Uses of WorkerParameters in fr.gouv.vitam.processing.engine.api
Modifier and TypeMethodDescriptionProcessEngine.start
(ProcessStep step, WorkerParameters workerParameters) Start the execution of the given step -
Uses of WorkerParameters in fr.gouv.vitam.processing.engine.core
Modifier and TypeMethodDescriptionProcessEngineFactory.create
(WorkerParameters workParams, ProcessDistributor processDistributor) ProcessEngineFactory.create
(WorkerParameters workParams, ProcessDistributor processDistributor, LogbookOperationsClientFactory logbookOperationsClientFactory, WorkspaceClientFactory workspaceClientFactory) ProcessEngineImpl.start
(ProcessStep step, WorkerParameters workerParameters) ModifierConstructorDescriptionProcessEngineImpl
(WorkerParameters workerParameters, ProcessDistributor processDistributor, LogbookOperationsClientFactory logbookOperationsClientFactory, WorkspaceClientFactory workspaceClientFactory) -
Uses of WorkerParameters in fr.gouv.vitam.processing.management.api
Modifier and TypeMethodDescriptionProcessManagement.init
(WorkerParameters workerParameters, String workflowId) Init a new process workflowProcessManagement.next
(WorkerParameters workerParameters, Integer tenantId) Handle a next action for the corresponding process workflowProcessManagement.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 WorkerParameters in fr.gouv.vitam.processing.management.core
Modifier 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) protected void
StateMachine.executeFinalStep
(WorkerParameters workerParameters) Execute the final step of the workflow Update global status of the workflow Persist the process workflowprotected void
StateMachine.findAndExecuteNextStep
(WorkerParameters workerParameters, boolean replayCurrentStep) ProcessManagementImpl.init
(WorkerParameters workerParameters, String workflowId) ProcessManagementImpl.next
(WorkerParameters workerParameters, Integer tenantId) void
StateMachine.next
(WorkerParameters workerParameters) void
StateMachine.onProcessEngineCancel
(WorkerParameters workerParameters) void
StateMachine.onProcessEngineCompleteStep
(ItemStatus itemStatus, WorkerParameters workerParameters) 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 WorkerParameters in fr.gouv.vitam.worker.common
Modifier and TypeMethodDescriptionvoid
DescriptionStep.setWorkParams
(WorkerParameters workParams) Set the workParamsModifierConstructorDescriptionDescriptionStep
(Step step, WorkerParameters workParams) Constructor. -
Uses of WorkerParameters in fr.gouv.vitam.worker.common.utils
Modifier and TypeMethodDescriptionSedaUtils.checkSupportedDataObjectVersion
(WorkerParameters params) check if the version list of the manifest.xml in workspace is validlong
SedaUtils.computeTotalSizeOfObjectsInManifest
(WorkerParameters params) Compute the total size of objects listed in the manifest.xml fileSedaUtils.getMandatoryValues
(WorkerParameters params) get Mandatory values from sedastatic final String
LogbookLifecycleWorkerHelper.getObjectID
(WorkerParameters params) void
ArchiveUnitLifecycleUpdateUtils.logLifecycle
(WorkerParameters params, String auGuid, StatusCode code, String evDetData, LogbookLifeCyclesClient logbookLifeCycleClient) Method used to log lifecycles unitstatic 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) -
Uses of WorkerParameters in fr.gouv.vitam.worker.core.api
Modifier and TypeMethodDescriptiondefault 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 WorkerParameters in fr.gouv.vitam.worker.core.handler
Modifier and TypeMethodDescriptionvoid
ActionHandler.checkMandatoryParameters
(WorkerParameters parameters) Check mandatory parametersAbstractAccessionRegisterAction.execute
(WorkerParameters params, HandlerIO handler) CheckArchiveProfileActionHandler.execute
(WorkerParameters params, HandlerIO handlerIO) CheckArchiveProfileRelationActionHandler.execute
(WorkerParameters params, HandlerIO handlerIO) CheckConcurrentWorkflowLockHandler.execute
(WorkerParameters param, HandlerIO handler) CheckDataObjectPackageActionHandler.execute
(WorkerParameters params, HandlerIO handlerIO) CheckHeaderActionHandler.execute
(WorkerParameters params, HandlerIO handlerIO) CheckIngestContractActionHandler.execute
(WorkerParameters params, HandlerIO ioParam) CheckNoObjectsActionHandler.execute
(WorkerParameters params, HandlerIO handlerIO) CheckObjectsNumberActionHandler.execute
(WorkerParameters params, HandlerIO handlerIO) CheckObjectUnitConsistencyActionHandler.execute
(WorkerParameters params, HandlerIO handler) CheckOriginatingAgencyHandler.execute
(WorkerParameters param, HandlerIO handlerIO) CheckSedaActionHandler.execute
(WorkerParameters params, HandlerIO handlerIO) CheckStorageAvailabilityActionHandler.execute
(WorkerParameters params, HandlerIO handlerIO) CheckVersionActionHandler.execute
(WorkerParameters params, HandlerIO handlerIO) CommitLifeCycleActionHandler.execute
(WorkerParameters params, HandlerIO handlerIO) DummyHandler.execute
(WorkerParameters param, HandlerIO handler) ExtractSedaActionHandler.execute
(WorkerParameters params, HandlerIO handlerIO) IngestAccessionRegisterActionHandler.execute
(WorkerParameters params, HandlerIO handler) IngestPrepareActionHandler.execute
(WorkerParameters param, HandlerIO handler) ListArchiveUnitsActionHandler.execute
(WorkerParameters params, HandlerIO handler) ListRunningIngestsActionHandler.execute
(WorkerParameters params, HandlerIO handler) PrepareStorageInfoActionHandler.execute
(WorkerParameters params, HandlerIO handlerIO) RollBackActionHandler.execute
(WorkerParameters params, HandlerIO handlerIO) TransferNotificationActionHandler.execute
(WorkerParameters params, HandlerIO handlerIO) 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) -
Uses of WorkerParameters in fr.gouv.vitam.worker.core.impl
-
Uses of WorkerParameters in fr.gouv.vitam.worker.core.plugin
Modifier and TypeMethodDescriptionArchiveUnitRulesUpdateActionPlugin.execute
(WorkerParameters params, HandlerIO handler) CheckArchiveUnitProfileActionPlugin.execute
(WorkerParameters params, HandlerIO handlerIO) CheckArchiveUnitSchemaActionPlugin.execute
(WorkerParameters params, HandlerIO handler) CheckAttachementActionHandler.execute
(WorkerParameters param, HandlerIO handlerIO) CheckClassificationLevelActionPlugin.execute
(WorkerParameters param, HandlerIO handler) CheckConformityActionPlugin.execute
(WorkerParameters params, HandlerIO handlerIO) CheckObjectGroupSchemaActionPlugin.execute
(WorkerParameters params, HandlerIO handler) CheckObjectSizeActionPlugin.execute
(WorkerParameters params, HandlerIO handlerIO) FormatIdentificationActionPlugin.execute
(WorkerParameters params, HandlerIO handlerIO) GenericReportGenerationHandler.execute
(WorkerParameters param, HandlerIO handler) IndexObjectGroupActionPlugin.execute
(WorkerParameters params, HandlerIO param) IndexUnitActionPlugin.execute
(WorkerParameters params, HandlerIO param) PrepareStorageStrategiesPlugin.execute
(WorkerParameters params, HandlerIO handlerIO) RunningIngestsUpdateActionPlugin.execute
(WorkerParameters params, HandlerIO handler) StoreMetaDataObjectGroupActionPlugin.execute
(WorkerParameters params, HandlerIO handlerIO) StoreMetaDataUnitActionPlugin.execute
(WorkerParameters params, HandlerIO handlerIO) StoreObjectGroupActionPlugin.execute
(WorkerParameters param, HandlerIO handler) UnitsRulesComputePlugin.execute
(WorkerParameters params, HandlerIO handler) UpdateObjectGroupPlugin.execute
(WorkerParameters params, HandlerIO handlerIO) UpdateUnitFinalize.execute
(WorkerParameters param, HandlerIO handler) IndexObjectGroupActionPlugin.executeList
(WorkerParameters workerParameters, HandlerIO handler) IndexUnitActionPlugin.executeList
(WorkerParameters workerParameters, HandlerIO handlerIO) StoreMetaDataObjectGroupActionPlugin.executeList
(WorkerParameters params, HandlerIO handlerIO) StoreMetaDataUnitActionPlugin.executeList
(WorkerParameters params, HandlerIO handlerIO) StoreObjectGroupActionPlugin.executeList
(WorkerParameters params, HandlerIO handlerIO) protected Report
GenericReportGenerationHandler.generateReport
(WorkerParameters param, LogbookOperation logbook) protected abstract LogbookOperation
GenericReportGenerationHandler.getLogbookInformation
(WorkerParameters param) void
StoreMetaDataObjectGroupActionPlugin.storeDocumentsWithLfc
(WorkerParameters params, HandlerIO handlerIO, List<String> objectGroupIds) void
StoreMetaDataUnitActionPlugin.storeDocumentsWithLfc
(WorkerParameters params, HandlerIO handlerIO, List<String> unitIds) -
Uses of WorkerParameters in fr.gouv.vitam.worker.core.plugin.audit
Modifier and TypeMethodDescriptionAuditCheckObjectPlugin.execute
(WorkerParameters param, HandlerIO handler) AuditFinalizePlugin.execute
(WorkerParameters param, HandlerIO handler) AuditPreparePlugin.execute
(WorkerParameters param, HandlerIO handler) -
Uses of WorkerParameters in fr.gouv.vitam.worker.core.plugin.bulkatomicupdate
Modifier 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 WorkerParameters in fr.gouv.vitam.worker.core.plugin.common
Modifier and TypeMethodDescriptionCheckDistributionThreshold.execute
(WorkerParameters param, HandlerIO handler) -
Uses of WorkerParameters in fr.gouv.vitam.worker.core.plugin.computeinheritedrules
Modifier and TypeMethodDescriptionComputedInheritedRulesCheckDistributionThreshold.execute
(WorkerParameters param, HandlerIO handler) ComputeInheritedRulesActionPlugin.execute
(WorkerParameters param, HandlerIO handler) ComputeInheritedRulesDeletePlugin.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) ComputeInheritedRulesInvalidatorPlugin.executeList
(WorkerParameters workerParameters, HandlerIO handler) -
Uses of WorkerParameters in fr.gouv.vitam.worker.core.plugin.deleteGotVersions.handlers
Modifier and TypeMethodDescriptionDeleteGotVersionsAccessionRegisterUpdatePlugin.execute
(WorkerParameters params, HandlerIO handler) DeleteGotVersionsFinalizationPlugin.execute
(WorkerParameters param, HandlerIO handler) DeleteGotVersionsPreparationPlugin.execute
(WorkerParameters param, HandlerIO handler) DeleteGotVersionsActionPlugin.executeList
(WorkerParameters params, HandlerIO handler) DeleteGotVersionsStoragePlugin.executeList
(WorkerParameters param, HandlerIO handler) DeleteGotVersionsStoreMetadataAndLfcPlugin.executeList
(WorkerParameters params, HandlerIO handler) -
Uses of WorkerParameters in fr.gouv.vitam.worker.core.plugin.dip
Modifier and TypeMethodDescriptionCreateManifest.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 WorkerParameters in fr.gouv.vitam.worker.core.plugin.elimination
Modifier and TypeMethodDescriptionstatic EliminationAnalysisResult
EliminationUtils.computeEliminationAnalysisForUnitWithInheritedRules
(com.fasterxml.jackson.databind.JsonNode unit, EliminationAnalysisService eliminationAnalysisService, WorkerParameters param, LocalDate expirationDate) 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 WorkerParameters in fr.gouv.vitam.worker.core.plugin.evidence
Modifier 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 WorkerParameters in fr.gouv.vitam.worker.core.plugin.ingestcleanup
Modifier 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) IngestCleanupDeleteUnitPlugin.executeList
(WorkerParameters param, HandlerIO handler) -
Uses of WorkerParameters in fr.gouv.vitam.worker.core.plugin.lfc_traceability
Modifier and TypeMethodDescriptionBuildObjectGroupTraceabilityActionPlugin.execute
(WorkerParameters params, HandlerIO handler) BuildUnitTraceabilityActionPlugin.execute
(WorkerParameters params, HandlerIO handler) FinalizeLifecycleTraceabilityActionPlugin.execute
(WorkerParameters params, HandlerIO handler) GenerateObjectGroupLifecycleTraceabilityActionPlugin.execute
(WorkerParameters params, HandlerIO handler) GenerateUnitLifecycleTraceabilityActionPlugin.execute
(WorkerParameters params, HandlerIO handler) PrepareObjectGroupLfcTraceabilityActionPlugin.execute
(WorkerParameters params, HandlerIO handler) PrepareUnitLfcTraceabilityActionPlugin.execute
(WorkerParameters params, HandlerIO handler) -
Uses of WorkerParameters in fr.gouv.vitam.worker.core.plugin.massprocessing
Modifier and TypeMethodDescriptionPrepareUpdateUnits.execute
(WorkerParameters param, HandlerIO handler) Execute an actionUnitMetadataRulesUpdateCheckConsistency.execute
(WorkerParameters param, HandlerIO handler) Execute an action -
Uses of WorkerParameters in fr.gouv.vitam.worker.core.plugin.massprocessing.description
Modifier and TypeMethodDescriptionMassUpdateCheck.execute
(WorkerParameters param, HandlerIO handler) MassUpdateUnitsProcess.execute
(WorkerParameters param, HandlerIO handler) MassUpdateUnitsProcess.executeList
(WorkerParameters workerParameters, HandlerIO handler) -
Uses of WorkerParameters in fr.gouv.vitam.worker.core.plugin.massprocessing.management
Modifier and TypeMethodDescriptionMassUpdateRulesCheck.execute
(WorkerParameters param, HandlerIO handler) MassUpdateUnitsRulesProcess.execute
(WorkerParameters param, HandlerIO handler) Execute an actionMassUpdateUnitsRulesProcess.executeList
(WorkerParameters workerParameters, HandlerIO handler) executeList for bulk update units.protected void
MassUpdateUnitsRulesProcess.saveUnitWithLfc
(MetaDataClient mdClient, LogbookLifeCyclesClient lfcClient, StorageClient storageClient, HandlerIO handler, WorkerParameters params, String guid, String fileName) Store Unit with LFC by storing UNIT+LFC in workspace then storing in offers. -
Uses of WorkerParameters in fr.gouv.vitam.worker.core.plugin.migration
Modifier and TypeMethodDescriptionMigrationFinalize.execute
(WorkerParameters param, HandlerIO handlerIO) MigrationUnitPrepare.execute
(WorkerParameters param, HandlerIO handler) MigrationUnits.execute
(WorkerParameters param, HandlerIO handler) MigrationUnits.executeList
(WorkerParameters workerParameters, HandlerIO handler) -
Uses of WorkerParameters in fr.gouv.vitam.worker.core.plugin.preservation
Modifier and TypeMethodDescriptionPreservationAccessionRegisterActionHandler.execute
(WorkerParameters params, HandlerIO handler) PreservationFinalizationPlugin.execute
(WorkerParameters param, HandlerIO handler) PreservationPreparationInsertionAuMetadata.execute
(WorkerParameters workerParameters, HandlerIO handler) PreservationPreparationPlugin.execute
(WorkerParameters param, 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) PreservationStorageMetadataAndLfc.executeList
(WorkerParameters params, HandlerIO handlerIO) PreservationTesseractPlugin.executeList
(WorkerParameters workerParameters, HandlerIO handler) PreservationUnitMetadataSecurityChecks.executeList
(WorkerParameters workerParameters, HandlerIO handler) PreservationUpdateObjectGroupPlugin.executeList
(WorkerParameters workerParameters, HandlerIO handler) protected void
PreservationAccessionRegisterActionHandler.prepareAccessionRegisterInformation
(WorkerParameters params, HandlerIO handler, AbstractAccessionRegisterAction.AccessionRegisterInfo accessionRegisterInfo) -
Uses of WorkerParameters in fr.gouv.vitam.worker.core.plugin.probativevalue
Modifier and TypeMethodDescriptionProbativeCreateDistributionFile.execute
(WorkerParameters param, HandlerIO handler) ProbativeCreateReport.execute
(WorkerParameters param, HandlerIO handler) ProbativeCreateReportEntry.execute
(WorkerParameters param, HandlerIO handler) -
Uses of WorkerParameters in fr.gouv.vitam.worker.core.plugin.purge
Modifier and TypeMethodDescriptionPurgeAccessionRegisterPreparationHandler.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) PurgeDeleteObjectGroupPlugin.executeList
(WorkerParameters param, HandlerIO handler) PurgeUnitPlugin.executeList
(WorkerParameters param, HandlerIO handler) -
Uses of WorkerParameters in fr.gouv.vitam.worker.core.plugin.reclassification
Modifier and TypeMethodDescriptionAbstractGraphComputePlugin.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) AbstractGraphComputePlugin.executeList
(WorkerParameters workerParameters, HandlerIO handler) -
Uses of WorkerParameters in fr.gouv.vitam.worker.core.plugin.revertupdate
Modifier and TypeMethodDescriptionRevertUpdateUnitCheckPlugin.execute
(WorkerParameters param, HandlerIO handler) -
Uses of WorkerParameters in fr.gouv.vitam.worker.core.plugin.traceability
Modifier and TypeMethodDescriptionChecksSecureTraceabilityDataHashesPlugin.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 WorkerParameters in fr.gouv.vitam.worker.core.plugin.transfer.reply
Modifier and TypeMethodDescriptionCheckAtrAndAddItToWorkspacePlugin.execute
(WorkerParameters param, HandlerIO handler) SaveAtrPlugin.execute
(WorkerParameters param, HandlerIO handler) TransferReplyDeleteSIP.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 WorkerParameters in fr.gouv.vitam.worker.core.utils
Modifier and TypeMethodDescriptionstatic List<ItemStatus>
PluginHelper.buildBulkItemStatus
(WorkerParameters param, String action, StatusCode statusCode) static <TEventDetails>
List<ItemStatus>PluginHelper.buildBulkItemStatus
(WorkerParameters param, String action, StatusCode statusCode, TEventDetails eventDetails) -
Uses of WorkerParameters in fr.vitam.plugin.custom
Modifier and TypeMethodDescriptionHelloWorldPlugin.execute
(WorkerParameters workerParameters, HandlerIO handlerIO)