| Package | Description |
|---|---|
| org.openrdf.repository |
The Repository API: the main API for handling Sesame repositories.
|
| org.openrdf.repository.base |
| Modifier and Type | Method and Description |
|---|---|
RepositoryResult<Resource> |
RepositoryConnection.getContextIDs()
Gets all resources that are used as content identifiers.
|
RepositoryResult<Namespace> |
RepositoryConnection.getNamespaces()
Gets all declared namespaces as a RepositoryResult of
Namespace
objects. |
RepositoryResult<Statement> |
RepositoryConnection.getStatements(Resource subj,
URI pred,
Value obj,
boolean includeInferred,
Resource... contexts)
Gets all statements with a specific subject, predicate and/or object from
the repository.
|
| Modifier and Type | Method and Description |
|---|---|
RepositoryResult<Resource> |
RepositoryConnectionWrapper.getContextIDs() |
RepositoryResult<Namespace> |
RepositoryConnectionWrapper.getNamespaces() |
RepositoryResult<Statement> |
RepositoryConnectionWrapper.getStatements(Resource subj,
URI pred,
Value obj,
boolean includeInferred,
Resource... contexts) |
| Modifier and Type | Method and Description |
|---|---|
protected 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.
|
Copyright © 2001-2016 Aduna. All Rights Reserved.