Uses of Enum Class
fr.gouv.vitam.common.model.PreservationVersion
Package
Description
This package contains simple POJOs and DTOs that may be shared commonly by all vitam internal components
-
Uses of PreservationVersion in fr.gouv.vitam.common.model
Modifier and TypeMethodDescriptionPreservationRequest.getVersion()
static PreservationVersion
Returns the enum constant of this class with the specified name.static PreservationVersion[]
PreservationVersion.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionPreservationRequest
(com.fasterxml.jackson.databind.JsonNode dslQuery, String scenarioIdentifier, String targetUsage, PreservationVersion version, String sourceUsage)