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.distributor.api Provides API classes for the Processing Distributor modulefr.gouv.vitam.processing.distributor.core fr.gouv.vitam.processing.engine.api Provides API classes for the Process Distributor modulefr.gouv.vitam.processing.engine.core Provides core implementation for the Processing Engine 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 PauseRecoverProcessWorkflow. getPauseRecover()static PauseRecoverPauseRecover. 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 voidProcessWorkflow. setPauseRecover(PauseRecover pauseRecover) -
Uses of PauseRecover in fr.gouv.vitam.processing.distributor.api
Methods in fr.gouv.vitam.processing.distributor.api with parameters of type PauseRecover Modifier and Type Method Description ItemStatusProcessDistributor. distribute(WorkerParameters workParams, Step step, java.lang.String operationId, PauseRecover pauseRecover)Distribute different steps (execute a workflow actions step by step) -
Uses of PauseRecover in fr.gouv.vitam.processing.distributor.core
Methods in fr.gouv.vitam.processing.distributor.core with parameters of type PauseRecover Modifier and Type Method Description ItemStatusProcessDistributorImpl. distribute(WorkerParameters workParams, Step step, java.lang.String operationId, PauseRecover pauseRecover)Temporary method for distribution supporting multi-list -
Uses of PauseRecover in fr.gouv.vitam.processing.engine.api
Methods in fr.gouv.vitam.processing.engine.api with parameters of type PauseRecover Modifier and Type Method Description voidProcessEngine. start(ProcessStep step, WorkerParameters workerParameters, PauseRecover pauseRecover)Start the execution of the given step -
Uses of PauseRecover in fr.gouv.vitam.processing.engine.core
Methods in fr.gouv.vitam.processing.engine.core with parameters of type PauseRecover Modifier and Type Method Description voidProcessEngineImpl. start(ProcessStep step, WorkerParameters workerParameters, 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 voidStateMachine. doPause(PauseRecover pauseRecover)Change state of the process to pause Can be called only from running state If last step then change state to completedprotected voidStateMachine. executeSteps(WorkerParameters workerParameters, PauseRecover pauseRecover, boolean backwards)Execute steps of the workflow and manage index of the current step Call engine to execute the current step
-