Uses of Class
fr.gouv.vitam.common.model.processing.PauseOrCancelAction
-
Packages that use PauseOrCancelAction Package Description fr.gouv.vitam.common.model.processing Provides common public Model classes for the Processing module.fr.gouv.vitam.worker.client.exception 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 PauseOrCancelAction Modifier and Type Method Description PauseOrCancelAction
Step. getPauseOrCancelAction()
static PauseOrCancelAction
PauseOrCancelAction. valueOf(java.lang.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.Methods in fr.gouv.vitam.common.model.processing with parameters of type PauseOrCancelAction Modifier and Type Method Description Step
Step. setPauseOrCancelAction(PauseOrCancelAction pauseOrCancelAction)
-
Uses of PauseOrCancelAction in fr.gouv.vitam.worker.client.exception
Methods in fr.gouv.vitam.worker.client.exception that return PauseOrCancelAction Modifier and Type Method Description PauseOrCancelAction
PauseCancelException. getPauseOrCancelAction()
Get the actionConstructors in fr.gouv.vitam.worker.client.exception with parameters of type PauseOrCancelAction Constructor Description PauseCancelException(PauseOrCancelAction pauseCancelAction)
Constructor
-