Uses of Class
fr.gouv.vitam.functional.administration.core.archiveunitprofiles.ArchiveUnitProfileValidator.RejectionCause
Packages that use ArchiveUnitProfileValidator.RejectionCause
-
Uses of ArchiveUnitProfileValidator.RejectionCause in fr.gouv.vitam.functional.administration.core.archiveunitprofiles
Methods in fr.gouv.vitam.functional.administration.core.archiveunitprofiles that return ArchiveUnitProfileValidator.RejectionCauseModifier and TypeMethodDescriptionArchiveUnitProfileValidator.RejectionCause.rejectDuplicateIdentifierInDatabase
(String identifier) Verify for each archive unit profile if already exists one in database that have the same identifier and/or name.ArchiveUnitProfileValidator.RejectionCause.rejectDuplicateNameInDatabase
(String identifier) Verify for each archive unit profile if already exists one in database that have the same identifier and/or name.ArchiveUnitProfileValidator.RejectionCause.rejectIdNotAllowedInCreate
(String archiveUnitProfileIdentifier) Reject if id exisit and the action is creation.ArchiveUnitProfileValidator.RejectionCause.rejectIncorrectFieldInOntology
(String fieldName) Reject if one field is not compatible with the one declared in ontologyArchiveUnitProfileValidator.RejectionCause.rejectJsonSchemaModificationIfInUse
(String fieldName) Reject if the field is not a json shemaArchiveUnitProfileValidator.RejectionCause.rejectJsonShema
(String fieldName) Reject if the field is not a json shemaArchiveUnitProfileValidator.RejectionCause.rejectMandatoryMissing
(String fieldName) Reject if one of multiple mandatory parameter are nullArchiveUnitProfileValidator.RejectionCause.rejectMissingFieldInOntology
(String fieldName) Reject if one field is not declared in ontologyMethods in fr.gouv.vitam.functional.administration.core.archiveunitprofiles that return types with arguments of type ArchiveUnitProfileValidator.RejectionCauseModifier and TypeMethodDescriptionArchiveUnitProfileValidator.validate
(ArchiveUnitProfileModel profile) Validate an archive unit profile object