Uses of Class
fr.gouv.vitam.common.model.processing.Step
Package
Description
Provides common public Model classes for the Processing module.
Provides common Model classes for the Processing module.
Provides API classes for the Processing Distributor module
Provides common classes for the Worker module.
Provides API definition for the Worker Core module.
Provides
-
Uses of Step in fr.gouv.vitam.common.model.processing
Modifier and TypeFieldDescriptionWorkFlow.steps
steps properties, must be defined in JSON file(required)Modifier and TypeMethodDescriptionStep.setActions
(List<Action> actions) Step.setBehavior
(ProcessBehavior behavior) Step.setDistribution
(Distribution distribution) setDistributionStep.setPauseOrCancelAction
(PauseOrCancelAction pauseOrCancelAction) Step.setStepName
(String stepName) Step.setStepResponses
(ItemStatus stepResponses) Step.setWorkerGroupId
(String workerGroupId) Modifier and TypeMethodDescriptionsetSteps, set the steps to workflow -
Uses of Step in fr.gouv.vitam.processing.common.model
ModifierConstructorDescriptionProcessStep
(Step step, String containerName, String workflowId, int position, AtomicLong elementToProcess, AtomicLong elementProcessed) Constructor to initalize a Process Step with a Step objectProcessStep
(Step step, String id, String containerName, String workflowId, int position, AtomicLong elementToProcess, AtomicLong elementProcessed) ProcessStep
(Step step, AtomicLong elementToProcess, AtomicLong elementProcessed) Constructor to initialize a Process Step with a Step objectProcessStep
(Step step, AtomicLong elementToProcess, AtomicLong elementProcessed, String id) -
Uses of Step 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 Step 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 Step in fr.gouv.vitam.worker.common
ModifierConstructorDescriptionDescriptionStep
(Step step, WorkerParameters workParams) Constructor. -
Uses of Step in fr.gouv.vitam.worker.core.api
Modifier and TypeMethodDescriptionWorker.run
(WorkerParameters workParams, Step step) Worker execute the step's actions -
Uses of Step in fr.gouv.vitam.worker.core.impl