| Package | Description |
|---|---|
| fr.gouv.vitam.functional.administration.common |
Provides common classes for the Functional Administration module.
|
| fr.gouv.vitam.functional.administration.ontologies.core |
Management and validation of ontologies.
|
| Modifier and Type | Method and Description |
|---|---|
OntologyErrorCode |
ErrorReportOntologies.getCode() |
static OntologyErrorCode |
OntologyErrorCode.valueOf(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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ErrorReportOntologies.setCode(OntologyErrorCode code) |
| Constructor and Description |
|---|
ErrorReportOntologies(OntologyErrorCode code,
String fieldName,
String message,
OntologyModel ontologyModel) |
| Modifier and Type | Method and Description |
|---|---|
OntologyErrorCode |
OntologyValidator.RejectionCause.getErrorCode() |
| Constructor and Description |
|---|
RejectionCause(String fieldName,
OntologyModel ontologyModel,
OntologyErrorCode errorCode,
String error)
Constructor
|
Copyright © 2018 Vitam. All rights reserved.