Uses of Class
fr.gouv.vitam.processing.common.model.PauseRecover
-
Packages that use PauseRecover Package Description 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. -
-
Uses of PauseRecover in fr.gouv.vitam.processing.common.model
Methods in fr.gouv.vitam.processing.common.model that return PauseRecover Modifier and Type Method Description PauseRecover
ProcessWorkflow. getPauseRecover()
static PauseRecover
PauseRecover. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static PauseRecover[]
PauseRecover. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in fr.gouv.vitam.processing.common.model with parameters of type PauseRecover Modifier and Type Method Description ProcessWorkflow
ProcessWorkflow. setPauseRecover(PauseRecover pauseRecover)
-
Uses of PauseRecover in fr.gouv.vitam.processing.management.core
Methods in fr.gouv.vitam.processing.management.core with parameters of type PauseRecover Modifier and Type Method Description protected void
StateMachine. doPause(PauseRecover pauseRecover)
Change state of the process to pause Can be called only from running state If last step then change state to completed
-