Uses of Class
org.eclipse.rdf4j.repository.http.HTTPRepository
-
Packages that use HTTPRepository Package Description org.eclipse.rdf4j.workbench.util -
-
Uses of HTTPRepository in org.eclipse.rdf4j.workbench.util
Methods in org.eclipse.rdf4j.workbench.util with parameters of type HTTPRepository Modifier and Type Method 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.IRI
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.
-