Package | Description |
---|---|
eu.cessda.cmv.core |
Modifier and Type | Class and Description |
---|---|
class |
ValidationGateName |
Modifier and Type | Method and Description |
---|---|
ValidationGate |
ValidationGateName.getValidationGate() |
static ValidationGate |
CessdaMetadataValidatorFactory.getValidationGate(ValidationGateName name)
Returns a validation gate with the given name.
|
static ValidationGate |
CessdaMetadataValidatorFactory.newValidationGate(Collection<String> constraints)
Returns a validation gate for the given constraints.
|
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.
|
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.
|
Copyright © 2025 CESSDA ERIC. All rights reserved.