Package | Description |
---|---|
fr.gouv.vitam.processing.common.model |
Provides common Model classes for the Processing module.
|
fr.gouv.vitam.processing.engine.api |
Provides API classes for the Process Distributor module
|
fr.gouv.vitam.processing.engine.core |
Provides core implementation for the Processing Engine module.
|
Modifier and Type | Method and Description |
---|---|
ProcessStep |
ProcessStep.setElementProcessed(long elementProcessed) |
ProcessStep |
ProcessStep.setElementToProcess(long elementToProcess) |
ProcessStep |
ProcessStep.setStepStatusCode(StatusCode stepStatusCode) |
Modifier and Type | Method and Description |
---|---|
List<ProcessStep> |
ProcessWorkflow.getSteps() |
Modifier and Type | Method and Description |
---|---|
ProcessWorkflow |
ProcessWorkflow.setSteps(List<ProcessStep> steps) |
Modifier and Type | Method and Description |
---|---|
void |
ProcessEngine.start(ProcessStep step,
WorkerParameters workerParameters,
Map<String,String> params,
PauseRecover pauseRecover)
Start the execution of the given step
|
Modifier and Type | Method and Description |
---|---|
void |
ProcessEngineImpl.start(ProcessStep step,
WorkerParameters workerParameters,
Map<String,String> params,
PauseRecover pauseRecover) |
Copyright © 2018 Vitam. All rights reserved.