Uses of Class
org.eclipse.rdf4j.sail.shacl.results.ValidationReport
Packages that use ValidationReport
-
Uses of ValidationReport in org.eclipse.rdf4j.sail.shacl
Fields in org.eclipse.rdf4j.sail.shacl declared as ValidationReportModifier and TypeFieldDescriptionprivate final ValidationReport
ShaclSailValidationException.validationReport
Methods in org.eclipse.rdf4j.sail.shacl that return ValidationReportModifier and TypeMethodDescriptionShaclSailValidationException.getValidationReport()
Deprecated.The returned ValidationReport is planned to be moved to a different package and this method is planned to return that class.private ValidationReport
ShaclSailConnection.performValidation
(List<ContextWithShape> shapes, boolean validateEntireBaseSail, ConnectionsGroup connectionsGroup) private static ValidationReport
ShaclValidator.performValidation
(List<ContextWithShape> shapes, ConnectionsGroup connectionsGroup) ShaclSailConnection.revalidate()
private ValidationReport
ShaclSailConnection.serializableValidation
(List<ContextWithShape> shapesAfterRefresh) private ValidationReport
ShaclSailConnection.validate
(List<ContextWithShape> shapes, boolean validateEntireBaseSail) static ValidationReport
Constructors in org.eclipse.rdf4j.sail.shacl with parameters of type ValidationReportModifierConstructorDescription(package private)
ShaclSailValidationException
(ValidationReport validationReport) -
Uses of ValidationReport in org.eclipse.rdf4j.sail.shacl.results.lazy
Subclasses of ValidationReport in org.eclipse.rdf4j.sail.shacl.results.lazyModifier and TypeClassDescriptionclass
A ValidationReport that will defer calculating any ValidationResults until the user asks for them