Uses of Enum Class
fr.gouv.vitam.common.model.ProcessAction
Packages that use ProcessAction
Package
Description
Provides the web server application for the Access Internal module and the rest resources it uses.
This package contains simple POJOs and DTOs that may be shared commonly by all vitam internal components
Provides core implementation for the Processing Management module.
-
Uses of ProcessAction in fr.gouv.vitam.access.internal.rest
Methods in fr.gouv.vitam.access.internal.rest with parameters of type ProcessActionModifier and TypeMethodDescriptionjavax.ws.rs.core.Response
AccessInternalResourceImpl.startReclassificationWorkflow
(com.fasterxml.jackson.databind.JsonNode reclassificationRequestJson, ProcessAction processAction) -
Uses of ProcessAction in fr.gouv.vitam.common.model
Methods in fr.gouv.vitam.common.model that return ProcessActionModifier and TypeMethodDescriptionstatic ProcessAction
ProcessAction.getProcessAction
(String value) Returns Enum from valuestatic ProcessAction
Returns the enum constant of this class with the specified name.static ProcessAction[]
ProcessAction.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ProcessAction in fr.gouv.vitam.processing.management.core
Methods in fr.gouv.vitam.processing.management.core with parameters of type ProcessActionModifier and TypeMethodDescriptionProcessManagementImpl.execute
(String operationId, Integer tenantId, WorkerParameters workerParameters, Boolean useForcedPause, ProcessAction action)