Uses of Class
fr.gouv.vitam.common.model.ProcessAction
-
Packages that use ProcessAction Package Description fr.gouv.vitam.access.internal.rest Provides the web server application for the Access Internal module and the rest resources it uses.fr.gouv.vitam.common.model This package contains simple POJOs and DTOs that may be shared commonly by all vitam internal componentsfr.gouv.vitam.processing.management.core 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 ProcessAction Modifier and Type Method Description javax.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 ProcessAction Modifier and Type Method Description static ProcessAction
ProcessAction. getProcessAction(java.lang.String value)
Returns Enum from valuestatic ProcessAction
ProcessAction. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ProcessAction[]
ProcessAction. values()
Returns an array containing the constants of this enum type, 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 ProcessAction Modifier and Type Method Description ItemStatus
ProcessManagementImpl. execute(java.lang.String operationId, java.lang.Integer tenantId, WorkerParameters workerParameters, java.lang.Boolean useForcedPause, ProcessAction action)
-