Package | Description |
---|---|
eu.cessda.cmv.core | |
eu.cessda.cmv.core.mediatype.validationrequest |
Modifier and Type | Method and Description |
---|---|
static ValidationGateName |
ValidationGateName.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ValidationGateName[] |
ValidationGateName.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static ValidationGate |
CessdaMetadataValidatorFactory.getValidationGate(ValidationGateName name)
Returns a validation gate with the given name.
|
default ValidationReport |
ValidationService.validate(Document document,
Profile profile,
ValidationGateName validationGateName)
Validates the document against the given profile using the specified validation gate.
|
default ValidationReport |
ValidationService.validate(URI documentUri,
URI profileUri,
ValidationGateName validationGateName)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ValidationGateName |
ValidationRequest.getValidationGateName() |
Modifier and Type | Method and Description |
---|---|
void |
ValidationRequest.setValidationGateName(ValidationGateName validationGateName) |
Copyright © 2025 CESSDA ERIC. All rights reserved.