Uses of Class
fr.gouv.vitam.common.model.administration.profile.CreateProfileModel
Package
Description
Provides the web server application and configuration for the Functional administration module and the rest resource it uses
-
Uses of CreateProfileModel in fr.gouv.vitam.common.model.administration.profile
Modifier and TypeMethodDescriptionCreateProfileModel.setDescription
(String description) Set or change the profile descriptionCreateProfileModel.setFormat
(ProfileFormat format) Set the profile file format (xsd, rng, ...)CreateProfileModel.setIdentifier
(String identifier) Set the identifier of the profile This value must be unique by tenantSet or change the profile nameCreateProfileModel.setSedaVersion
(ProfileSedaVersion sedaVersion) Set the profile seda version (2.1, 2.2, 2.3, ...)CreateProfileModel.setStatus
(ProfileStatus status) Set or change the profile status -
Uses of CreateProfileModel in fr.gouv.vitam.functional.administration.core.profile
Modifier and TypeMethodDescriptionProfileService.createProfiles
(List<CreateProfileModel> createProfileModels) Create a collections of profile After passing the validation steps.ProfileServiceImpl.createProfiles
(List<CreateProfileModel> createProfileModels) -
Uses of CreateProfileModel in fr.gouv.vitam.functional.administration.rest
Modifier and TypeMethodDescriptionjavax.ws.rs.core.Response
ProfileResource.createProfiles
(@Valid List<CreateProfileModel> createProfileModels, javax.ws.rs.core.UriInfo uri) Import a set of profiles.