| AbstractQueryService |
A base class for query services.
|
| CodeService |
A service for generating code based on a query.
|
| CodeServlet |
A servlet for routing requests to the code service.
|
| QueryListAppendService |
Append items to a list from the results of a query.
|
| QueryListAppendServlet |
Runs the query-to-list service to run queries and save them as lists.
|
| QueryRemovalService |
A service that removes a saved query from profile's collection of saved queries.
|
| QueryRequestParser |
Processes query request parameters.
|
| QueryRetrieverService |
A service that retrieves a stored query by qid.
|
| QueryStoreService |
A service that stores a query and associates it with an id.
|
| QueryToListService |
A service for transforming a query, represented as a PathQuery serialised
to XML, to a list.
|
| QueryToListServlet |
Runs the query-to-list service to run queries and save them as lists.
|
| QueryUpdateService |
Same in all respects as the upload service, but this class overwrites queries with the provided
names.
|
| QueryUploadService |
A service to enable queries to be uploaded programmatically.
|
| QueryUploadServlet |
Runs the query Upload Service to handle user query uploads.
|
| SavedQueryRetrievalService |
|