ReportDestination |
Reporter.getCountReportDestination(String cssPrefix) |
Get a report destination that just counts the resulting rows and displays it
in a HTML table with a custom CSS prefix, suitable for use with
SchedulerSession.executeQuery(String, Object[], APIResultSetCallback) .
|
ReportDestination |
Reporter.getCSVReportDestination() |
Get a report destination that will create CSV tables, suitable
for use with SchedulerSession.executeQuery(String, Object[], APIResultSetCallback) .
|
ReportDestination |
Reporter.getHTMLReportDestination() |
Get a report destination that will create HTML tables, suitable
for use with SchedulerSession.executeQuery(String, Object[], APIResultSetCallback) .
|
ReportDestination |
Reporter.getHTMLReportDestination(String cssPrefix) |
Get a report destination that will create HTML tables with a custom CSS prefix, suitable
for use with SchedulerSession.executeQuery(String, Object[], APIResultSetCallback) .
|
ReportDestination |
Reporter.getJsonReportDestination() |
Get a report destination that will create JSON tables, suitable for use with
SchedulerSession.executeQuery(String, Object[], APIResultSetCallback) .
|
ReportDestination |
Reporter.getRTXReportDestination() |
Get a report destination that will create RTX tables, suitable for use with
SchedulerSession.executeQuery(String, Object[], APIResultSetCallback) .
|
ReportDestination |
Reporter.getXMLReportDestination() |
Get a report destination that will create XML tables, suitable for use with
SchedulerSession.executeQuery(String, Object[], APIResultSetCallback) .
|