Uses of Class
org.eclipse.rdf4j.repository.RepositoryException
-
Packages that use RepositoryException Package Description org.eclipse.rdf4j.http.client org.eclipse.rdf4j.http.protocol org.eclipse.rdf4j.http.protocol.transaction.operations org.eclipse.rdf4j.repository The Repository API: the main API for accessing rdf databases and SPARQL endpoints.org.eclipse.rdf4j.repository.base Abstract base classes and wrappers for the main Repository API interfaces.org.eclipse.rdf4j.repository.config Repository configuration interfaces.org.eclipse.rdf4j.repository.contextaware A repository wrapper with convenience functions for handling contexts.org.eclipse.rdf4j.repository.dataset A repository wrapper which supports auto-loading of datasets specified in a query.org.eclipse.rdf4j.repository.event Interfaces for notification/interception of events happening on Repositories and RepositoryConnectionsorg.eclipse.rdf4j.repository.event.base Wrapper/adapter base implementations.org.eclipse.rdf4j.repository.http A repository that serves as a proxy client for a remote repository on an RDF4J Server.org.eclipse.rdf4j.repository.manager Functionality for Repository lifecycle management and sharing.org.eclipse.rdf4j.repository.manager.util org.eclipse.rdf4j.repository.sail Repository implementation for local RDF databases that implement the SAIL SPI.org.eclipse.rdf4j.repository.sail.config org.eclipse.rdf4j.repository.sparql ARepositorythat serves as a SPARQL endpoint client.org.eclipse.rdf4j.repository.sparql.federation org.eclipse.rdf4j.repository.util Helper classes for working with Repositories. -
-
Uses of RepositoryException in org.eclipse.rdf4j.http.client
Methods in org.eclipse.rdf4j.http.client that throw RepositoryException Modifier and Type Method Description voidRDF4JProtocolSession. addData(java.io.InputStream contents, java.lang.String baseURI, RDFFormat dataFormat, Resource... contexts)voidRDF4JProtocolSession. clearNamespaces()voidRDF4JProtocolSession. createRepository(RepositoryConfig config)Create a new repository.voidRDF4JProtocolSession. deleteRepository(java.lang.String repositoryID)protected TupleQueryResultSPARQLProtocolSession. getBackgroundTupleQueryResult(org.apache.http.client.methods.HttpUriRequest method, java.lang.ref.WeakReference<?> callerRef)Deprecated.WeakReference> callerRef argument will be removedTupleQueryResultRDF4JProtocolSession. getContextIDs()voidRDF4JProtocolSession. getContextIDs(TupleQueryResultHandler handler)protected ErrorInfoSPARQLProtocolSession. getErrorInfo(org.apache.http.HttpResponse response)java.lang.StringRDF4JProtocolSession. getNamespace(java.lang.String prefix)TupleQueryResultRDF4JProtocolSession. getNamespaces()voidRDF4JProtocolSession. getNamespaces(TupleQueryResultHandler handler)protected voidSPARQLProtocolSession. getRDF(org.apache.http.client.methods.HttpUriRequest method, RDFHandler handler, boolean requireContext)Parse the response in this thread using the providedRDFHandler.protected GraphQueryResultSPARQLProtocolSession. getRDFBackground(org.apache.http.client.methods.HttpUriRequest method, boolean requireContext, java.lang.ref.WeakReference<?> callerRef)Deprecated.WeakReference> callerRef argument will be removedvoidRDF4JProtocolSession. getRepositoryConfig(StatementCollector statementCollector)Retrieve configuration of the current repository and send it to the suppliedStatementCollectorTupleQueryResultRDF4JProtocolSession. getRepositoryList()voidRDF4JProtocolSession. getRepositoryList(TupleQueryResultHandler handler)java.lang.StringRDF4JProtocolSession. getServerProtocol()voidRDF4JProtocolSession. getStatements(Resource subj, IRI pred, Value obj, boolean includeInferred, RDFHandler handler, Resource... contexts)protected voidSPARQLProtocolSession. getTupleQueryResult(org.apache.http.client.methods.HttpUriRequest method, TupleQueryResultHandler handler)Parse the response in this thread using the providedTupleQueryResultHandler.voidRDF4JProtocolSession. removeData(java.io.InputStream contents, java.lang.String baseURI, RDFFormat dataFormat, Resource... contexts)voidRDF4JProtocolSession. removeNamespacePrefix(java.lang.String prefix)booleanSPARQLProtocolSession. sendBooleanQuery(QueryLanguage ql, java.lang.String query, java.lang.String baseURI, Dataset dataset, boolean includeInferred, int maxQueryTime, Binding... bindings)booleanSPARQLProtocolSession. sendBooleanQuery(QueryLanguage ql, java.lang.String query, Dataset dataset, boolean includeInferred, Binding... bindings)GraphQueryResultSPARQLProtocolSession. sendGraphQuery(QueryLanguage ql, java.lang.String query, java.lang.String baseURI, Dataset dataset, boolean includeInferred, int maxQueryTime, java.lang.ref.WeakReference<?> callerRef, Binding... bindings)Deprecated.WeakReference> callerRef argument will be removedvoidSPARQLProtocolSession. sendGraphQuery(QueryLanguage ql, java.lang.String query, java.lang.String baseURI, Dataset dataset, boolean includeInferred, int maxQueryTime, RDFHandler handler, Binding... bindings)GraphQueryResultSPARQLProtocolSession. sendGraphQuery(QueryLanguage ql, java.lang.String query, Dataset dataset, boolean includeInferred, java.lang.ref.WeakReference<?> callerRef, Binding... bindings)Deprecated.WeakReference> callerRef argument will be removedvoidSPARQLProtocolSession. sendGraphQuery(QueryLanguage ql, java.lang.String query, Dataset dataset, boolean includeInferred, RDFHandler handler, Binding... bindings)private org.apache.http.HttpResponseSPARQLProtocolSession. sendGraphQueryViaHttp(org.apache.http.client.methods.HttpUriRequest method, boolean requireContext, java.util.Set<RDFFormat> rdfFormats)voidRDF4JProtocolSession. sendTransaction(java.lang.Iterable<? extends TransactionOperation> txn)Deprecated.since 2.8.0TupleQueryResultSPARQLProtocolSession. sendTupleQuery(QueryLanguage ql, java.lang.String query, java.lang.String baseURI, Dataset dataset, boolean includeInferred, int maxQueryTime, java.lang.ref.WeakReference<?> callerRef, Binding... bindings)Deprecated.WeakReference> callerRef argument will be removedvoidSPARQLProtocolSession. sendTupleQuery(QueryLanguage ql, java.lang.String query, java.lang.String baseURI, Dataset dataset, boolean includeInferred, int maxQueryTime, TupleQueryResultHandler handler, Binding... bindings)TupleQueryResultSPARQLProtocolSession. sendTupleQuery(QueryLanguage ql, java.lang.String query, Dataset dataset, boolean includeInferred, java.lang.ref.WeakReference<?> callerRef, Binding... bindings)Deprecated.WeakReference> callerRef argument will be removedprivate org.apache.http.HttpResponseSPARQLProtocolSession. sendTupleQueryViaHttp(org.apache.http.client.methods.HttpUriRequest method, java.util.Set<QueryResultFormat> tqrFormats)Send the tuple query via HTTP and throws an exception in case anything goes wrong, i.e.voidSPARQLProtocolSession. sendUpdate(QueryLanguage ql, java.lang.String update, java.lang.String baseURI, Dataset dataset, boolean includeInferred, int maxQueryTime, Binding... bindings)voidSPARQLProtocolSession. sendUpdate(QueryLanguage ql, java.lang.String update, java.lang.String baseURI, Dataset dataset, boolean includeInferred, Binding... bindings)voidRDF4JProtocolSession. setNamespacePrefix(java.lang.String prefix, java.lang.String name)longRDF4JProtocolSession. size(Resource... contexts)voidRDF4JProtocolSession. updateRepository(RepositoryConfig config)Update the config of an existing repository.protected voidRDF4JProtocolSession. upload(java.io.InputStream contents, java.lang.String baseURI, RDFFormat dataFormat, boolean overwrite, boolean preserveNodeIds, Protocol.Action action, Resource... contexts)voidRDF4JProtocolSession. upload(java.io.InputStream contents, java.lang.String baseURI, RDFFormat dataFormat, boolean overwrite, boolean preserveNodeIds, Resource... contexts)protected voidRDF4JProtocolSession. upload(java.io.Reader contents, java.lang.String baseURI, RDFFormat dataFormat, boolean overwrite, boolean preserveNodeIds, Protocol.Action action, Resource... contexts)voidRDF4JProtocolSession. upload(java.io.Reader contents, java.lang.String baseURI, RDFFormat dataFormat, boolean overwrite, boolean preserveNodeIds, Resource... contexts)protected voidRDF4JProtocolSession. upload(org.apache.http.HttpEntity reqEntity, java.lang.String baseURI, boolean overwrite, boolean preserveNodeIds, Protocol.Action action, Resource... contexts) -
Uses of RepositoryException in org.eclipse.rdf4j.http.protocol
Subclasses of RepositoryException in org.eclipse.rdf4j.http.protocol Modifier and Type Class Description classUnauthorizedException -
Uses of RepositoryException in org.eclipse.rdf4j.http.protocol.transaction.operations
Methods in org.eclipse.rdf4j.http.protocol.transaction.operations that throw RepositoryException Modifier and Type Method Description voidAddStatementOperation. execute(RepositoryConnection con)voidClearNamespacesOperation. execute(RepositoryConnection con)voidClearOperation. execute(RepositoryConnection con)voidRemoveNamespaceOperation. execute(RepositoryConnection con)voidRemoveStatementsOperation. execute(RepositoryConnection con)voidSetNamespaceOperation. execute(RepositoryConnection con)voidSPARQLUpdateOperation. execute(RepositoryConnection con)voidTransactionOperation. execute(RepositoryConnection con)Executes this operation on the supplied connection. -
Uses of RepositoryException in org.eclipse.rdf4j.repository
Subclasses of RepositoryException in org.eclipse.rdf4j.repository Modifier and Type Class Description classRepositoryLockedExceptionIndicates that a Repository cannot be initialised because the configured persisted location is locked.classRepositoryReadOnlyExceptionIndicates that the current write operation did not succeed because the SAIL cannot be written to, it can only be read from.classUnknownTransactionStateExceptionA specific subtype ofRepositoryExceptionthat indicates the connection's transaction state can not be determined.Fields in org.eclipse.rdf4j.repository with type parameters of type RepositoryException Modifier and Type Field Description private CloseableIteration<? extends T,RepositoryException>RepositoryResult. wrappedIterMethods in org.eclipse.rdf4j.repository that throw RepositoryException Modifier and Type Method Description voidRepositoryConnection. add(java.io.File file, java.lang.String baseURI, RDFFormat dataFormat, Resource... contexts)Adds RDF data from the specified file to a specific contexts in the repository.default voidRepositoryConnection. add(java.io.File file, Resource... contexts)Adds RDF data from the specified file to a specific contexts in the repository.default voidRepositoryConnection. add(java.io.File file, RDFFormat dataFormat, Resource... contexts)Adds RDF data from the specified file to a specific contexts in the repository.voidRepositoryConnection. add(java.io.InputStream in, java.lang.String baseURI, RDFFormat dataFormat, Resource... contexts)Adds RDF data from an InputStream to the repository, optionally to one or more named contexts.default voidRepositoryConnection. add(java.io.InputStream in, RDFFormat dataFormat, Resource... contexts)Adds RDF data from an InputStream to the repository, optionally to one or more named contexts.voidRepositoryConnection. add(java.io.Reader reader, java.lang.String baseURI, RDFFormat dataFormat, Resource... contexts)Adds RDF data from a Reader to the repository, optionally to one or more named contexts.default voidRepositoryConnection. add(java.io.Reader reader, RDFFormat dataFormat, Resource... contexts)Adds RDF data from a Reader to the repository, optionally to one or more named contexts.voidRepositoryConnection. add(java.lang.Iterable<? extends Statement> statements, Resource... contexts)Adds the supplied statements to this repository, optionally to one or more named contexts.voidRepositoryConnection. add(java.net.URL url, java.lang.String baseURI, RDFFormat dataFormat, Resource... contexts)Adds the RDF data that can be found at the specified URL to the repository, optionally to one or more named contexts.default voidRepositoryConnection. add(java.net.URL url, Resource... contexts)Adds the RDF data that can be found at the specified URL to the repository, optionally to one or more named contexts.default voidRepositoryConnection. add(java.net.URL url, RDFFormat dataFormat, Resource... contexts)Adds the RDF data that can be found at the specified URL to the repository, optionally to one or more named contexts.default <E extends java.lang.Exception>
voidRepositoryConnection. add(CloseableIteration<? extends Statement,E> statements, Resource... contexts)Adds the supplied statements to this repository, optionally to one or more named contexts.<E extends java.lang.Exception>
voidRepositoryConnection. add(Iteration<? extends Statement,E> statements, Resource... contexts)Deprecated, for removal: This API element is subject to removal in a future version.voidRepositoryConnection. add(Resource subject, IRI predicate, Value object, Resource... contexts)Adds a statement with the specified subject, predicate and object to this repository, optionally to one or more named contexts.voidRepositoryConnection. add(Statement st, Resource... contexts)Adds the supplied statement to this repository, optionally to one or more named contexts.default voidRepositoryConnection. add(RepositoryResult<Statement> statements, Resource... contexts)Adds the supplied statements to this repository, optionally to one or more named contexts.<C extends java.util.Collection<T>>
CRepositoryResult. addTo(C collection)Deprecated.UseIterations.addAll(Iteration, Collection)instead.java.util.List<T>RepositoryResult. asList()Deprecated.UseIterations.asList(Iteration)instead.voidRepositoryConnection. begin()Begins a new transaction, requiringRepositoryConnection.commit()orRepositoryConnection.rollback()to be called to end the transaction.voidRepositoryConnection. begin(IsolationLevel level)Begins a new transaction with the suppliedIsolationLevel, requiringRepositoryConnection.commit()orRepositoryConnection.rollback()to be called to end the transaction.voidRepositoryConnection. clear(Resource... contexts)Removes all statements from a specific contexts in the repository.voidRepositoryConnection. clearNamespaces()Removes all namespace declarations from the repository.default voidRepositoryConnection. close()Closes the connection, freeing resources.voidRepositoryConnection. commit()Commits the active transaction.voidRepositoryResult. enableDuplicateFilter()Switches on duplicate filtering while iterating over objects.voidRepositoryConnection. export(RDFHandler handler, Resource... contexts)Exports all explicit statements in the specified contexts to the supplied RDFHandler.voidRepositoryConnection. exportStatements(Resource subj, IRI pred, Value obj, boolean includeInferred, RDFHandler handler, Resource... contexts)Exports all statements with a specific subject, predicate and/or object from the repository, optionally from the specified contexts.RepositoryConnectionRepository. getConnection()Opens a connection to this repository that can be used for querying and updating the contents of the repository.RepositoryResult<Resource>RepositoryConnection. getContextIDs()Gets all resources that are used as content identifiers.RepositoryConnectionDelegatingRepositoryConnection. getDelegate()java.lang.StringRepositoryConnection. getNamespace(java.lang.String prefix)Gets the namespace that is associated with the specified prefix, if any.RepositoryResult<Namespace>RepositoryConnection. getNamespaces()Gets all declared namespaces as a RepositoryResult ofNamespaceobjects.RepositoryRepositoryResolver. getRepository(java.lang.String memberID)RepositoryResult<Statement>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.protected voidRepositoryResult. handleClose()booleanRepositoryResult. hasNext()booleanRepositoryConnection. hasStatement(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts)Checks whether the repository contains statements with a specific subject, predicate and/or object, optionally in the specified contexts.booleanRepositoryConnection. hasStatement(Statement st, boolean includeInferred, Resource... contexts)Checks whether the repository contains the specified statement, optionally in the specified contexts.voidRepository. init()Initializes this repository.booleanRepositoryConnection. isActive()Indicates if a transaction is currently active on the connection.booleanRepositoryConnection. isAutoCommit()Deprecated.UseRepositoryConnection.isActive()instead.booleanRepositoryConnection. isEmpty()Returns true if this repository does not contain any (explicit) statements.booleanRepositoryConnection. isOpen()Checks whether this connection is open.booleanRepository. isWritable()Checks whether this repository is writable, i.e.TRepositoryResult. next()default voidRepositoryConnection. prepare()Checks for an error state in the active transaction that would force the transaction to be rolled back.default BooleanQueryRepositoryConnection. prepareBooleanQuery(java.lang.String query)Prepares SPARQL queries that return true or false, that is, SPARQL ASK queries.BooleanQueryRepositoryConnection. prepareBooleanQuery(QueryLanguage ql, java.lang.String query)Prepares queries that return true or false.BooleanQueryRepositoryConnection. prepareBooleanQuery(QueryLanguage ql, java.lang.String query, java.lang.String baseURI)Prepares queries that return true or false.default GraphQueryRepositoryConnection. prepareGraphQuery(java.lang.String query)Prepares SPARQL queries that produce RDF graphs, that is, SPARQL CONSTRUCT or DESCRIBE queries.GraphQueryRepositoryConnection. prepareGraphQuery(QueryLanguage ql, java.lang.String query)Prepares queries that produce RDF graphs.GraphQueryRepositoryConnection. prepareGraphQuery(QueryLanguage ql, java.lang.String query, java.lang.String baseURI)Prepares queries that produce RDF graphs.default QueryRepositoryConnection. prepareQuery(java.lang.String query)Prepares a SPARQL query for evaluation on this repository (optional operation).QueryRepositoryConnection. prepareQuery(QueryLanguage ql, java.lang.String query)Prepares a query for evaluation on this repository (optional operation).QueryRepositoryConnection. prepareQuery(QueryLanguage ql, java.lang.String query, java.lang.String baseURI)Prepares a query for evaluation on this repository (optional operation).default TupleQueryRepositoryConnection. prepareTupleQuery(java.lang.String query)Prepares a SPARQL query that produces sets of value tuples, that is a SPARQL SELECT query.TupleQueryRepositoryConnection. prepareTupleQuery(QueryLanguage ql, java.lang.String query)Prepares a query that produces sets of value tuples.TupleQueryRepositoryConnection. prepareTupleQuery(QueryLanguage ql, java.lang.String query, java.lang.String baseURI)Prepares a query that produces sets of value tuples.default UpdateRepositoryConnection. prepareUpdate(java.lang.String update)Prepares a SPARQL Update operation.UpdateRepositoryConnection. prepareUpdate(QueryLanguage ql, java.lang.String update)Prepares an Update operation.UpdateRepositoryConnection. prepareUpdate(QueryLanguage ql, java.lang.String update, java.lang.String baseURI)Prepares an Update operation.voidRepositoryConnection. remove(java.lang.Iterable<? extends Statement> statements, Resource... contexts)Removes the supplied statements from the specified contexts in this repository.default <E extends java.lang.Exception>
voidRepositoryConnection. remove(CloseableIteration<? extends Statement,E> statements, Resource... contexts)Removes the supplied statements from a specific context in this repository, ignoring any context information carried by the statements themselves.<E extends java.lang.Exception>
voidRepositoryConnection. remove(Iteration<? extends Statement,E> statements, Resource... contexts)Deprecated, for removal: This API element is subject to removal in a future version.voidRepositoryConnection. remove(Resource subject, IRI predicate, Value object, Resource... contexts)Removes the statement(s) with the specified subject, predicate and object from the repository, optionally restricted to the specified contexts.voidRepositoryConnection. remove(Statement st, Resource... contexts)Removes the supplied statement from the specified contexts in the repository.default voidRepositoryConnection. 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.voidRepositoryResult. remove()voidRepositoryConnection. removeNamespace(java.lang.String prefix)Removes a namespace declaration by removing the association between a prefix and a namespace name.voidRepositoryConnection. rollback()Rolls back all updates in the active transaction.voidRepositoryConnection. setAutoCommit(boolean autoCommit)Deprecated.UseRepositoryConnection.begin()instead.voidRepositoryConnection. setNamespace(java.lang.String prefix, java.lang.String name)Sets the prefix for a namespace.voidRepository. shutDown()Shuts the repository down, releasing any resources that it keeps hold of.longRepositoryConnection. size(Resource... contexts)Returns the number of (explicit) statements that are in the specified contexts in this repository.Constructor parameters in org.eclipse.rdf4j.repository with type arguments of type RepositoryException Constructor Description RepositoryResult(CloseableIteration<? extends T,RepositoryException> iter) -
Uses of RepositoryException in org.eclipse.rdf4j.repository.base
Methods in org.eclipse.rdf4j.repository.base that throw RepositoryException Modifier and Type Method Description voidAbstractRepositoryConnection. add(java.io.File file, java.lang.String baseURI, RDFFormat dataFormat, Resource... contexts)voidAbstractRepositoryConnection. add(java.io.InputStream in, java.lang.String baseURI, RDFFormat dataFormat, Resource... contexts)voidAbstractRepositoryConnection. add(java.io.Reader reader, java.lang.String baseURI, RDFFormat dataFormat, Resource... contexts)voidAbstractRepositoryConnection. add(java.lang.Iterable<? extends Statement> statements, Resource... contexts)voidAbstractRepositoryConnection. add(java.net.URL url, java.lang.String baseURI, RDFFormat dataFormat, Resource... contexts)<E extends java.lang.Exception>
voidAbstractRepositoryConnection. add(Iteration<? extends Statement,E> statements, Resource... contexts)voidAbstractRepositoryConnection. add(Resource subject, IRI predicate, Value object, Resource... contexts)voidAbstractRepositoryConnection. add(Statement st, Resource... contexts)voidRepositoryConnectionWrapper. add(java.io.File file, java.lang.String baseURI, RDFFormat dataFormat, Resource... contexts)voidRepositoryConnectionWrapper. add(java.io.InputStream in, java.lang.String baseURI, RDFFormat dataFormat, Resource... contexts)voidRepositoryConnectionWrapper. add(java.io.Reader reader, java.lang.String baseURI, RDFFormat dataFormat, Resource... contexts)voidRepositoryConnectionWrapper. add(java.lang.Iterable<? extends Statement> statements, Resource... contexts)voidRepositoryConnectionWrapper. add(java.net.URL url, java.lang.String baseURI, RDFFormat dataFormat, Resource... contexts)<E extends java.lang.Exception>
voidRepositoryConnectionWrapper. add(Iteration<? extends Statement,E> statementIter, Resource... contexts)voidRepositoryConnectionWrapper. add(Resource subject, IRI predicate, Value object, Resource... contexts)voidRepositoryConnectionWrapper. add(Statement st, Resource... contexts)protected abstract voidAbstractRepositoryConnection. addWithoutCommit(Resource subject, IRI predicate, Value object, Resource... contexts)protected voidAbstractRepositoryConnection. addWithoutCommit(Statement st, Resource... contexts)protected voidRepositoryConnectionWrapper. addWithoutCommit(Resource subject, IRI predicate, Value object, Resource... contexts)voidAbstractRepositoryConnection. begin(IsolationLevel level)voidRepositoryConnectionWrapper. begin()voidRepositoryConnectionWrapper. begin(IsolationLevel level)voidAbstractRepositoryConnection. clear(Resource... contexts)voidRepositoryConnectionWrapper. clear(Resource... contexts)voidRepositoryConnectionWrapper. clearNamespaces()voidAbstractRepositoryConnection. close()voidRepositoryConnectionWrapper. close()voidRepositoryConnectionWrapper. commit()protected voidAbstractRepositoryConnection. conditionalCommit(boolean condition)InvokesRepositoryConnection.commit()if supplied boolean condition istrue.protected voidAbstractRepositoryConnection. conditionalRollback(boolean condition)InvokesRepositoryConnection.rollback()if supplied boolean condition istrue.voidAbstractRepositoryConnection. export(RDFHandler handler, Resource... contexts)voidRepositoryConnectionWrapper. exportStatements(Resource subj, IRI pred, Value obj, boolean includeInferred, RDFHandler handler, Resource... contexts)protected voidRepositoryConnectionWrapper. exportStatements(RepositoryResult<Statement> stIter, RDFHandler handler)Exports all statements contained in the supplied statement iterator and all relevant namespace information to the supplied RDFHandler.RepositoryConnectionRepositoryWrapper. getConnection()RepositoryResult<Resource>RepositoryConnectionWrapper. getContextIDs()abstract java.lang.StringAbstractRepositoryConnection. getNamespace(java.lang.String prefix)java.lang.StringRepositoryConnectionWrapper. getNamespace(java.lang.String prefix)RepositoryResult<Namespace>RepositoryConnectionWrapper. getNamespaces()RepositoryResult<Statement>RepositoryConnectionWrapper. getStatements(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts)booleanAbstractRepositoryConnection. hasStatement(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts)booleanAbstractRepositoryConnection. hasStatement(Statement st, boolean includeInferred, Resource... contexts)booleanRepositoryConnectionWrapper. hasStatement(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts)booleanRepositoryConnectionWrapper. hasStatement(Statement st, boolean includeInferred, Resource... contexts)voidAbstractRepository. init()voidRepositoryWrapper. init()protected abstract voidAbstractRepository. initializeInternal()booleanRepositoryConnectionWrapper. isActive()booleanAbstractRepositoryConnection. isAutoCommit()Deprecated.UseRepositoryConnection.isActive()instead.booleanRepositoryConnectionWrapper. isAutoCommit()Deprecated.UseRepositoryConnectionWrapper.isActive()instead.protected booleanRepositoryConnectionWrapper. isDelegatingAdd()If false then the following add methods will callRepositoryConnectionWrapper.addWithoutCommit(Resource, IRI, Value, Resource[]).protected booleanRepositoryConnectionWrapper. isDelegatingRead()If false then the following has/export/isEmpty methods will callRepositoryConnectionWrapper.getStatements(Resource, IRI, Value, boolean, Resource[]).protected booleanRepositoryConnectionWrapper. isDelegatingRemove()If false then the following remove methods will callRepositoryConnectionWrapper.removeWithoutCommit(Resource, IRI, Value, Resource[]).booleanAbstractRepositoryConnection. isEmpty()booleanRepositoryConnectionWrapper. isEmpty()booleanAbstractRepositoryConnection. isOpen()booleanRepositoryConnectionWrapper. isOpen()booleanRepositoryWrapper. isWritable()voidRepositoryConnectionWrapper. prepare()BooleanQueryAbstractRepositoryConnection. prepareBooleanQuery(QueryLanguage ql, java.lang.String query)BooleanQueryRepositoryConnectionWrapper. prepareBooleanQuery(QueryLanguage ql, java.lang.String query, java.lang.String baseURI)GraphQueryAbstractRepositoryConnection. prepareGraphQuery(QueryLanguage ql, java.lang.String query)GraphQueryRepositoryConnectionWrapper. prepareGraphQuery(QueryLanguage ql, java.lang.String query, java.lang.String baseURI)QueryAbstractRepositoryConnection. prepareQuery(QueryLanguage ql, java.lang.String query)QueryRepositoryConnectionWrapper. prepareQuery(QueryLanguage ql, java.lang.String query, java.lang.String baseURI)TupleQueryAbstractRepositoryConnection. prepareTupleQuery(QueryLanguage ql, java.lang.String query)TupleQueryRepositoryConnectionWrapper. prepareTupleQuery(QueryLanguage ql, java.lang.String query, java.lang.String baseURI)UpdateAbstractRepositoryConnection. prepareUpdate(QueryLanguage ql, java.lang.String update)UpdateRepositoryConnectionWrapper. prepareUpdate(QueryLanguage ql, java.lang.String update, java.lang.String baseURI)voidAbstractRepositoryConnection. remove(java.lang.Iterable<? extends Statement> statements, Resource... contexts)<E extends java.lang.Exception>
voidAbstractRepositoryConnection. remove(Iteration<? extends Statement,E> statements, Resource... contexts)voidAbstractRepositoryConnection. remove(Resource subject, IRI predicate, Value object, Resource... contexts)voidAbstractRepositoryConnection. remove(Statement st, Resource... contexts)voidRepositoryConnectionWrapper. remove(java.lang.Iterable<? extends Statement> statements, Resource... contexts)<E extends java.lang.Exception>
voidRepositoryConnectionWrapper. remove(Iteration<? extends Statement,E> statementIter, Resource... contexts)voidRepositoryConnectionWrapper. remove(Resource subject, IRI predicate, Value object, Resource... contexts)voidRepositoryConnectionWrapper. remove(Statement st, Resource... contexts)voidRepositoryConnectionWrapper. removeNamespace(java.lang.String prefix)protected abstract voidAbstractRepositoryConnection. removeWithoutCommit(Resource subject, IRI predicate, Value object, Resource... contexts)protected voidAbstractRepositoryConnection. removeWithoutCommit(Statement st, Resource... contexts)protected voidRepositoryConnectionWrapper. removeWithoutCommit(Resource subject, IRI predicate, Value object, Resource... contexts)voidRepositoryConnectionWrapper. rollback()voidAbstractRepositoryConnection. setAutoCommit(boolean autoCommit)Deprecated.UseRepositoryConnection.begin()instead.voidRepositoryConnectionWrapper. setAutoCommit(boolean autoCommit)Deprecated.useRepositoryConnectionWrapper.begin()instead.abstract voidAbstractRepositoryConnection. setNamespace(java.lang.String prefix, java.lang.String name)voidRepositoryConnectionWrapper. setNamespace(java.lang.String prefix, java.lang.String name)voidAbstractRepository. shutDown()voidRepositoryWrapper. shutDown()protected abstract voidAbstractRepository. shutDownInternal()longRepositoryConnectionWrapper. size(Resource... contexts)protected booleanAbstractRepositoryConnection. startLocalTransaction()Starts a new transaction if one is not already active. -
Uses of RepositoryException in org.eclipse.rdf4j.repository.config
Methods in org.eclipse.rdf4j.repository.config that throw RepositoryException Modifier and Type Method Description static ResourceRepositoryConfigUtil. getContext(RepositoryConnection con, java.lang.String repositoryID)Deprecated.private static StatementRepositoryConfigUtil. getIDStatement(RepositoryConnection con, java.lang.String repositoryID)static RepositoryConfigRepositoryConfigUtil. getRepositoryConfig(Repository repository, java.lang.String repositoryID)Deprecated.static java.util.Set<java.lang.String>RepositoryConfigUtil. getRepositoryIDs(Model model)static java.util.Set<java.lang.String>RepositoryConfigUtil. getRepositoryIDs(Repository repository)Deprecated.static booleanRepositoryConfigUtil. hasRepositoryConfig(Repository repository, java.lang.String repositoryID)Deprecated.static booleanRepositoryConfigUtil. removeRepositoryConfigs(Repository repository, java.lang.String... repositoryIDs)Deprecated.static voidRepositoryConfigUtil. updateRepositoryConfigs(RepositoryConnection con, RepositoryConfig... configs)Deprecated.static voidRepositoryConfigUtil. updateRepositoryConfigs(Repository repository, RepositoryConfig... configs)Deprecated. -
Uses of RepositoryException in org.eclipse.rdf4j.repository.contextaware
Methods in org.eclipse.rdf4j.repository.contextaware that throw RepositoryException Modifier and Type Method Description voidContextAwareConnection. add(java.io.File file, java.lang.String baseURI, RDFFormat dataFormat, Resource... contexts)voidContextAwareConnection. add(java.io.File file, RDFFormat dataFormat, Resource... contexts)voidContextAwareConnection. add(java.io.InputStream in, java.lang.String baseURI, RDFFormat dataFormat, Resource... contexts)voidContextAwareConnection. add(java.io.InputStream in, RDFFormat dataFormat, Resource... contexts)voidContextAwareConnection. add(java.io.Reader reader, java.lang.String baseURI, RDFFormat dataFormat, Resource... contexts)voidContextAwareConnection. add(java.io.Reader reader, RDFFormat dataFormat, Resource... contexts)voidContextAwareConnection. add(java.lang.Iterable<? extends Statement> statements, Resource... contexts)voidContextAwareConnection. add(java.net.URL url, java.lang.String baseURI, RDFFormat dataFormat, Resource... contexts)voidContextAwareConnection. add(java.net.URL url, RDFFormat dataFormat, Resource... contexts)<E extends java.lang.Exception>
voidContextAwareConnection. add(Iteration<? extends Statement,E> statementIter, Resource... contexts)voidContextAwareConnection. add(Resource subject, IRI predicate, Value object, Resource... contexts)voidContextAwareConnection. add(Statement st, Resource... contexts)voidContextAwareConnection. clear(Resource... contexts)voidContextAwareConnection. export(RDFHandler handler, Resource... contexts)voidContextAwareConnection. exportStatements(Resource subj, IRI pred, Value obj, boolean includeInferred, RDFHandler handler, Resource... contexts)voidContextAwareConnection. exportStatements(Resource subj, IRI pred, Value obj, RDFHandler handler, Resource... contexts)Exports all statements with a specific subject, predicate and/or object from the repository, optionally from the specified contexts.ContextAwareConnectionContextAwareRepository. getConnection()RepositoryResult<Statement>ContextAwareConnection. getStatements(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts)RepositoryResult<Statement>ContextAwareConnection. getStatements(Resource subj, IRI pred, Value obj, Resource... contexts)Gets all statements with a specific subject, predicate and/or object from the repository.booleanContextAwareConnection. hasStatement(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts)booleanContextAwareConnection. hasStatement(Resource subj, IRI pred, Value obj, Resource... contexts)Checks whether the repository contains statements with a specific subject, predicate and/or object, optionally in the specified contexts.booleanContextAwareConnection. hasStatement(Statement st, boolean includeInferred, Resource... contexts)booleanContextAwareConnection. hasStatement(Statement st, Resource... contexts)Checks whether the repository contains the specified statement, optionally in the specified contexts.protected booleanContextAwareConnection. isDelegatingRemove()BooleanQueryContextAwareConnection. prepareBooleanQuery(QueryLanguage ql, java.lang.String query)BooleanQueryContextAwareConnection. prepareBooleanQuery(QueryLanguage ql, java.lang.String query, java.lang.String baseURI)GraphQueryContextAwareConnection. prepareGraphQuery(java.lang.String query)GraphQueryContextAwareConnection. prepareGraphQuery(QueryLanguage ql, java.lang.String query)GraphQueryContextAwareConnection. prepareGraphQuery(QueryLanguage ql, java.lang.String query, java.lang.String baseURI)QueryContextAwareConnection. prepareQuery(java.lang.String query)QueryContextAwareConnection. prepareQuery(QueryLanguage ql, java.lang.String query)QueryContextAwareConnection. prepareQuery(QueryLanguage ql, java.lang.String query, java.lang.String baseURI)TupleQueryContextAwareConnection. prepareTupleQuery(java.lang.String query)TupleQueryContextAwareConnection. prepareTupleQuery(QueryLanguage ql, java.lang.String query)TupleQueryContextAwareConnection. prepareTupleQuery(QueryLanguage ql, java.lang.String query, java.lang.String baseURI)UpdateContextAwareConnection. prepareUpdate(java.lang.String query)UpdateContextAwareConnection. prepareUpdate(QueryLanguage ql, java.lang.String query)UpdateContextAwareConnection. prepareUpdate(QueryLanguage ql, java.lang.String update, java.lang.String baseURI)voidContextAwareConnection. remove(java.lang.Iterable<? extends Statement> statements, Resource... contexts)<E extends java.lang.Exception>
voidContextAwareConnection. remove(Iteration<? extends Statement,E> statementIter, Resource... contexts)Removes the supplied statements from a specific context in this repository, ignoring any context information carried by the statements themselves.voidContextAwareConnection. remove(Resource subject, IRI predicate, Value object, Resource... contexts)Removes the statement with the specified subject, predicate and object from the repository, optionally restricted to the specified contexts.voidContextAwareConnection. remove(Statement st, Resource... contexts)Removes the supplied statement from the specified contexts in the repository.protected voidContextAwareConnection. removeWithoutCommit(Resource subject, IRI predicate, Value object, Resource... contexts)longContextAwareConnection. size(Resource... contexts)Returns the number of (explicit) statements that are in the specified contexts in this repository.Constructors in org.eclipse.rdf4j.repository.contextaware that throw RepositoryException Constructor Description ContextAwareConnection(Repository repository)ContextAwareConnection(RepositoryConnection connection)ContextAwareConnection(Repository repository, RepositoryConnection connection) -
Uses of RepositoryException in org.eclipse.rdf4j.repository.dataset
Methods in org.eclipse.rdf4j.repository.dataset that throw RepositoryException Modifier and Type Method Description RepositoryConnectionDatasetRepository. getConnection()private voidDatasetRepository. load(java.net.URL url, java.net.URLConnection urlCon, IRI context, ParserConfig config)voidDatasetRepository. loadDataset(java.net.URL url, IRI context, ParserConfig config)Inspects if the dataset at the supplied URL location has been modified since the last load into this repository and if so loads it into the supplied context.BooleanQueryDatasetRepositoryConnection. prepareBooleanQuery(QueryLanguage ql, java.lang.String query, java.lang.String baseURI)GraphQueryDatasetRepositoryConnection. prepareGraphQuery(QueryLanguage ql, java.lang.String query, java.lang.String baseURI)QueryDatasetRepositoryConnection. prepareQuery(QueryLanguage ql, java.lang.String query, java.lang.String baseURI)TupleQueryDatasetRepositoryConnection. prepareTupleQuery(QueryLanguage ql, java.lang.String query, java.lang.String baseURI) -
Uses of RepositoryException in org.eclipse.rdf4j.repository.event
Methods in org.eclipse.rdf4j.repository.event that throw RepositoryException Modifier and Type Method Description NotifyingRepositoryConnectionNotifyingRepository. getConnection()Opens a connection to this repository that can be used for querying and updating the contents of the repository. -
Uses of RepositoryException in org.eclipse.rdf4j.repository.event.base
Methods in org.eclipse.rdf4j.repository.event.base that throw RepositoryException Modifier and Type Method Description voidInterceptingRepositoryConnectionWrapper. addWithoutCommit(Resource subject, IRI predicate, Value object, Resource... contexts)voidNotifyingRepositoryConnectionWrapper. addWithoutCommit(Resource subject, IRI predicate, Value object, Resource... contexts)voidInterceptingRepositoryConnectionWrapper. begin()voidNotifyingRepositoryConnectionWrapper. begin()voidInterceptingRepositoryConnectionWrapper. clear(Resource... contexts)voidNotifyingRepositoryConnectionWrapper. clear(Resource... contexts)voidInterceptingRepositoryConnectionWrapper. clearNamespaces()voidNotifyingRepositoryConnectionWrapper. clearNamespaces()voidInterceptingRepositoryConnectionWrapper. close()voidNotifyingRepositoryConnectionWrapper. close()voidInterceptingRepositoryConnectionWrapper. commit()voidNotifyingRepositoryConnectionWrapper. commit()InterceptingRepositoryConnectionInterceptingRepositoryWrapper. getConnection()NotifyingRepositoryConnectionNotifyingRepositoryWrapper. getConnection()voidInterceptingRepositoryWrapper. init()voidNotifyingRepositoryWrapper. init()UpdateInterceptingRepositoryConnectionWrapper. prepareUpdate(QueryLanguage ql, java.lang.String update, java.lang.String baseURI)UpdateNotifyingRepositoryConnectionWrapper. prepareUpdate(QueryLanguage ql, java.lang.String update, java.lang.String baseURI)voidInterceptingRepositoryConnectionWrapper. removeNamespace(java.lang.String prefix)voidNotifyingRepositoryConnectionWrapper. removeNamespace(java.lang.String prefix)voidInterceptingRepositoryConnectionWrapper. removeWithoutCommit(Resource subject, IRI predicate, Value object, Resource... contexts)voidNotifyingRepositoryConnectionWrapper. removeWithoutCommit(Resource subj, IRI pred, Value obj, Resource... ctx)voidInterceptingRepositoryConnectionWrapper. rollback()voidNotifyingRepositoryConnectionWrapper. rollback()voidInterceptingRepositoryConnectionWrapper. setAutoCommit(boolean autoCommit)Deprecated.voidNotifyingRepositoryConnectionWrapper. setAutoCommit(boolean autoCommit)Deprecated.voidInterceptingRepositoryConnectionWrapper. setNamespace(java.lang.String prefix, java.lang.String name)voidNotifyingRepositoryConnectionWrapper. setNamespace(java.lang.String prefix, java.lang.String name)voidInterceptingRepositoryWrapper. shutDown()voidNotifyingRepositoryWrapper. shutDown() -
Uses of RepositoryException in org.eclipse.rdf4j.repository.http
Methods in org.eclipse.rdf4j.repository.http that return RepositoryException Modifier and Type Method Description RepositoryExceptionHTTPQueryEvaluationException. getCauseAsRepositoryException()RepositoryExceptionHTTPUpdateExecutionException. getCauseAsRepositoryException()Methods in org.eclipse.rdf4j.repository.http that throw RepositoryException Modifier and Type Method Description voidHTTPRepositoryConnection. add(java.io.File file, java.lang.String baseURI, RDFFormat dataFormat, Resource... contexts)voidHTTPRepositoryConnection. add(java.io.InputStream in, java.lang.String baseURI, RDFFormat dataFormat, Resource... contexts)voidHTTPRepositoryConnection. add(java.io.Reader reader, java.lang.String baseURI, RDFFormat dataFormat, Resource... contexts)voidHTTPRepositoryConnection. add(java.net.URL url, java.lang.String baseURI, RDFFormat dataFormat, Resource... contexts)voidHTTPRepositoryConnection. add(Resource subject, IRI predicate, Value object, Resource... contexts)voidHTTPRepositoryConnection. add(Statement st, Resource... contexts)private voidHTTPRepositoryConnection. addModel(Model m)protected voidHTTPRepositoryConnection. addWithoutCommit(Resource subject, IRI predicate, Value object, Resource... contexts)voidHTTPRepositoryConnection. begin()voidHTTPRepositoryConnection. clear(Resource... contexts)voidHTTPRepositoryConnection. clearNamespaces()voidHTTPRepositoryConnection. close()voidHTTPRepositoryConnection. commit()voidHTTPRepositoryConnection. exportStatements(Resource subj, IRI pred, Value obj, boolean includeInferred, RDFHandler handler, Resource... contexts)protected voidHTTPRepositoryConnection. flushTransactionState(Protocol.Action action)RepositoryConnectionHTTPRepository. getConnection()RepositoryResult<Resource>HTTPRepositoryConnection. getContextIDs()java.lang.StringHTTPRepositoryConnection. getNamespace(java.lang.String prefix)RepositoryResult<Namespace>HTTPRepositoryConnection. getNamespaces()RepositoryResult<Statement>HTTPRepositoryConnection. getStatements(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts)protected voidHTTPRepository. initializeInternal()booleanHTTPRepositoryConnection. isActive()booleanHTTPRepository. isWritable()voidHTTPRepositoryConnection. prepare()UpdateHTTPRepositoryConnection. prepareUpdate(QueryLanguage ql, java.lang.String update, java.lang.String baseURI)private voidHTTPRepositoryConnection. removeModel(Model m)voidHTTPRepositoryConnection. removeNamespace(java.lang.String prefix)protected voidHTTPRepositoryConnection. removeWithoutCommit(Resource subject, IRI predicate, Value object, Resource... contexts)voidHTTPRepositoryConnection. rollback()voidHTTPRepositoryConnection. setNamespace(java.lang.String prefix, java.lang.String name)protected voidHTTPRepository. shutDownInternal()longHTTPRepositoryConnection. size(Resource... contexts)(package private) booleanHTTPRepository. useCompatibleMode()Verify if transaction handling should be done in backward-compatible mode (this is the case when communicating with an older RDF4J Server).protected voidHTTPRepositoryConnection. verifyIsOpen()Verifies that the connection is open, throws aStoreExceptionif it isn't.protected voidHTTPRepositoryConnection. verifyNotTxnActive(java.lang.String msg)Verifies that the connection does not have an active transaction, throws aRepositoryExceptionif it has.protected voidHTTPRepositoryConnection. verifyTxnActive()Verifies that the connection has an active transaction, throws aStoreExceptionif it hasn't. -
Uses of RepositoryException in org.eclipse.rdf4j.repository.manager
Methods in org.eclipse.rdf4j.repository.manager that throw RepositoryException Modifier and Type Method Description voidLocalRepositoryManager. addRepositoryConfig(RepositoryConfig config)voidRemoteRepositoryManager. addRepositoryConfig(RepositoryConfig config)abstract voidRepositoryManager. addRepositoryConfig(RepositoryConfig config)Adds or updates the configuration of a repository to the manager.protected RepositoryLocalRepositoryManager. createRepository(java.lang.String id)protected RepositoryRemoteRepositoryManager. createRepository(java.lang.String id)Creates and initializes the repository with the specified ID.protected abstract RepositoryRepositoryManager. createRepository(java.lang.String id)Creates and initializes the repository with the specified ID.RepositoryManagerRepositoryProvider.SynchronizedManager. get()java.util.Collection<Repository>RepositoryManager. getAllRepositories()Returns all configured repositories.java.util.List<RepositoryInfo>LocalRepositoryManager. getAllRepositoryInfos()java.util.Collection<RepositoryInfo>RemoteRepositoryManager. getAllRepositoryInfos()abstract java.util.Collection<RepositoryInfo>RepositoryManager. getAllRepositoryInfos()Retrieve meta information of all configured repositories.java.util.Collection<RepositoryInfo>RepositoryManager. getAllRepositoryInfos(boolean skipSystemRepo)Deprecated.UseRepositoryManager.getAllRepositoryInfos()instead.java.util.Collection<RepositoryInfo>RepositoryManager. getAllUserRepositoryInfos()Deprecated.UseRepositoryManager.getAllRepositoryInfos()instead.static RemoteRepositoryManagerRemoteRepositoryManager. getInstance(java.lang.String serverURL)Creates an initializedRemoteRepositoryManagerwith the specified server URL.static RemoteRepositoryManagerRemoteRepositoryManager. getInstance(java.lang.String serverURL, java.lang.String username, java.lang.String password)Creates an initializedRemoteRepositoryManagerwith the specified server URL and credentials.java.lang.StringRepositoryManager. getNewRepositoryID(java.lang.String baseName)Generates an ID for a new repository based on the specified base name.RepositoryRepositoryManager. getRepository(java.lang.String identity)Gets the repository that is known by the specified ID from this manager.static RepositoryRepositoryProvider. getRepository(java.lang.String url)Retrieves a (new or existing) Repository object for the supplied repository URL.RepositoryConfigRemoteRepositoryManager. getRepositoryConfig(java.lang.String id)abstract RepositoryConfigRepositoryManager. getRepositoryConfig(java.lang.String repositoryID)java.util.Set<java.lang.String>RepositoryManager. getRepositoryIDs()Get the IDs of all available repositories.RepositoryInfoRepositoryManager. getRepositoryInfo(java.lang.String id)Gets the repository that is known by the specified ID from this manager.static LocalRepositoryManagerRepositoryProvider. getRepositoryManager(java.io.File dir)Creates aLocalRepositoryManager, if not already created, that will be shutdown when the JVM exits cleanly.static RepositoryManagerRepositoryProvider. getRepositoryManager(java.lang.String url)Creates aRepositoryManager, if not already created, that will be shutdown when the JVM exits cleanly.static RepositoryManagerRepositoryProvider. getRepositoryManagerOfRepository(java.lang.String url)Retrieves theRepositoryManagerthat will be used for the given repository URL.booleanRepositoryManager. hasRepositoryConfig(java.lang.String repositoryID)voidRepositoryManager. init()Initializes the repository manager.booleanRepositoryManager. isSafeToRemove(java.lang.String repositoryID)Checks on whether the given repository is referred to by aProxyRepositoryconfiguration.booleanLocalRepositoryManager. removeRepository(java.lang.String repositoryID)booleanRemoteRepositoryManager. removeRepository(java.lang.String repositoryID)booleanRepositoryManager. removeRepository(java.lang.String repositoryID)Removes the specified repository by deleting its configuration if such a configuration is present, and removing any persistent data associated with the repository. -
Uses of RepositoryException in org.eclipse.rdf4j.repository.manager.util
Methods in org.eclipse.rdf4j.repository.manager.util that throw RepositoryException Modifier and Type Method Description voidTypeFilteringRepositoryManager. addRepositoryConfig(RepositoryConfig config)protected RepositoryTypeFilteringRepositoryManager. createRepository(java.lang.String id)java.util.Collection<RepositoryInfo>TypeFilteringRepositoryManager. getAllRepositoryInfos()java.lang.StringTypeFilteringRepositoryManager. getNewRepositoryID(java.lang.String baseName)RepositoryTypeFilteringRepositoryManager. getRepository(java.lang.String id)RepositoryConfigTypeFilteringRepositoryManager. getRepositoryConfig(java.lang.String repositoryID)java.util.Set<java.lang.String>TypeFilteringRepositoryManager. getRepositoryIDs()RepositoryInfoTypeFilteringRepositoryManager. getRepositoryInfo(java.lang.String id)booleanTypeFilteringRepositoryManager. hasRepositoryConfig(java.lang.String repositoryID)voidNotifyingLocalRepositoryManager. init()voidTypeFilteringRepositoryManager. init()protected booleanTypeFilteringRepositoryManager. isCorrectType(java.lang.String repositoryID) -
Uses of RepositoryException in org.eclipse.rdf4j.repository.sail
Methods in org.eclipse.rdf4j.repository.sail that return RepositoryException Modifier and Type Method Description protected RepositoryExceptionSailCloseableIteration. convert(java.lang.Exception e)Methods in org.eclipse.rdf4j.repository.sail that throw RepositoryException Modifier and Type Method Description protected voidSailRepositoryConnection. addWithoutCommit(Resource subject, IRI predicate, Value object, Resource... contexts)voidSailRepositoryConnection. begin()voidSailRepositoryConnection. begin(IsolationLevel level)private voidSailUpdate. beginLocalTransaction()voidSailRepositoryConnection. clear(Resource... contexts)voidSailRepositoryConnection. clearNamespaces()voidSailRepositoryConnection. close()voidSailRepositoryConnection. commit()private voidSailUpdate. commitLocalTransaction()voidSailRepositoryConnection. exportStatements(Resource subj, IRI pred, Value obj, boolean includeInferred, RDFHandler handler, Resource... contexts)RepositoryConnectionProxyRepository. getConnection()SailRepositoryConnectionSailRepository. getConnection()RepositoryResult<Resource>SailRepositoryConnection. getContextIDs()java.lang.StringSailRepositoryConnection. getNamespace(java.lang.String prefix)RepositoryResult<Namespace>SailRepositoryConnection. getNamespaces()RepositoryResult<Statement>SailRepositoryConnection. getStatements(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts)booleanSailRepositoryConnection. hasStatement(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts)protected voidProxyRepository. initializeInternal()protected voidSailRepository. initializeInternal()booleanSailRepositoryConnection. isEmpty()booleanSailRepositoryConnection. isOpen()booleanProxyRepository. isWritable()booleanSailRepository. isWritable()voidSailRepositoryConnection. prepare()UpdateSailRepositoryConnection. prepareUpdate(QueryLanguage ql, java.lang.String update, java.lang.String baseURI)voidSailRepositoryConnection. removeNamespace(java.lang.String prefix)protected voidSailRepositoryConnection. removeWithoutCommit(Resource subject, IRI predicate, Value object, Resource... contexts)voidSailRepositoryConnection. rollback()private voidSailUpdate. rollbackLocalTransaction()voidSailRepositoryConnection. setNamespace(java.lang.String prefix, java.lang.String name)protected voidProxyRepository. shutDownInternal()protected voidSailRepository. shutDownInternal()longSailRepositoryConnection. size(Resource... contexts) -
Uses of RepositoryException in org.eclipse.rdf4j.repository.sail.config
Methods in org.eclipse.rdf4j.repository.sail.config that throw RepositoryException Modifier and Type Method Description RepositoryRepositoryResolver. getRepository(java.lang.String memberID)Deprecated. -
Uses of RepositoryException in org.eclipse.rdf4j.repository.sparql
Methods in org.eclipse.rdf4j.repository.sparql that throw RepositoryException Modifier and Type Method Description voidSPARQLConnection. add(java.io.File file, java.lang.String baseURI, RDFFormat dataFormat, Resource... contexts)voidSPARQLConnection. add(java.io.InputStream in, java.lang.String baseURI, RDFFormat dataFormat, Resource... contexts)voidSPARQLConnection. add(java.io.Reader reader, java.lang.String baseURI, RDFFormat dataFormat, Resource... contexts)voidSPARQLConnection. add(java.lang.Iterable<? extends Statement> statements, Resource... contexts)voidSPARQLConnection. add(java.net.URL url, java.lang.String baseURI, RDFFormat dataFormat, Resource... contexts)voidSPARQLConnection. add(Statement st, Resource... contexts)protected voidSPARQLConnection. addWithoutCommit(Resource subject, IRI predicate, Value object, Resource... contexts)protected voidSPARQLConnection. addWithoutCommit(Statement st, Resource... contexts)voidSPARQLConnection. begin()voidSPARQLConnection. clear(Resource... contexts)voidSPARQLConnection. clearNamespaces()voidSPARQLConnection. close()voidSPARQLConnection. commit()voidSPARQLConnection. exportStatements(Resource subj, IRI pred, Value obj, boolean includeInferred, RDFHandler handler, Resource... contexts)RepositoryConnectionSPARQLRepository. getConnection()RepositoryResult<Resource>SPARQLConnection. getContextIDs()java.lang.StringSPARQLConnection. getNamespace(java.lang.String prefix)RepositoryResult<Namespace>SPARQLConnection. getNamespaces()private RepositoryResult<Statement>SPARQLConnection. getStatementGeneral(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts)RepositoryResult<Statement>SPARQLConnection. getStatements(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts)private RepositoryResult<Statement>SPARQLConnection. getStatementsQuadMode(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts)private RepositoryResult<Statement>SPARQLConnection. getStatementsSingleTriple(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts)booleanSPARQLConnection. hasStatement(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts)protected voidSPARQLRepository. initializeInternal()booleanSPARQLConnection. isActive()booleanSPARQLConnection. isEmpty()booleanSPARQLRepository. isWritable()voidSPARQLConnection. prepare()BooleanQuerySPARQLConnection. prepareBooleanQuery(QueryLanguage ql, java.lang.String query, java.lang.String base)GraphQuerySPARQLConnection. prepareGraphQuery(QueryLanguage ql, java.lang.String query, java.lang.String base)QuerySPARQLConnection. prepareQuery(QueryLanguage ql, java.lang.String query, java.lang.String base)TupleQuerySPARQLConnection. prepareTupleQuery(QueryLanguage ql, java.lang.String query, java.lang.String base)UpdateSPARQLConnection. prepareUpdate(QueryLanguage ql, java.lang.String update, java.lang.String baseURI)voidSPARQLConnection. remove(java.lang.Iterable<? extends Statement> statements, Resource... contexts)voidSPARQLConnection. remove(Statement st, Resource... contexts)voidSPARQLConnection. removeNamespace(java.lang.String prefix)protected voidSPARQLConnection. removeWithoutCommit(Resource subject, IRI predicate, Value object, Resource... contexts)protected voidSPARQLConnection. removeWithoutCommit(Statement st, Resource... contexts)voidSPARQLConnection. rollback()private voidSPARQLConnection. setBindings(Query query, Resource subj, IRI pred, Value obj, Resource... contexts)voidSPARQLConnection. setNamespace(java.lang.String prefix, java.lang.String name)protected voidSPARQLRepository. shutDownInternal()longSPARQLConnection. size(Resource... contexts) -
Uses of RepositoryException in org.eclipse.rdf4j.repository.sparql.federation
Methods in org.eclipse.rdf4j.repository.sparql.federation that throw RepositoryException Modifier and Type Method Description private RepositoryConnectionRepositoryFederatedService. freshConnection()Return a freshRepositoryConnectionfrom the configured repository.protected RepositoryConnectionRepositoryFederatedService. getConnection()Retrieve a (re-usable) connection. -
Uses of RepositoryException in org.eclipse.rdf4j.repository.util
Methods in org.eclipse.rdf4j.repository.util that return types with arguments of type RepositoryException Modifier and Type Method Description static java.util.function.Supplier<RepositoryException>Repositories. repositoryException(java.lang.String message)Creates aSupplierofRepositoryExceptionobjects that be passed toOptional.orElseThrow(Supplier)to generate exceptions as necessary.Method parameters in org.eclipse.rdf4j.repository.util with type arguments of type RepositoryException Modifier and Type Method Description static <T> TRepositories. get(Repository repository, java.util.function.Function<RepositoryConnection,T> processFunction, java.util.function.Consumer<RepositoryException> exceptionHandler)Opens aRepositoryConnectionto the given Repository within a transaction, sends the connection to the givenFunction, before either rolling back the transaction if it failed, or committing the transaction if it was successful.static <T> TRepositories. getNoTransaction(Repository repository, java.util.function.Function<RepositoryConnection,T> processFunction, java.util.function.Consumer<RepositoryException> exceptionHandler)Opens aRepositoryConnectionto the given Repository without opening a transaction, sends the connection to the givenFunction.Methods in org.eclipse.rdf4j.repository.util that throw RepositoryException Modifier and Type Method Description static voidRepositories. consume(Repository repository, java.util.function.Consumer<RepositoryConnection> processFunction)Opens aRepositoryConnectionto the given Repository within a transaction, sends the connection to the givenConsumer, before either rolling back the transaction if it failed, or committing the transaction if it was successful.static voidRepositories. consume(Repository repository, java.util.function.Consumer<RepositoryConnection> processFunction, java.util.function.Consumer<RepositoryException> exceptionHandler)Opens aRepositoryConnectionto the given Repository within a transaction, sends the connection to the givenConsumer, before either rolling back the transaction if it failed, or committing the transaction if it was successful.static voidRepositories. consumeNoTransaction(Repository repository, java.util.function.Consumer<RepositoryConnection> processFunction)Opens aRepositoryConnectionto the given Repository without opening a transaction, sends the connection to the givenConsumer.static voidRepositories. consumeNoTransaction(Repository repository, java.util.function.Consumer<RepositoryConnection> processFunction, java.util.function.Consumer<RepositoryException> exceptionHandler)Opens aRepositoryConnectionto the given Repository without opening a transaction, sends the connection to the givenConsumer.static voidConnections. consumeRDFCollection(RepositoryConnection conn, Resource head, java.util.function.Consumer<Statement> collectionConsumer, Resource... contexts)Retrieve allStatements that together form the RDF Collection starting with the supplied start resource and send them to the suppliedConsumer.static java.util.Collection<? extends Statement>RepositoryUtil. difference(Repository rep1, Repository rep2)Compares two models defined by the default context of two repositories and returns the difference between the first and the second model (that is, all statements that are present in rep1 but not in rep2).static booleanRepositoryUtil. equals(Repository rep1, Repository rep2)Compares the models in the default contexts of the two supplied repositories and returns true if they are equal.static <T> TRepositories. get(Repository repository, java.util.function.Function<RepositoryConnection,T> processFunction)Opens aRepositoryConnectionto the given Repository within a transaction, sends the connection to the givenFunction, before either rolling back the transaction if it failed, or committing the transaction if it was successful.static <T> TRepositories. get(Repository repository, java.util.function.Function<RepositoryConnection,T> processFunction, java.util.function.Consumer<RepositoryException> exceptionHandler)Opens aRepositoryConnectionto the given Repository within a transaction, sends the connection to the givenFunction, before either rolling back the transaction if it failed, or committing the transaction if it was successful.static <T> TRepositories. getNoTransaction(Repository repository, java.util.function.Function<RepositoryConnection,T> processFunction)Opens aRepositoryConnectionto the given Repository without opening a transaction, sends the connection to the givenFunction.static <T> TRepositories. getNoTransaction(Repository repository, java.util.function.Function<RepositoryConnection,T> processFunction, java.util.function.Consumer<RepositoryException> exceptionHandler)Opens aRepositoryConnectionto the given Repository without opening a transaction, sends the connection to the givenFunction.static <C extends java.util.Collection<Statement>>
CConnections. getRDFCollection(RepositoryConnection conn, Resource head, C statementCollection, Resource... contexts)Retrieve allStatements that together form the RDF Collection starting with the supplied starting resource.static java.util.Optional<Statement>Connections. getStatement(RepositoryConnection conn, Resource subject, IRI predicate, Value object, Resource... contexts)Retrieve a singleStatementmatching with the supplied subject, predicate, object and context(s) from the givenRepositoryConnection.static <T> TRepositories. graphQuery(Repository repository, java.lang.String query, java.util.function.Function<GraphQueryResult,T> processFunction)Performs a SPARQL Construct or Describe query on the given Repository within a transaction and passes the results to the givenFunctionwith the result from the function returned by the method.static voidRepositories. graphQuery(Repository repository, java.lang.String query, RDFHandler handler)Performs a SPARQL Construct or Describe query on the given Repository within a transaction and passes the results to the givenRDFHandler.static <T> TRepositories. graphQueryNoTransaction(Repository repository, java.lang.String query, java.util.function.Function<GraphQueryResult,T> processFunction)Performs a SPARQL Construct or Describe query on the given Repository without opening a transaction and passes the results to the givenFunctionwith the result from the function returned by the method.static voidRepositories. graphQueryNoTransaction(Repository repository, java.lang.String query, RDFHandler handler)Performs a SPARQL Construct or Describe query on the given Repository without opening a transaction and passes the results to the givenRDFHandler.static booleanRepositoryUtil. isSubset(Repository rep1, Repository rep2)Compares the models of the default context of two repositories and returns true if rep1 is a subset of rep2.static <T> TRepositories. tupleQuery(Repository repository, java.lang.String query, java.util.function.Function<TupleQueryResult,T> processFunction)Performs a SPARQL Select query on the given Repository within a transaction and passes the results to the givenFunctionwith the result from the function returned by the method.static voidRepositories. tupleQuery(Repository repository, java.lang.String query, TupleQueryResultHandler handler)Performs a SPARQL Select query on the given Repository within a transaction and passes the results to the givenTupleQueryResultHandler.static <T> TRepositories. tupleQueryNoTransaction(Repository repository, java.lang.String query, java.util.function.Function<TupleQueryResult,T> processFunction)Performs a SPARQL Select query on the given Repository without opening a transaction and passes the results to the givenFunctionwith the result from the function returned by the method.static voidRepositories. tupleQueryNoTransaction(Repository repository, java.lang.String query, TupleQueryResultHandler handler)Performs a SPARQL Select query on the given Repository without opening a transaction and passes the results to the givenTupleQueryResultHandler.
-