Uses of Class
fr.gouv.vitam.common.model.PreservationVersion
-
Packages that use PreservationVersion Package Description fr.gouv.vitam.common.model 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
Methods in fr.gouv.vitam.common.model that return PreservationVersion Modifier and Type Method Description PreservationVersion
PreservationRequest. getVersion()
static PreservationVersion
PreservationVersion. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static PreservationVersion[]
PreservationVersion. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in fr.gouv.vitam.common.model with parameters of type PreservationVersion Constructor Description PreservationRequest(com.fasterxml.jackson.databind.JsonNode dslQuery, java.lang.String scenarioIdentifier, java.lang.String targetUsage, PreservationVersion version, java.lang.String sourceUsage)
-