Uses of Class
fr.gouv.vitam.functional.administration.common.OntologyErrorCode
-
Packages that use OntologyErrorCode Package Description fr.gouv.vitam.functional.administration.common Provides common classes for the Functional Administration module. -
-
Uses of OntologyErrorCode in fr.gouv.vitam.functional.administration.common
Methods in fr.gouv.vitam.functional.administration.common that return OntologyErrorCode Modifier and Type Method Description OntologyErrorCode
ErrorReportOntologies. getCode()
static OntologyErrorCode
OntologyErrorCode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static OntologyErrorCode[]
OntologyErrorCode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in fr.gouv.vitam.functional.administration.common with parameters of type OntologyErrorCode Modifier and Type Method Description void
ErrorReportOntologies. setCode(OntologyErrorCode code)
Constructors in fr.gouv.vitam.functional.administration.common with parameters of type OntologyErrorCode Constructor Description ErrorReportOntologies(OntologyErrorCode code, java.lang.String fieldName, java.lang.String message, OntologyModel ontologyModel)
-