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
|
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
AccessInternalResourceImpl.startReclassificationWorkflow(com.fasterxml.jackson.databind.JsonNode reclassificationRequestJson,
ProcessAction processAction) |
Modifier and Type | Method and Description |
---|---|
static ProcessAction |
ProcessAction.getProcessAction(String value)
Returns Enum from value
|
static ProcessAction |
ProcessAction.valueOf(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.
|
Copyright © 2018 Vitam. All rights reserved.