Uses of Enum Class
fr.gouv.vitam.common.model.processing.PauseOrCancelAction
Package
Description
Provides common public Model classes for the Processing module.
Provides exception classes used for the Worker Client module
-
Uses of PauseOrCancelAction in fr.gouv.vitam.common.model.processing
Modifier and TypeMethodDescriptionStep.getPauseOrCancelAction()
static PauseOrCancelAction
Returns the enum constant of this class with the specified name.static PauseOrCancelAction[]
PauseOrCancelAction.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionStep.setPauseOrCancelAction
(PauseOrCancelAction pauseOrCancelAction) -
Uses of PauseOrCancelAction in fr.gouv.vitam.worker.client.exception
ModifierConstructorDescriptionPauseCancelException
(PauseOrCancelAction pauseCancelAction) Constructor