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 components -
-
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.ResponseAccessInternalResourceImpl. 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 ProcessActionProcessAction. getProcessAction(java.lang.String value)Returns Enum from valuestatic ProcessActionProcessAction. 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.
-