Package | Description |
---|---|
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 module
|
fr.gouv.vitam.processing.distributor.v2 | |
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.
|
fr.gouv.vitam.processing.management.core |
Provides core implementation for the Processing Management module.
|
Modifier and Type | Method and Description |
---|---|
PauseRecover |
ProcessWorkflow.getPauseRecover() |
static PauseRecover |
PauseRecover.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PauseRecover[] |
PauseRecover.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ProcessWorkflow.setPauseRecover(PauseRecover pauseRecover) |
Modifier and Type | Method and Description |
---|---|
ItemStatus |
ProcessDistributor.distribute(WorkerParameters workParams,
Step step,
String operationId,
PauseRecover pauseRecover)
Distribute different steps (execute a workflow actions step by step)
|
Modifier and Type | Method and Description |
---|---|
ItemStatus |
ProcessDistributorImpl.distribute(WorkerParameters workParams,
Step step,
String operationId,
PauseRecover pauseRecover)
Temporary method for distribution supporting multi-list
|
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) |
Modifier and Type | Method and Description |
---|---|
protected void |
StateMachine.doPause(PauseRecover pauseRecover)
Change state of the process to pause Can be called only from running state If last step then change state to
completed
|
protected void |
StateMachine.executeSteps(WorkerParameters workerParameters,
PauseRecover pauseRecover,
boolean backwards)
Execute steps of the workflow and manage index of the current step Call engine to execute the current step
|
Copyright © 2018 Vitam. All rights reserved.