Uses of Class
fr.gouv.vitam.common.model.processing.Step
-
Packages that use Step Package Description fr.gouv.vitam.common.model.processing Provides common public Model classes for the Processing module.fr.gouv.vitam.processing.common.model Provides common Model classes for the Processing module.fr.gouv.vitam.processing.distributor.api Provides API classes for the Processing Distributor modulefr.gouv.vitam.processing.distributor.core fr.gouv.vitam.worker.common Provides common classes for the Worker module.fr.gouv.vitam.worker.core.api Provides API definition for the Worker Core module.fr.gouv.vitam.worker.core.impl Provides -
-
Uses of Step in fr.gouv.vitam.common.model.processing
Fields in fr.gouv.vitam.common.model.processing with type parameters of type Step Modifier and Type Field Description protected java.util.List<Step>
WorkFlow. steps
steps properties, must be defined in JSON file(required)Methods in fr.gouv.vitam.common.model.processing that return Step Modifier and Type Method Description Step
Step. setActions(java.util.List<Action> actions)
Step
Step. setBehavior(ProcessBehavior behavior)
Step
Step. setDistribution(Distribution distribution)
setDistributionStep
Step. setPauseOrCancelAction(PauseOrCancelAction pauseOrCancelAction)
Step
Step. setStepName(java.lang.String stepName)
Step
Step. setStepResponses(ItemStatus stepResponses)
Step
Step. setWorkerGroupId(java.lang.String workerGroupId)
Methods in fr.gouv.vitam.common.model.processing that return types with arguments of type Step Modifier and Type Method Description java.util.List<Step>
WorkFlow. getSteps()
getSteps(), get all step of workflowMethod parameters in fr.gouv.vitam.common.model.processing with type arguments of type Step Modifier and Type Method Description WorkFlow
WorkFlow. setSteps(java.util.List<Step> steps)
setSteps, set the steps to workflowConstructor parameters in fr.gouv.vitam.common.model.processing with type arguments of type Step Constructor Description WorkFlow(java.lang.String id, java.lang.String name, java.lang.String identifier, java.lang.String typeProc, java.lang.String comment, LifecycleState lifecycleLog, java.util.List<Step> steps)
-
Uses of Step in fr.gouv.vitam.processing.common.model
Subclasses of Step in fr.gouv.vitam.processing.common.model Modifier and Type Class Description class
ProcessStep
Step Object in process workflowConstructors in fr.gouv.vitam.processing.common.model with parameters of type Step Constructor Description ProcessStep(Step step, java.lang.String containerName, java.lang.String workflowId, int position, java.util.concurrent.atomic.AtomicLong elementToProcess, java.util.concurrent.atomic.AtomicLong elementProcessed)
Constructor to initalize a Process Step with a Step objectProcessStep(Step step, java.lang.String id, java.lang.String containerName, java.lang.String workflowId, int position, java.util.concurrent.atomic.AtomicLong elementToProcess, java.util.concurrent.atomic.AtomicLong elementProcessed)
ProcessStep(Step step, java.util.concurrent.atomic.AtomicLong elementToProcess, java.util.concurrent.atomic.AtomicLong elementProcessed)
Constructor to initialize a Process Step with a Step objectProcessStep(Step step, java.util.concurrent.atomic.AtomicLong elementToProcess, java.util.concurrent.atomic.AtomicLong elementProcessed, java.lang.String id)
-
Uses of Step in fr.gouv.vitam.processing.distributor.api
Methods in fr.gouv.vitam.processing.distributor.api with parameters of type Step Modifier and Type Method Description ItemStatus
ProcessDistributor. distribute(WorkerParameters workParams, Step step, java.lang.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 Step Modifier and Type Method Description Step
WorkerTask. getStep()
Methods in fr.gouv.vitam.processing.distributor.core with parameters of type Step Modifier and Type Method Description ItemStatus
ProcessDistributorImpl. distribute(WorkerParameters workParams, Step step, java.lang.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 Step Modifier and Type Method Description Step
DescriptionStep. getStep()
Get the stepMethods in fr.gouv.vitam.worker.common with parameters of type Step Modifier and Type Method Description void
DescriptionStep. setStep(Step step)
Set the stepConstructors in fr.gouv.vitam.worker.common with parameters of type Step Constructor Description DescriptionStep(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 Step Modifier and Type Method Description ItemStatus
Worker. 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 Modifier and Type Method Description ItemStatus
WorkerImpl. run(WorkerParameters workParams, Step step)
-