Uses of Enum Class
fr.gouv.vitam.common.model.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
Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionProcessManagementImpl.execute
(String operationId, Integer tenantId, WorkerParameters workerParameters, Boolean useForcedPause, ProcessAction action)