Uses of Enum Class
fr.gouv.vitam.common.utils.SupportedSedaVersions
Packages that use SupportedSedaVersions
Package
Description
Provides common utility classes for the Worker module.
-
Uses of SupportedSedaVersions in fr.gouv.vitam.common.manifest
Constructors in fr.gouv.vitam.common.manifest with parameters of type SupportedSedaVersionsModifierConstructorDescriptionManifestBuilder
(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 SupportedSedaVersionsModifier 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
Methods in fr.gouv.vitam.common.utils that return SupportedSedaVersionsModifier 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.Methods in fr.gouv.vitam.common.utils that return types with arguments of type SupportedSedaVersionsModifier 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
Methods in fr.gouv.vitam.worker.common.utils with parameters of type SupportedSedaVersionsModifier and TypeMethodDescriptionSedaXsdValidatorProvider.getValidator
(SupportedSedaVersions supportedSedaVersions)