Package | Description |
---|---|
org.openrdf.workbench.util |
Modifier and Type | Method and Description |
---|---|
boolean |
QueryStorage.askExists(HTTPRepository repository,
String queryName,
String userName) |
boolean |
QueryStorage.checkAccess(HTTPRepository repository)
Checks whether the current user/password credentials can really access the
current repository.
|
String |
QueryStorage.getQueryText(HTTPRepository repository,
String owner,
String queryName)
Retrieves the specified query text.
|
void |
QueryStorage.saveQuery(HTTPRepository repository,
String queryName,
String userName,
boolean shared,
QueryLanguage queryLanguage,
String queryText,
boolean infer,
int rowsPerPage)
Save a query.
|
void |
QueryStorage.selectSavedQueries(HTTPRepository repository,
String userName,
TupleResultBuilder builder)
Prepares a query to retrieve the queries accessible to the given user in
the given repository.
|
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-2016 Aduna. All Rights Reserved.