Uses of Class
org.eclipse.rdf4j.sail.shacl.results.lazy.ValidationResultIterator
Packages that use ValidationResultIterator
-
Uses of ValidationResultIterator in org.eclipse.rdf4j.sail.shacl
Methods in org.eclipse.rdf4j.sail.shacl that return ValidationResultIteratorModifier and TypeMethodDescriptionShaclSailConnection.ValidationContainer.performValidation()Deprecated, for removal: This API element is subject to removal in a future version.ShapeValidationContainer.performValidation()Methods in org.eclipse.rdf4j.sail.shacl with parameters of type ValidationResultIteratorModifier and TypeMethodDescriptionprivate voidShaclSailConnection.ValidationContainer.handlePostLogging(long before, ValidationResultIterator validationResults) Deprecated, for removal: This API element is subject to removal in a future version.private voidShapeValidationContainer.handlePostLogging(long before, ValidationResultIterator validationResults) -
Uses of ValidationResultIterator in org.eclipse.rdf4j.sail.shacl.results.lazy
Fields in org.eclipse.rdf4j.sail.shacl.results.lazy with type parameters of type ValidationResultIteratorModifier and TypeFieldDescriptionprivate List<ValidationResultIterator> LazyValidationReport.validationResultIteratorsConstructor parameters in org.eclipse.rdf4j.sail.shacl.results.lazy with type arguments of type ValidationResultIteratorModifierConstructorDescriptionLazyValidationReport(List<ValidationResultIterator> validationResultIterators, long limit)