Uses of Enum Class
fr.gouv.vitam.common.model.ProcessState
Packages that use 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
Methods in fr.gouv.vitam.access.external.client with parameters of type ProcessStateModifier 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
Methods in fr.gouv.vitam.common.model that return ProcessStateModifier 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.Methods in fr.gouv.vitam.common.model with parameters of type ProcessStateModifier and TypeMethodDescriptionvoid
ProcessState.eval
(ProcessState targetState) Evaluate for the current state if the given state is permitted or notItemStatus.setGlobalState
(ProcessState globalState) Constructors in fr.gouv.vitam.common.model with parameters of type ProcessStateModifierConstructorDescriptionItemStatus
(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
Methods in fr.gouv.vitam.processing.common.model that return ProcessStateModifier and TypeMethodDescriptionProcessWorkflow.getState()
Set the state of the workflow processProcessWorkflow.getTargetState()
Methods in fr.gouv.vitam.processing.common.model with parameters of type ProcessStateModifier and TypeMethodDescriptionProcessWorkflow.setState
(ProcessState state) Get the state of the workflow processProcessWorkflow.setTargetState
(ProcessState targetState) Constructors in fr.gouv.vitam.processing.common.model with parameters of type ProcessStateModifierConstructorDescriptionProcessWorkflow
(LogbookTypeProcess logbookTypeProcess, StatusCode status, ProcessState state) -
Uses of ProcessState in fr.gouv.vitam.processing.management.core
Methods in fr.gouv.vitam.processing.management.core with parameters of type ProcessStateModifier 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
Methods in fr.gouv.vitam.scheduler.server.job.auditobject with parameters of type ProcessStateModifier and TypeMethodDescriptionstatic AuditProcessState
AuditProcessState.wrap
(ProcessState state)