Uses of Class
fr.gouv.vitam.common.model.processing.Step
Packages that use 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
Fields in fr.gouv.vitam.common.model.processing with type parameters of type StepModifier and TypeFieldDescriptionWorkFlow.steps
steps properties, must be defined in JSON file(required)Methods in fr.gouv.vitam.common.model.processing that return StepModifier 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) Methods in fr.gouv.vitam.common.model.processing that return types with arguments of type StepMethod parameters in fr.gouv.vitam.common.model.processing with type arguments of type StepModifier and TypeMethodDescriptionsetSteps, set the steps to workflowConstructor parameters in fr.gouv.vitam.common.model.processing with type arguments of type Step -
Uses of Step in fr.gouv.vitam.processing.common.model
Subclasses of Step in fr.gouv.vitam.processing.common.modelConstructors in fr.gouv.vitam.processing.common.model with parameters of type StepModifierConstructorDescriptionProcessStep
(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
Methods in fr.gouv.vitam.processing.distributor.api with parameters of type StepModifier 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
Methods in fr.gouv.vitam.processing.distributor.core that return StepMethods in fr.gouv.vitam.processing.distributor.core with parameters of type StepModifier 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
Methods in fr.gouv.vitam.worker.common that return StepMethods in fr.gouv.vitam.worker.common with parameters of type StepConstructors in fr.gouv.vitam.worker.common with parameters of type StepModifierConstructorDescriptionDescriptionStep
(Step step, WorkerParameters workParams) Constructor. -
Uses of Step in fr.gouv.vitam.worker.core.api
Methods in fr.gouv.vitam.worker.core.api with parameters of type StepModifier and TypeMethodDescriptionWorker.run
(WorkerParameters workParams, Step step) Worker execute the step's actions -
Uses of Step in fr.gouv.vitam.worker.core.impl
Methods in fr.gouv.vitam.worker.core.impl with parameters of type Step