Uses of Class
org.eclipse.rdf4j.repository.RepositoryResult
Package
Description
The Repository API: the main API for accessing rdf databases and SPARQL endpoints.
Abstract base classes and wrappers for the main Repository API interfaces.
A repository wrapper with convenience functions for handling contexts.
Repository implementation for local RDF databases that implement the SAIL SPI.
A
Repository
that serves as a SPARQL endpoint client.Rdf4j-Spring OperationLog
Rdf4J-Spring Tx
-
Uses of RepositoryResult in org.eclipse.rdf4j.federated.api
Modifier and TypeMethodDescriptionFedXApi.getStatements
(Resource subject, IRI predicate, Value object, Resource... contexts) -
Uses of RepositoryResult in org.eclipse.rdf4j.federated.evaluation.iterator
Modifier and TypeFieldDescriptionprotected final RepositoryResult
<Statement> StatementConversionIteration.repoResult
ModifierConstructorDescriptionStatementConversionIteration
(RepositoryResult<Statement> repoResult, BindingSet bindings, StatementPattern stmt) -
Uses of RepositoryResult in org.eclipse.rdf4j.repository
Modifier and TypeMethodDescriptionRepositoryConnection.getContextIDs()
Gets all resources that are used as content identifiers.RepositoryConnection.getNamespaces()
Gets all declared namespaces as a RepositoryResult ofNamespace
objects.RepositoryConnection.getStatements
(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts) Gets all statements with a specific subject, predicate and/or object from the repository.default RepositoryResult
<Statement> RepositoryConnection.getStatements
(Resource subj, IRI pred, Value obj, Resource... contexts) Gets all statements with a specific subject, predicate and/or object from the repository.Modifier and TypeMethodDescriptiondefault void
RepositoryConnection.add
(RepositoryResult<Statement> statements, Resource... contexts) Adds the supplied statements to this repository, optionally to one or more named contexts.default void
RepositoryConnection.remove
(RepositoryResult<Statement> statements, Resource... contexts) Removes the supplied statements from a specific context in this repository, ignoring any context information carried by the statements themselves. -
Uses of RepositoryResult in org.eclipse.rdf4j.repository.base
Modifier and TypeMethodDescriptionRepositoryConnectionWrapper.getContextIDs()
RepositoryConnectionWrapper.getNamespaces()
RepositoryConnectionWrapper.getStatements
(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts) Modifier and TypeMethodDescriptionprotected void
RepositoryConnectionWrapper.exportStatements
(RepositoryResult<Statement> stIter, RDFHandler handler) Exports all statements contained in the supplied statement iterator and all relevant namespace information to the supplied RDFHandler. -
Uses of RepositoryResult in org.eclipse.rdf4j.repository.contextaware
Modifier and TypeMethodDescriptionContextAwareConnection.getStatements
(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts) ContextAwareConnection.getStatements
(Resource subj, IRI pred, Value obj, Resource... contexts) Gets all statements with a specific subject, predicate and/or object from the repository. -
Uses of RepositoryResult in org.eclipse.rdf4j.repository.sail
Modifier and TypeMethodDescriptionprotected <E> RepositoryResult
<E> SailRepositoryConnection.createRepositoryResult
(CloseableIteration<? extends E> sailIter) Wraps a CloseableIteration coming from a Sail in a RepositoryResult object, applying the required conversionsSailRepositoryConnection.getContextIDs()
SailRepositoryConnection.getNamespaces()
SailRepositoryConnection.getStatements
(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts) -
Uses of RepositoryResult in org.eclipse.rdf4j.repository.sparql
Modifier and TypeMethodDescriptionSPARQLConnection.getContextIDs()
SPARQLConnection.getNamespaces()
SPARQLConnection.getStatements
(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts) -
Uses of RepositoryResult in org.eclipse.rdf4j.spring.operationlog
Modifier and TypeMethodDescriptionLoggingRepositoryConnection.getStatements
(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts) LoggingRepositoryConnection.getStatements
(Resource subj, IRI pred, Value obj, Resource... contexts) Modifier and TypeMethodDescriptionvoid
LoggingRepositoryConnection.add
(RepositoryResult<Statement> statements, Resource... contexts) void
LoggingRepositoryConnection.remove
(RepositoryResult<Statement> statements, Resource... contexts) -
Uses of RepositoryResult in org.eclipse.rdf4j.spring.tx
Modifier and TypeMethodDescriptionvoid
TransactionalRepositoryConnection.add
(RepositoryResult<Statement> statements, Resource... contexts) void
TransactionalRepositoryConnection.remove
(RepositoryResult<Statement> statements, Resource... contexts)