| Package | Description | 
|---|---|
| org.eclipse.rdf4j.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. | 
| 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. | 
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.