Package | Description |
---|---|
org.openrdf.http.protocol | |
org.openrdf.model.util | |
org.openrdf.query |
Interfaces and classes for handling queries and query results.
|
org.openrdf.query.algebra.evaluation | |
org.openrdf.query.dawg |
Functionality to convert tuple query results to and from the
Data Access Working Group Test Result Set RDF Vocabulary
|
org.openrdf.query.resultio | |
org.openrdf.repository |
The Repository API: the main API for handling Sesame repositories.
|
org.openrdf.repository.config | |
org.openrdf.repository.http |
A repository that serves as a proxy for a remote repository on a Sesame server.
|
org.openrdf.rio |
General classes and interfaces for RDF parsers and RDF writers.
|
org.openrdf.runtime | |
org.openrdf.sail |
RDF Storage And Inference Layer (RDF Sail): a set of interfaces defining an API
for RDF repositories.
|
org.openrdf.sail.config | |
org.openrdf.sail.rdbms.exceptions | |
org.openrdf.workbench.commands | |
org.openrdf.workbench.util |
Modifier and Type | Class and Description |
---|---|
class |
UnauthorizedException |
Modifier and Type | Class and Description |
---|---|
class |
GraphUtilException
An exception thrown by
GraphUtil when specific conditions are not
met. |
class |
LiteralUtilException
An exception thrown by
Literals when specific conditions are not
met. |
Modifier and Type | Class and Description |
---|---|
class |
BooleanQueryResultHandlerException
An exception that can be thrown by an BooleanQueryResultHandler when it
encounters an unrecoverable error.
|
class |
IncompatibleOperationException
An exception indicating that a string could not be parsed into an operation
of the expected type by the parser.
|
class |
MalformedQueryException
An exception indicating that a query could not be processed by the query
parser, typically due to syntax errors.
|
class |
QueryEvaluationException
An exception indicating that the evaluation of a query failed.
|
class |
QueryInterruptedException
An exception indicating that the evaluation of a query has been interrupted,
for example because it took too long to complete.
|
class |
QueryResultHandlerException
The super class of exceptions originating from
QueryResultHandler
implementations. |
class |
TupleQueryResultHandlerException
An exception that can be thrown by an TupleQueryResultHandler when it
encounters an unrecoverable error.
|
class |
UpdateExecutionException
An exception indicating that the execution of an update failed.
|
Modifier and Type | Class and Description |
---|---|
class |
ValueExprEvaluationException
An exception indicating that a
ValueExpr could not be evaluated due
to illegal or incompatible values. |
Modifier and Type | Class and Description |
---|---|
class |
DAWGTestResultSetParseException
An exception that is thrown to indicate that the parsing of a DAWG Test
Result Set graph failed due to an incompatible or incomplete graph.
|
Modifier and Type | Class and Description |
---|---|
class |
QueryResultParseException
A parse exception that can be thrown by a query result parser when it
encounters an error from which it cannot or doesn't want to recover.
|
Modifier and Type | Class and Description |
---|---|
class |
RepositoryException
An exception thrown by classes from the Repository API to indicate an error.
|
class |
RepositoryLockedException
Indicates that a Repository cannot be initialised because the configured
persisted location is locked.
|
class |
RepositoryReadOnlyException
Indicates that the current write operation did not succeed because the SAIL
cannot be written to, it can only be read from.
|
class |
UnknownTransactionStateException
A specific subtype of
RepositoryException that indicates the
connection's transaction state can not be determined. |
Modifier and Type | Class and Description |
---|---|
class |
RepositoryConfigException
Exception indicating a repository configuration problem.
|
Modifier and Type | Class and Description |
---|---|
class |
HTTPQueryEvaluationException |
class |
HTTPUpdateExecutionException |
Modifier and Type | Class and Description |
---|---|
class |
RDFHandlerException
An exception that can be thrown by an RDFHandler when it encounters an
unrecoverable error.
|
class |
RDFParseException
A parse exception that can be thrown by a parser when it encounters an error
from which it cannot or doesn't want to recover.
|
Modifier and Type | Method and Description |
---|---|
void |
RepositoryManagerFederator.addFed(String fedID,
String description,
Collection<String> members,
boolean readonly,
boolean distinct)
Adds a new repository to the
RepositoryManager , which is a
federation of the given repository id's, which must also refer to
repositories already managed by the
RepositoryManager . |
Modifier and Type | Class and Description |
---|---|
class |
SailException
An exception thrown by some methods in Sail to indicate that a requested
operation could not be executed.
|
class |
SailLockedException
Indicates that a SAIL cannot be initialised because the configured persisted
location is locked.
|
class |
SailReadOnlyException
Indicates that the current write operation did not succeed because the SAIL
cannot be written to, it can only be read from.
|
class |
UnknownSailTransactionStateException
Indicates that a SAIL's transaction state (active or inactive) cannot be determined.
|
Modifier and Type | Class and Description |
---|---|
class |
SailConfigException
Exception indicating a sail configuration problem.
|
Modifier and Type | Class and Description |
---|---|
class |
RdbmsException
SailExcetion from an RDBMS store.
|
class |
RdbmsQueryEvaluationException
Wraps a
SQLException or RdbmsException . |
class |
UnsupportedRdbmsOperatorException
Indicates that an operation is not supported on the database side and must be
evaluated on the client.
|
Modifier and Type | Method and Description |
---|---|
protected void |
QueryServlet.doPost(WorkbenchRequest req,
javax.servlet.http.HttpServletResponse resp,
String xslPath) |
protected void |
SavedQueriesServlet.doPost(WorkbenchRequest wreq,
javax.servlet.http.HttpServletResponse resp,
String xslPath) |
protected String |
QueryServlet.getQueryText(WorkbenchRequest req) |
protected ExploreServlet.ResultCursor |
ExploreServlet.processResource(RepositoryConnection con,
TupleResultBuilder builder,
Value value,
int offset,
int limit,
boolean render)
Query the repository for all instances of the given value, optionally
writing the results into the HTTP response.
|
protected void |
QueryServlet.service(WorkbenchRequest req,
javax.servlet.http.HttpServletResponse resp,
String xslPath) |
protected void |
SavedQueriesServlet.service(WorkbenchRequest req,
javax.servlet.http.HttpServletResponse resp,
String xslPath) |
protected void |
ExploreServlet.service(WorkbenchRequest req,
javax.servlet.http.HttpServletResponse resp,
TupleResultBuilder builder,
RepositoryConnection con) |
Modifier and Type | Method and Description |
---|---|
void |
QueryEvaluator.extractQueryAndEvaluate(TupleResultBuilder builder,
javax.servlet.http.HttpServletResponse resp,
OutputStream out,
String xslPath,
RepositoryConnection con,
String queryText,
WorkbenchRequest req,
CookieHandler cookies)
Evaluates the query submitted with the given request.
|
String |
QueryStorage.getQueryText(HTTPRepository repository,
String owner,
String queryName)
Retrieves the specified query text.
|
static Query |
QueryFactory.prepareQuery(RepositoryConnection con,
QueryLanguage queryLn,
String query) |
void |
QueryStorage.saveQuery(HTTPRepository repository,
String queryName,
String userName,
boolean shared,
QueryLanguage queryLanguage,
String queryText,
boolean infer,
int rowsPerPage)
Save a query.
|
URI |
QueryStorage.selectSavedQuery(HTTPRepository repository,
String owner,
String queryName)
Returns the URI for the saved query in the given repository with the given
name, owned by the given owner.
|
Copyright © 2001-2013 Aduna. All Rights Reserved.