Uses of Enum Class
fr.gouv.vitam.metadata.core.validation.MetadataValidationErrorCode
Packages that use MetadataValidationErrorCode
Package
Description
Provides model classes for Metadata module
-
Uses of MetadataValidationErrorCode in fr.gouv.vitam.metadata.audit.exception
Methods in fr.gouv.vitam.metadata.audit.exception that return MetadataValidationErrorCodeConstructors in fr.gouv.vitam.metadata.audit.exception with parameters of type MetadataValidationErrorCodeModifierConstructorDescriptionMetadataDataConsistencyAuditException
(MetadataValidationErrorCode errorCode, String message) MetadataDataConsistencyAuditException
(MetadataValidationErrorCode errorCode, String message, Throwable cause) -
Uses of MetadataValidationErrorCode in fr.gouv.vitam.metadata.core.model
Methods in fr.gouv.vitam.metadata.core.model that return MetadataValidationErrorCodeMethods in fr.gouv.vitam.metadata.core.model with parameters of type MetadataValidationErrorCodeModifier and TypeMethodDescriptionUpdatedDocument.setDocumentId
(MetadataValidationErrorCode validationErrorCode) Constructors in fr.gouv.vitam.metadata.core.model with parameters of type MetadataValidationErrorCodeModifierConstructorDescriptionUpdatedDocument
(String documentId, com.fasterxml.jackson.databind.JsonNode beforeUpdate, com.fasterxml.jackson.databind.JsonNode afterUpdate, boolean updated, MetadataValidationErrorCode validationErrorCode, String failureMessage) -
Uses of MetadataValidationErrorCode in fr.gouv.vitam.metadata.core.validation
Methods in fr.gouv.vitam.metadata.core.validation that return MetadataValidationErrorCodeModifier and TypeMethodDescriptionMetadataValidationException.getErrorCode()
static MetadataValidationErrorCode
Returns the enum constant of this class with the specified name.static MetadataValidationErrorCode[]
MetadataValidationErrorCode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in fr.gouv.vitam.metadata.core.validation with parameters of type MetadataValidationErrorCodeModifierConstructorDescriptionMetadataValidationException
(MetadataValidationErrorCode errorCode, String message) MetadataValidationException
(MetadataValidationErrorCode errorCode, String message, Throwable cause)