Uses of Class
fr.gouv.vitam.functional.administration.core.contract.GenericContractValidator.GenericRejectionCause
Packages that use GenericContractValidator.GenericRejectionCause
-
Uses of GenericContractValidator.GenericRejectionCause in fr.gouv.vitam.functional.administration.core.contract
Methods in fr.gouv.vitam.functional.administration.core.contract that return GenericContractValidator.GenericRejectionCauseModifier and TypeMethodDescriptionGenericContractValidator.GenericRejectionCause.rejectArchiveProfileNotFoundInDatabase(String contractName) Verify for each contract that all archive profiles exists in databaseGenericContractValidator.GenericRejectionCause.rejectAuNotFoundInDatabase(String linkParentId) Reject if the id of the AU is not in filing schemaGenericContractValidator.GenericRejectionCause.rejectDuplicatedInDatabase(String contractName) Verify for each contract if already exists one in database that have the same name.GenericContractValidator.GenericRejectionCause.rejectDuplicateVersionRetentionPolicyUsage(String fieldName, String contractName) GenericContractValidator.GenericRejectionCause.rejectExceptionOccurred(String contractName, String msg, Throwable e) Generate RejectionCause from any throwableGenericContractValidator.GenericRejectionCause.rejectExcludedAndRootUnitsNotFound(String contractName, String guidArrayAsString) Generate RejectionCause for not found unit for given GUIDGenericContractValidator.GenericRejectionCause.rejectExcludedRootUnitsNotFound(String contractName, String guidArrayAsString) Generate RejectionCause for not found unit for given GUIDGenericContractValidator.GenericRejectionCause.rejectFormatFileTypeNotFoundInDatabase(String contractName) Verify for each contract that all archive profiles exists in databaseGenericContractValidator.GenericRejectionCause.rejectIdNotAllowedInCreate(String contractName) Reject if id exisit and the action is creation.GenericContractValidator.GenericRejectionCause.rejectInconsistentContract(String contractName, String reason) GenericContractValidator.GenericRejectionCause.rejectInvalidVersionRetentionPolicyParamOfUsage(String fieldName, String UsageName, String contractName) Reject if versionRentionPolicy parameter is invalidGenericContractValidator.GenericRejectionCause.rejectInvalidVersionRetentionPolicyUsage(String fieldName, String contractName) GenericContractValidator.GenericRejectionCause.rejectMandatoryMissing(String fieldName) Reject if one of multiple mandatory parameter are nullGenericContractValidator.GenericRejectionCause.rejectMCNotFoundInDatabase(String managementContractID) Reject if the id of the MC is not in databaseGenericContractValidator.GenericRejectionCause.rejectRootUnitsNotFound(String contractName, String guidArrayAsString) Generate RejectionCause for not found unit for given GUIDGenericContractValidator.GenericRejectionCause.rejectStorageStrategyDoesNotContainsOneReferent(String storageStrategy, String fieldName) Reject if storage strategy does not contains referentGenericContractValidator.GenericRejectionCause.rejectStorageStrategyMissing(String storageStrategy, String fieldName) Reject if storage strategy was not foundMethods in fr.gouv.vitam.functional.administration.core.contract that return types with arguments of type GenericContractValidator.GenericRejectionCauseModifier and TypeMethodDescriptionAccessContractValidator.validate(AccessContractModel accessContract, String contractName) Validate a contract objectValidate a contract objectIngestContractValidator.validate(IngestContractModel ingestContract, String contractName) Validate a contract objectManagementContractValidator.validate(ManagementContractModel managementContract, String contractName) Validate a contract object