Uses of Enum Class
fr.gouv.vitam.common.model.processing.PauseOrCancelAction
Packages that use 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
Methods in fr.gouv.vitam.common.model.processing that return PauseOrCancelActionModifier 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.Methods in fr.gouv.vitam.common.model.processing with parameters of type PauseOrCancelActionModifier and TypeMethodDescriptionStep.setPauseOrCancelAction
(PauseOrCancelAction pauseOrCancelAction) -
Uses of PauseOrCancelAction in fr.gouv.vitam.worker.client.exception
Methods in fr.gouv.vitam.worker.client.exception that return PauseOrCancelActionConstructors in fr.gouv.vitam.worker.client.exception with parameters of type PauseOrCancelActionModifierConstructorDescriptionPauseCancelException
(PauseOrCancelAction pauseCancelAction) Constructor