Package | Description |
---|---|
fr.gouv.vitam.access.external.client |
Provides
|
fr.gouv.vitam.common.model |
This package contains simple POJOs and DTOs that may be shared commonly by all vitam internal components
|
fr.gouv.vitam.processing.common.model |
Provides common Model classes for the Processing module.
|
fr.gouv.vitam.processing.management.core |
Provides core implementation for the Processing Management module.
|
Modifier and Type | Method and Description |
---|---|
boolean |
VitamPoolingClient.wait(int tenantId,
String processId,
ProcessState state) |
boolean |
VitamPoolingClient.wait(int tenantId,
String processId,
ProcessState state,
int nbTry,
long timeWait,
TimeUnit timeUnit)
This is a helper method for checking the status of an operation
Loop until :
- nbTry is reached
- state is completed
- state is pause and status ordinal is higher than started
|
Modifier and Type | Field and Description |
---|---|
protected ProcessState |
ItemStatus.globalState |
Modifier and Type | Method and Description |
---|---|
ProcessState |
ItemStatus.getGlobalState()
Get the global state
|
static ProcessState |
ProcessState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProcessState[] |
ProcessState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ProcessState.eval(ProcessState processState)
Evaluate for the current state if the given state is permitted or not
|
ItemStatus |
ItemStatus.setGlobalState(ProcessState globalState) |
Constructor and Description |
---|
ItemStatus(String itemId,
String message,
StatusCode globalStatus,
List<Integer> statusMeter,
Map<String,Object> data,
LinkedHashMap<String,ItemStatus> itemsStatus,
String evDetailData,
ProcessState globalState) |
Modifier and Type | Method and Description |
---|---|
ProcessState |
ProcessWorkflow.getState()
Set the state of the workflow process
|
Modifier and Type | Method and Description |
---|---|
ProcessWorkflow |
ProcessWorkflow.setState(ProcessState state)
Get the state of the workflow process
|
Modifier and Type | Method and Description |
---|---|
protected void |
StateMachine.doReplay(WorkerParameters workerParameters,
ProcessState targetState)
Change state of the process to running Can be called only from pause state
|
protected void |
StateMachine.doRunning(WorkerParameters workerParameters,
ProcessState targetState)
Change state of the process to running Can be called only from pause state
|
Copyright © 2018 Vitam. All rights reserved.