Description
List<QueryHandle> getAllQueries(sessionid, states, user, driver, queryName, fromDate, toDate);
Currently provides very limited information (Query handle) upon this call. If consuming service where to tabulate minimal information of query history, the call to getAllQueries have to be followed by a series of
LensQuery getStatus(sessionid, queryHandle)
.
It would be very helpful to have a resource method that can provide a richer set of information as an additional method.
Attachments
Attachments
Issue Links
- depends upon
-
LENS-1317 Lens Query Conf to be persisted in Finished_Queries store
- Closed
- links to