Uses of Class
fr.gouv.vitam.functional.administration.core.profile.ProfileValidator.RejectionCause
-
Packages that use ProfileValidator.RejectionCause Package Description fr.gouv.vitam.functional.administration.core.profile -
-
Uses of ProfileValidator.RejectionCause in fr.gouv.vitam.functional.administration.core.profile
Methods in fr.gouv.vitam.functional.administration.core.profile that return ProfileValidator.RejectionCause Modifier and Type Method Description static ProfileValidator.RejectionCauseProfileValidator.RejectionCause. rejectDuplicatedInDatabase(java.lang.String identifier)Verify for each profile if already exists one in database that have the same identifier and/or name.static ProfileValidator.RejectionCauseProfileValidator.RejectionCause. rejectIdNotAllowedInCreate(java.lang.String profileIdentifier)Reject if id exisit and the action is creation.static ProfileValidator.RejectionCauseProfileValidator.RejectionCause. rejectMandatoryMissing(java.lang.String fieldName)Reject if one of multiple mandatory parameter are nullstatic ProfileValidator.RejectionCauseProfileValidator.RejectionCause. rejectSeveralMandatoryMissing(java.util.List<java.lang.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.RejectionCause Modifier and Type Method Description java.util.Optional<ProfileValidator.RejectionCause>ProfileValidator. validate(ProfileModel profile)Validate a profile object
-