Uses of Class
fr.gouv.vitam.functional.administration.core.context.ContextValidator.ContextRejectionCause
Packages that use ContextValidator.ContextRejectionCause
-
Uses of ContextValidator.ContextRejectionCause in fr.gouv.vitam.functional.administration.core.context
Methods in fr.gouv.vitam.functional.administration.core.context that return ContextValidator.ContextRejectionCauseModifier and TypeMethodDescriptionContextValidator.ContextRejectionCause.invalidSecurityProfile(String securityProfileIdentifier) ContextValidator.ContextRejectionCause.rejectDuplicatedInDatabase(String contextName) Verify for each context if already exists one in database that have the same name.ContextValidator.ContextRejectionCause.rejectIdNotAllowedInCreate(String contextIdentifier) Reject if id exisit and the action is creation.ContextValidator.ContextRejectionCause.rejectMandatoryMissing(String fieldName) Reject if one of multiple mandatory parameter are nullContextValidator.ContextRejectionCause.rejectNoExistanceOfAccessContract(String contextName, Integer tenant) ContextValidator.ContextRejectionCause.rejectNoExistanceOfIngestContract(String contextName, Integer tenant) ContextValidator.ContextRejectionCause.rejectNoExistanceOfTenant(Integer tenantId) Reject if the tenant does not existContextValidator.ContextRejectionCause.rejectNullTenant()Reject if the tenant does not existMethods in fr.gouv.vitam.functional.administration.core.context that return types with arguments of type ContextValidator.ContextRejectionCauseModifier and TypeMethodDescriptionContextValidator.validate(ContextModel context) Validate a context object