Package org.gbif.api.model.crawler
Class DwcaValidationReport
java.lang.Object
org.gbif.api.model.crawler.DwcaValidationReport
A report of the validity of a DwC-A.
A DwC-A can comprise of a core and extensions. This implementation is intended to be used as follows:
- Constructed with an OccurrenceValidationReport when the core of the DwC-A is an Occurrence
- Constructed with a GenericValidationReport when the core of the DwC-A is Taxon or Sample - optionally an occurrence report may be given in addition to represent the occurrence extension validity
-
Constructor Summary
ConstructorsConstructorDescriptionDwcaValidationReport
(UUID datasetKey, String invalidationReason) DwcaValidationReport
(UUID datasetKey, GenericValidationReport genericReport) DwcaValidationReport
(UUID datasetKey, OccurrenceValidationReport occurrenceReport) DwcaValidationReport
(UUID datasetKey, OccurrenceValidationReport occurrenceReport, GenericValidationReport genericReport, String invalidationReason) -
Method Summary
-
Constructor Details
-
DwcaValidationReport
public DwcaValidationReport(UUID datasetKey, OccurrenceValidationReport occurrenceReport, GenericValidationReport genericReport, String invalidationReason) -
DwcaValidationReport
-
DwcaValidationReport
-
DwcaValidationReport
-
-
Method Details