Package | Description |
---|---|
fr.gouv.vitam.common.model.processing |
Provides common public Model classes for the Processing module.
|
fr.gouv.vitam.processing.common.automation | |
fr.gouv.vitam.processing.management.core |
Provides core implementation for the Processing Management module.
|
fr.gouv.vitam.worker.client.exception |
Provides exception classes used for the Worker Client module
|
Modifier and Type | Method and Description |
---|---|
PauseOrCancelAction |
Step.getPauseOrCancelAction() |
static PauseOrCancelAction |
PauseOrCancelAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PauseOrCancelAction[] |
PauseOrCancelAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Step |
Step.setPauseOrCancelAction(PauseOrCancelAction pauseOrCancelAction) |
Modifier and Type | Method and Description |
---|---|
void |
IEventsProcessEngine.onPauseOrCancel(PauseOrCancelAction pauseOrCancelAction,
WorkerParameters workerParameters)
The ProcessEngine callback onPauseOrCancel when the step is paused or cancelled
|
Modifier and Type | Method and Description |
---|---|
void |
StateMachine.onPauseOrCancel(PauseOrCancelAction pauseCancelAction,
WorkerParameters workerParameters) |
Modifier and Type | Method and Description |
---|---|
PauseOrCancelAction |
PauseCancelException.getPauseOrCancelAction()
Get the action
|
Constructor and Description |
---|
PauseCancelException(PauseOrCancelAction pauseCancelAction)
Constructor
|
Copyright © 2018 Vitam. All rights reserved.