Uses of Enum Class
fr.gouv.vitam.common.model.administration.ProfileFormat
Packages that use ProfileFormat
Package
Description
Provides common public Model classes for the administration module.
Provides common classes for the Functional Administration module.
-
Uses of ProfileFormat in fr.gouv.vitam.common.model.administration
Methods in fr.gouv.vitam.common.model.administration that return ProfileFormatModifier and TypeMethodDescriptionstatic ProfileFormat
Returns the enum constant of this class with the specified name.static ProfileFormat[]
ProfileFormat.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ProfileFormat in fr.gouv.vitam.common.model.administration.profile
Fields in fr.gouv.vitam.common.model.administration.profile declared as ProfileFormatModifier and TypeFieldDescriptionprotected @NotNull ProfileFormat
CreateProfileModel.format
protected ProfileFormat
ProfileModel.format
Methods in fr.gouv.vitam.common.model.administration.profile that return ProfileFormatModifier and TypeMethodDescriptionCreateProfileModel.getFormat()
Get the format of the profile file (xsd, rng, ...)ProfileModel.getFormat()
Get the format of the profile file (xsd, rng, ...)Methods in fr.gouv.vitam.common.model.administration.profile with parameters of type ProfileFormatModifier and TypeMethodDescriptionCreateProfileModel.setFormat
(ProfileFormat format) Set the profile file format (xsd, rng, ...)ProfileModel.setFormat
(ProfileFormat format) Set the profile file format (xsd, rng, ...) -
Uses of ProfileFormat in fr.gouv.vitam.functional.administration.common
Methods in fr.gouv.vitam.functional.administration.common that return ProfileFormatModifier and TypeMethodDescriptionProfile.getFormat()
The profile file format If toJson called without MongoClient configuration this will thow codec exceptionMethods in fr.gouv.vitam.functional.administration.common with parameters of type ProfileFormatModifier and TypeMethodDescriptionProfile.setFormat
(ProfileFormat format) Set or change the profile format (xsd, rng, ...)