- getConfig() - Method in interface org.openrdf.repository.config.RepositoryFactory
-
- getConnection() - Method in class org.openrdf.repository.base.RepositoryWrapper
-
- getConnection() - Method in interface org.openrdf.repository.Repository
-
Opens a connection to this repository that can be used for querying and
updating the contents of the repository.
- getContext(RepositoryConnection, String) - Static method in class org.openrdf.repository.config.RepositoryConfigUtil
-
- getContext() - Method in class org.openrdf.repository.util.RDFRemover
-
Gets the context identifier that this RDFRemover enforces upon all
statements that are reported to it (in case enforcesContext()
returns true).
- getContextIDs() - Method in class org.openrdf.repository.base.RepositoryConnectionWrapper
-
- getContextIDs() - Method in interface org.openrdf.repository.RepositoryConnection
-
Gets all resources that are used as content identifiers.
- getContexts() - Method in class org.openrdf.repository.util.AbstractRDFInserter
-
Gets the contexts that this RDFInserter enforces upon all statements that
are reported to it (in case enforcesContext() returns
true).
- getDataDir() - Method in class org.openrdf.repository.base.RepositoryWrapper
-
- getDataDir() - Method in interface org.openrdf.repository.Repository
-
Get the directory where data and logging for this repository is stored.
- getDelegate() - Method in class org.openrdf.repository.base.RepositoryConnectionWrapper
-
- getDelegate() - Method in class org.openrdf.repository.base.RepositoryWrapper
-
- getDelegate() - Method in interface org.openrdf.repository.config.DelegatingRepositoryImplConfig
-
- getDelegate() - Method in class org.openrdf.repository.config.DelegatingRepositoryImplConfigBase
-
- getDelegate() - Method in interface org.openrdf.repository.DelegatingRepository
-
- getDelegate() - Method in interface org.openrdf.repository.DelegatingRepositoryConnection
-
- getID() - Method in class org.openrdf.repository.config.RepositoryConfig
-
- getInstance() - Static method in class org.openrdf.repository.config.RepositoryRegistry
-
Gets the default QueryParserRegistry.
- getIsolationLevel() - Method in class org.openrdf.repository.base.RepositoryConnectionBase
-
- getIsolationLevel() - Method in class org.openrdf.repository.base.RepositoryConnectionWrapper
-
- getIsolationLevel() - Method in interface org.openrdf.repository.RepositoryConnection
-
- getKey(RepositoryFactory) - Method in class org.openrdf.repository.config.RepositoryRegistry
-
- getLockedBy() - Method in exception org.openrdf.repository.RepositoryLockedException
-
Returns the name representing the Java virtual machine that acquired the
lock.
- getMultilineMap() - Method in class org.openrdf.repository.config.ConfigTemplate
-
- getNamespace(String) - Method in class org.openrdf.repository.base.RepositoryConnectionWrapper
-
- getNamespace(String) - Method in interface org.openrdf.repository.RepositoryConnection
-
Gets the namespace that is associated with the specified prefix, if any.
- getNamespaces() - Method in class org.openrdf.repository.base.RepositoryConnectionWrapper
-
- getNamespaces() - Method in interface org.openrdf.repository.RepositoryConnection
-
Gets all declared namespaces as a RepositoryResult of
Namespace
objects.
- getParserConfig() - Method in class org.openrdf.repository.base.RepositoryConnectionBase
-
- getParserConfig() - Method in interface org.openrdf.repository.RepositoryConnection
-
Returns the parser configuration this connection uses for Rio-based
operations.
- getRepository() - Method in class org.openrdf.repository.base.RepositoryConnectionBase
-
- getRepository(RepositoryImplConfig) - Method in interface org.openrdf.repository.config.RepositoryFactory
-
Returns a Repository instance that has been initialized using the supplied
configuration data.
- getRepository() - Method in interface org.openrdf.repository.RepositoryConnection
-
Returns the Repository object to which this connection belongs.
- getRepositoryConfig(Repository, String) - Static method in class org.openrdf.repository.config.RepositoryConfigUtil
-
- getRepositoryIDs(Repository) - Static method in class org.openrdf.repository.config.RepositoryConfigUtil
-
- getRepositoryImplConfig() - Method in class org.openrdf.repository.config.RepositoryConfig
-
- getRepositoryType() - Method in interface org.openrdf.repository.config.RepositoryFactory
-
Returns the type of the repositories that this factory creates.
- getRequestedBy() - Method in exception org.openrdf.repository.RepositoryLockedException
-
Returns the name representing the Java virtual machine that requested the
lock.
- getStatements(Resource, URI, Value, boolean, Resource...) - Method in class org.openrdf.repository.base.RepositoryConnectionWrapper
-
- getStatements(Resource, URI, Value, boolean, Resource...) - Method in interface org.openrdf.repository.RepositoryConnection
-
Gets all statements with a specific subject, predicate and/or object from
the repository.
- getTemplate() - Method in class org.openrdf.repository.config.ConfigTemplate
-
- getTitle() - Method in class org.openrdf.repository.config.RepositoryConfig
-
- getType() - Method in interface org.openrdf.repository.config.RepositoryImplConfig
-
- getType() - Method in class org.openrdf.repository.config.RepositoryImplConfigBase
-
- getValueFactory() - Method in class org.openrdf.repository.base.RepositoryConnectionBase
-
- getValueFactory() - Method in class org.openrdf.repository.base.RepositoryWrapper
-
- getValueFactory() - Method in interface org.openrdf.repository.Repository
-
Gets a ValueFactory for this Repository.
- getValueFactory() - Method in interface org.openrdf.repository.RepositoryConnection
-
Gets a ValueFactory for this RepositoryConnection.
- getVariableMap() - Method in class org.openrdf.repository.config.ConfigTemplate
-
- RDFInserter - Class in org.openrdf.repository.util
-
An RDFHandler that adds RDF data to a repository.
- RDFInserter(RepositoryConnection) - Constructor for class org.openrdf.repository.util.RDFInserter
-
Creates a new RDFInserter object that preserves bnode IDs and that does
not enforce any context upon statements that are reported to it.
- RDFLoader - Class in org.openrdf.repository.util
-
Handles common I/O to retrieve and parse RDF.
- RDFLoader(ParserConfig, ValueFactory) - Constructor for class org.openrdf.repository.util.RDFLoader
-
- RDFRemover - Class in org.openrdf.repository.util
-
An RDFHandler that removes RDF data from a repository.
- RDFRemover(RepositoryConnection) - Constructor for class org.openrdf.repository.util.RDFRemover
-
Creates a new RDFRemover object that removes the data from the default
context.
- remove(Iterable<? extends Statement>, Resource...) - Method in class org.openrdf.repository.base.RepositoryConnectionBase
-
- remove(Iteration<? extends Statement, E>, Resource...) - Method in class org.openrdf.repository.base.RepositoryConnectionBase
-
- remove(Statement, Resource...) - Method in class org.openrdf.repository.base.RepositoryConnectionBase
-
- remove(Resource, URI, Value, Resource...) - Method in class org.openrdf.repository.base.RepositoryConnectionBase
-
- remove(Iterable<? extends Statement>, Resource...) - Method in class org.openrdf.repository.base.RepositoryConnectionWrapper
-
- remove(Iteration<? extends Statement, E>, Resource...) - Method in class org.openrdf.repository.base.RepositoryConnectionWrapper
-
- remove(Resource, URI, Value, Resource...) - Method in class org.openrdf.repository.base.RepositoryConnectionWrapper
-
- remove(Statement, Resource...) - Method in class org.openrdf.repository.base.RepositoryConnectionWrapper
-
- remove(Resource, URI, Value, Resource...) - Method in interface org.openrdf.repository.RepositoryConnection
-
Removes the statement(s) with the specified subject, predicate and object
from the repository, optionally restricted to the specified contexts.
- remove(Statement, Resource...) - Method in interface org.openrdf.repository.RepositoryConnection
-
Removes the supplied statement from the specified contexts in the
repository.
- remove(Iterable<? extends Statement>, Resource...) - Method in interface org.openrdf.repository.RepositoryConnection
-
Removes the supplied statements from the specified contexts in this
repository.
- remove(Iteration<? extends Statement, E>, Resource...) - Method in interface org.openrdf.repository.RepositoryConnection
-
Removes the supplied statements from a specific context in this
repository, ignoring any context information carried by the statements
themselves.
- remove() - Method in class org.openrdf.repository.RepositoryResult
-
- removeNamespace(String) - Method in class org.openrdf.repository.base.RepositoryConnectionWrapper
-
- removeNamespace(String) - Method in interface org.openrdf.repository.RepositoryConnection
-
Removes a namespace declaration by removing the association between a
prefix and a namespace name.
- removeRepositoryConfigs(Repository, String...) - Static method in class org.openrdf.repository.config.RepositoryConfigUtil
-
Removes one or more Repository configurations from a Repository.
- removeWithoutCommit(Statement, Resource...) - Method in class org.openrdf.repository.base.RepositoryConnectionBase
-
- removeWithoutCommit(Resource, URI, Value, Resource...) - Method in class org.openrdf.repository.base.RepositoryConnectionBase
-
- removeWithoutCommit(Resource, URI, Value, Resource...) - Method in class org.openrdf.repository.base.RepositoryConnectionWrapper
-
- render(Map<String, String>) - Method in class org.openrdf.repository.config.ConfigTemplate
-
- REPOSITORY - Static variable in class org.openrdf.repository.config.RepositoryConfigSchema
-
http://www.openrdf.org/config/repository#Repository
- Repository - Interface in org.openrdf.repository
-
A Sesame repository that contains RDF data that can be queried and updated.
- REPOSITORY_CONTEXT - Static variable in class org.openrdf.repository.config.RepositoryConfigSchema
-
http://www.openrdf.org/config/repository#RepositoryContext
- RepositoryBase - Class in org.openrdf.repository.base
-
Abstract base class for Repository implementations.
- RepositoryBase() - Constructor for class org.openrdf.repository.base.RepositoryBase
-
- RepositoryConfig - Class in org.openrdf.repository.config
-
- RepositoryConfig() - Constructor for class org.openrdf.repository.config.RepositoryConfig
-
Create a new RepositoryConfig.
- RepositoryConfig(String) - Constructor for class org.openrdf.repository.config.RepositoryConfig
-
Create a new RepositoryConfigImpl.
- RepositoryConfig(String, RepositoryImplConfig) - Constructor for class org.openrdf.repository.config.RepositoryConfig
-
Create a new RepositoryConfigImpl.
- RepositoryConfig(String, String) - Constructor for class org.openrdf.repository.config.RepositoryConfig
-
Create a new RepositoryConfigImpl.
- RepositoryConfig(String, String, RepositoryImplConfig) - Constructor for class org.openrdf.repository.config.RepositoryConfig
-
Create a new RepositoryConfigImpl.
- RepositoryConfigException - Exception in org.openrdf.repository.config
-
Exception indicating a repository configuration problem.
- RepositoryConfigException() - Constructor for exception org.openrdf.repository.config.RepositoryConfigException
-
- RepositoryConfigException(String) - Constructor for exception org.openrdf.repository.config.RepositoryConfigException
-
- RepositoryConfigException(Throwable) - Constructor for exception org.openrdf.repository.config.RepositoryConfigException
-
- RepositoryConfigException(String, Throwable) - Constructor for exception org.openrdf.repository.config.RepositoryConfigException
-
- RepositoryConfigSchema - Class in org.openrdf.repository.config
-
- RepositoryConfigSchema() - Constructor for class org.openrdf.repository.config.RepositoryConfigSchema
-
- RepositoryConfigUtil - Class in org.openrdf.repository.config
-
- RepositoryConfigUtil() - Constructor for class org.openrdf.repository.config.RepositoryConfigUtil
-
- RepositoryConnection - Interface in org.openrdf.repository
-
Main interface for updating data in and performing queries on a Sesame
Repository.
- RepositoryConnectionBase - Class in org.openrdf.repository.base
-
Abstract class implementing most 'convenience' methods in the
RepositoryConnection interface by transforming parameters and mapping the
methods to the basic (abstractly declared) methods.
- RepositoryConnectionBase(Repository) - Constructor for class org.openrdf.repository.base.RepositoryConnectionBase
-
- RepositoryConnectionOptimizations - Interface in org.openrdf.repository
-
Interface describing supported connection optimizations.
- RepositoryConnectionUtil - Class in org.openrdf.repository.util
-
- RepositoryConnectionWrapper - Class in org.openrdf.repository.base
-
Delegates all calls to the delegate RepositoryConnection.
- RepositoryConnectionWrapper(Repository) - Constructor for class org.openrdf.repository.base.RepositoryConnectionWrapper
-
- RepositoryConnectionWrapper(Repository, RepositoryConnection) - Constructor for class org.openrdf.repository.base.RepositoryConnectionWrapper
-
- RepositoryException - Exception in org.openrdf.repository
-
An exception thrown by classes from the Repository API to indicate an error.
- RepositoryException() - Constructor for exception org.openrdf.repository.RepositoryException
-
- RepositoryException(String) - Constructor for exception org.openrdf.repository.RepositoryException
-
- RepositoryException(Throwable) - Constructor for exception org.openrdf.repository.RepositoryException
-
- RepositoryException(String, Throwable) - Constructor for exception org.openrdf.repository.RepositoryException
-
- RepositoryFactory - Interface in org.openrdf.repository.config
-
A RepositoryFactory takes care of creating and initializing a specific type
of
Repositorys based on RDF configuration data.
- REPOSITORYID - Static variable in class org.openrdf.repository.config.RepositoryConfigSchema
-
http://www.openrdf.org/config/repository#repositoryID
- REPOSITORYIMPL - Static variable in class org.openrdf.repository.config.RepositoryConfigSchema
-
http://www.openrdf.org/config/repository#repositoryImpl
- RepositoryImplConfig - Interface in org.openrdf.repository.config
-
- RepositoryImplConfigBase - Class in org.openrdf.repository.config
-
- RepositoryImplConfigBase() - Constructor for class org.openrdf.repository.config.RepositoryImplConfigBase
-
Create a new RepositoryConfigImpl.
- RepositoryImplConfigBase(String) - Constructor for class org.openrdf.repository.config.RepositoryImplConfigBase
-
Create a new RepositoryConfigImpl.
- RepositoryLockedException - Exception in org.openrdf.repository
-
Indicates that a Repository cannot be initialised because the configured
persisted location is locked.
- RepositoryLockedException(String, String, String, Throwable) - Constructor for exception org.openrdf.repository.RepositoryLockedException
-
- RepositoryReadOnlyException - Exception in org.openrdf.repository
-
Indicates that the current write operation did not succeed because the SAIL
cannot be written to, it can only be read from.
- RepositoryReadOnlyException() - Constructor for exception org.openrdf.repository.RepositoryReadOnlyException
-
- RepositoryReadOnlyException(String, Throwable) - Constructor for exception org.openrdf.repository.RepositoryReadOnlyException
-
- RepositoryReadOnlyException(String) - Constructor for exception org.openrdf.repository.RepositoryReadOnlyException
-
- RepositoryReadOnlyException(Throwable) - Constructor for exception org.openrdf.repository.RepositoryReadOnlyException
-
- RepositoryRegistry - Class in org.openrdf.repository.config
-
- RepositoryRegistry() - Constructor for class org.openrdf.repository.config.RepositoryRegistry
-
- RepositoryResult<T> - Class in org.openrdf.repository
-
A RepositoryResult is a result collection of objects (for example
Statement,
Namespace, or
Resource objects) that can be iterated over.
- RepositoryResult(CloseableIteration<? extends T, RepositoryException>) - Constructor for class org.openrdf.repository.RepositoryResult
-
- REPOSITORYTYPE - Static variable in class org.openrdf.repository.config.RepositoryConfigSchema
-
http://www.openrdf.org/config/repository#repositoryType
- RepositoryUtil - Class in org.openrdf.repository.util
-
Utility methods for comparing sets of statements (graphs) with each other.
- RepositoryUtil() - Constructor for class org.openrdf.repository.util.RepositoryUtil
-
- RepositoryWrapper - Class in org.openrdf.repository.base
-
- RepositoryWrapper() - Constructor for class org.openrdf.repository.base.RepositoryWrapper
-
Creates a new RepositoryWrapper.
- RepositoryWrapper(Repository) - Constructor for class org.openrdf.repository.base.RepositoryWrapper
-
- rollback() - Method in class org.openrdf.repository.base.RepositoryConnectionWrapper
-
- rollback() - Method in interface org.openrdf.repository.RepositoryConnection
-
Rolls back all updates in the active transaction.