Uses of Enum Class
fr.gouv.vitam.common.utils.SupportedSedaVersions
Package
Description
Provides common utility classes for the Worker module.
-
Uses of SupportedSedaVersions in fr.gouv.vitam.common.manifest
ModifierConstructorDescriptionManifestBuilder
(OutputStream outputStream, SupportedSedaVersions supportedSedaVersion) -
Uses of SupportedSedaVersions in fr.gouv.vitam.common.mapping.dip
Modifier and TypeMethodDescriptionfr.gouv.culture.archivesdefrance.seda.v2.ArchiveUnitType
ArchiveUnitMapper.map
(ArchiveUnitModel model, SupportedSedaVersions supportedSedaVersion) fr.gouv.culture.archivesdefrance.seda.v2.DescriptiveMetadataContentType
DescriptiveMetadataMapper.map
(DescriptiveMetadataModel metadataModel, List<ArchiveUnitHistoryModel> historyListModel, SupportedSedaVersions supportedSedaVersion) Map local DescriptiveMetadataModel to jaxb DescriptiveMetadataContentType -
Uses of SupportedSedaVersions in fr.gouv.vitam.common.utils
Modifier and TypeMethodDescriptionstatic SupportedSedaVersions
Returns the enum constant of this class with the specified name.static SupportedSedaVersions[]
SupportedSedaVersions.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic Optional<SupportedSedaVersions>
SupportedSedaVersions.getSupportedSedaVersionByVersion
(String sedaVersion) static Optional<SupportedSedaVersions>
SupportedSedaVersions.getSupportedSedaVersionByXmlNamespace
(String xmlNamespace) -
Uses of SupportedSedaVersions in fr.gouv.vitam.worker.common.utils
Modifier and TypeMethodDescriptionSedaXsdValidatorProvider.getValidator
(SupportedSedaVersions supportedSedaVersions)