Uses of Class
fr.gouv.vitam.functional.administration.core.profile.ProfileValidator.RejectionCause
Packages that use ProfileValidator.RejectionCause
-
Uses of ProfileValidator.RejectionCause in fr.gouv.vitam.functional.administration.core.profile
Methods in fr.gouv.vitam.functional.administration.core.profile that return ProfileValidator.RejectionCauseModifier and TypeMethodDescriptionProfileValidator.RejectionCause.rejectDuplicatedInDatabase
(String identifier) Verify for each profile if already exists one in database that have the same identifier and/or name.ProfileValidator.RejectionCause.rejectMandatoryMissing
(String fieldName) Reject if one of multiple mandatory parameter are nullProfileValidator.RejectionCause.rejectSeveralMandatoryMissing
(List<String> fieldsName) Reject if multiple mandatory parameters are nullMethods in fr.gouv.vitam.functional.administration.core.profile that return types with arguments of type ProfileValidator.RejectionCauseModifier and TypeMethodDescriptionProfileValidator.validate
(ProfileModel profile) Validate a profile object