Uses of Class
org.eclipse.rdf4j.repository.http.HTTPRepository
-
Uses of HTTPRepository in org.eclipse.rdf4j.workbench.util
Modifier and TypeMethodDescriptionboolean
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.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.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.