Uses of Enum Class
fr.gouv.vitam.common.model.ProcessState
Package
Description
Provides
This package contains simple POJOs and DTOs that may be shared commonly by all vitam internal components
Provides common Model classes for the Processing module.
Provides core implementation for the Processing Management module.
-
Uses of ProcessState in fr.gouv.vitam.access.external.client
Modifier and TypeMethodDescriptionboolean
VitamPoolingClient.wait
(int tenantId, String processId, ProcessState state) boolean
VitamPoolingClient.wait
(int tenantId, String processId, ProcessState state, int nbTry, long timeWait, TimeUnit timeUnit) This is a helper method for checking the status of an operation Loop until : - nbTry is reached - state is completed - state is pause and status ordinal is higher than started -
Uses of ProcessState in fr.gouv.vitam.common.model
Modifier and TypeMethodDescriptionItemStatus.getGlobalState()
Get the global statestatic ProcessState
Returns the enum constant of this class with the specified name.static ProcessState[]
ProcessState.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
ProcessState.eval
(ProcessState targetState) Evaluate for the current state if the given state is permitted or notItemStatus.setGlobalState
(ProcessState globalState) ModifierConstructorDescriptionItemStatus
(String itemId, String message, StatusCode globalStatus, List<Integer> statusMeter, Map<String, Object> data, LinkedHashMap<String, ItemStatus> itemsStatus, ProcessState globalState) -
Uses of ProcessState in fr.gouv.vitam.processing.common.model
Modifier and TypeMethodDescriptionProcessWorkflow.getState()
Set the state of the workflow processProcessWorkflow.getTargetState()
Modifier and TypeMethodDescriptionProcessWorkflow.setState
(ProcessState state) Get the state of the workflow processProcessWorkflow.setTargetState
(ProcessState targetState) ModifierConstructorDescriptionProcessWorkflow
(LogbookTypeProcess logbookTypeProcess, StatusCode status, ProcessState state) -
Uses of ProcessState in fr.gouv.vitam.processing.management.core
Modifier and TypeMethodDescriptionprotected void
StateMachine.doRunning
(WorkerParameters workerParameters, ProcessState targetState) Change state of the process to running Can be called only from pause state -
Uses of ProcessState in fr.gouv.vitam.scheduler.server.job.auditobject
Modifier and TypeMethodDescriptionstatic AuditProcessState
AuditProcessState.wrap
(ProcessState state)