| Package | Description |
|---|---|
| eu.cessda.cmv.core | |
| eu.cessda.cmv.core.mediatype.validationreport |
| Modifier and Type | Method and Description |
|---|---|
ValidationReport |
CessdaMetadataValidatorFactory.validate(Document document,
Profile profile,
ValidationGate validationGate)
Validates the document against the given profile using the specified validation gate.
|
ValidationReport |
ValidationService.validate(Document document,
Profile profile,
ValidationGate validationGate)
Validates the document against the given profile using the specified validation gate.
|
default ValidationReport |
ValidationService.validate(Document document,
Profile profile,
ValidationGateName validationGateName)
Validates the document against the given profile using the specified validation gate.
|
ValidationReport |
CessdaMetadataValidatorFactory.validate(URI documentUri,
URI profileUri,
ValidationGate validationGate)
Validates the document against the given profile using the specified validation gate.
|
ValidationReport |
ValidationService.validate(URI documentUri,
URI profileUri,
ValidationGate validationGate)
Deprecated.
|
default ValidationReport |
ValidationService.validate(URI documentUri,
URI profileUri,
ValidationGateName validationGateName)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static ValidationReport |
ValidationReport.open(File file) |
static ValidationReport |
ValidationReport.read(InputStream inputStream) |
static ValidationReport |
ValidationReport.read(String string) |
Copyright © 2025 CESSDA ERIC. All rights reserved.