Uses of Class
fr.gouv.vitam.common.utils.SupportedSedaVersions
-
Packages that use SupportedSedaVersions Package Description fr.gouv.vitam.common.manifest fr.gouv.vitam.common.mapping.dip fr.gouv.vitam.common.utils -
-
Uses of SupportedSedaVersions in fr.gouv.vitam.common.manifest
Constructors in fr.gouv.vitam.common.manifest with parameters of type SupportedSedaVersions Constructor Description ManifestBuilder(java.io.OutputStream outputStream, SupportedSedaVersions supportedSedaVersion)
-
Uses of SupportedSedaVersions in fr.gouv.vitam.common.mapping.dip
Methods in fr.gouv.vitam.common.mapping.dip with parameters of type SupportedSedaVersions Modifier and Type Method Description fr.gouv.culture.archivesdefrance.seda.v2.ArchiveUnitType
ArchiveUnitMapper. map(ArchiveUnitModel model, SupportedSedaVersions supportedSedaVersion)
fr.gouv.culture.archivesdefrance.seda.v2.DescriptiveMetadataContentType
DescriptiveMetadataMapper. map(DescriptiveMetadataModel metadataModel, java.util.List<ArchiveUnitHistoryModel> historyListModel, SupportedSedaVersions supportedSedaVersion)
Map local DescriptiveMetadataModel to jaxb DescriptiveMetadataContentType -
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)
-