public class Handler_plot_list extends MethodHandler
Parameter:
(optional) region
(optional) generalstation
(optional) comment: value of year to query comments of.
Either region or generalstation needs to be set to filter plots.
Returns one plot per row with columns:
1. plot name
2. plot category (normal, vip)
3. logger type name or virtual (if plot is not identical with station)
4. (if parameter comment was set) comment for this plot as text
handlerMethodName, tsdb
Constructor and Description |
---|
Handler_plot_list(RemoteTsDB tsdb) |
Modifier and Type | Method and Description |
---|---|
void |
handle(java.lang.String target,
Request baseRequest,
HttpServletRequest request,
HttpServletResponse response) |
getHandlerMethodName, writeStringArray, writeStringArray
public Handler_plot_list(RemoteTsDB tsdb)