public interface MetacardValidationReport
Metacard
.
This code is experimental. While this interface is functional and tested, it may change or be removed in a future version of the library.
Modifier and Type | Method and Description |
---|---|
Set<ValidationViolation> |
getAttributeValidationViolations()
Returns the set of
ValidationViolation s representing the attribute-level violations on
the validated Metacard . |
Set<ValidationViolation> |
getMetacardValidationViolations()
Returns the set of
ValidationViolation s representing the metacard-level violations on
the validated Metacard . |
Set<ValidationViolation> getAttributeValidationViolations()
ValidationViolation
s representing the attribute-level violations on
the validated Metacard
.
If there are no attribute-level violations, this method just returns an empty set.
Set<ValidationViolation> getMetacardValidationViolations()
ValidationViolation
s representing the metacard-level violations on
the validated Metacard
.
If there are no metacard-level violations, this method just returns an empty set.
This work is licensed under a Creative Commons Attribution 4.0 International License.