Package | Description |
---|---|
fr.gouv.vitam.common.model.administration |
Provides common public Model classes for the administration module.
|
fr.gouv.vitam.functional.administration.common |
Provides common classes for the Functional Administration module.
|
Modifier and Type | Method and Description |
---|---|
ProfileFormat |
ProfileModel.getFormat()
Get the format of the profile file (xsd, rng, ...)
|
static ProfileFormat |
ProfileFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProfileFormat[] |
ProfileFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ProfileModel |
ProfileModel.setFormat(ProfileFormat format)
Set the profile file format (xsd, rng, ...)
|
Modifier and Type | Method and Description |
---|---|
ProfileFormat |
Profile.getFormat()
The profile file format If toJson called without MongoClient configuration this will thow codec exception
|
Modifier and Type | Method and Description |
---|---|
Profile |
Profile.setFormat(ProfileFormat format)
Set or change the profile format (xsd, rng, ...)
|
Copyright © 2018 Vitam. All rights reserved.