Uses of Class
fr.gouv.vitam.common.utils.SupportedSedaVersions
-
Packages that use SupportedSedaVersions Package Description fr.gouv.vitam.common.manifest fr.gouv.vitam.common.utils -
-
Uses of SupportedSedaVersions in fr.gouv.vitam.common.manifest
Methods in fr.gouv.vitam.common.manifest with parameters of type SupportedSedaVersions Modifier and Type Method Description void
ManifestBuilder. startDocument(java.lang.String operationId, ExportType exportType, ExportRequestParameters exportRequestParameters, SupportedSedaVersions supportedSedaVersion)
-
Uses of SupportedSedaVersions in fr.gouv.vitam.common.utils
Methods in fr.gouv.vitam.common.utils that return SupportedSedaVersions Modifier and Type Method Description static SupportedSedaVersions
SupportedSedaVersions. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SupportedSedaVersions[]
SupportedSedaVersions. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in fr.gouv.vitam.common.utils that return types with arguments of type SupportedSedaVersions Modifier and Type Method Description static java.util.Optional<SupportedSedaVersions>
SupportedSedaVersions. getSupportedSedaVersionByVersion(java.lang.String sedaVersion)
-