Package | Description |
---|---|
org.opennms.api.reporting | |
org.opennms.reporting.core.svclayer | |
org.opennms.reporting.core.svclayer.support | |
org.opennms.reporting.jasperreports.svclayer |
Modifier and Type | Method and Description |
---|---|
ReportParameters |
ReportService.getParameters(String ReportId)
This method retrieves the runtime parameters taken by the report
|
void |
ReportService.render(String ReportId,
String location,
ReportFormat format,
OutputStream outputStream)
This method renders the report into a given output stream.
|
String |
ReportService.run(Map<String,Object> reportParms,
String reportId)
This method runs the report
|
void |
ReportService.runAndRender(Map<String,Object> reportParms,
String ReportId,
ReportFormat format,
OutputStream outputStream)
This method runs the report and renders in into the given output stream
with no intermediate steps
|
Modifier and Type | Method and Description |
---|---|
void |
ReportWrapperService.runAndRender(ReportParameters parameters,
ReportMode mode,
OutputStream outputStream)
This method runs the report and renders in into the given output stream
with no intermediate steps
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultReportWrapperService.runAndRender(ReportParameters parameters,
ReportMode mode,
OutputStream outputStream)
This method runs the report and renders in into the given output stream
with no intermediate steps
|
Modifier and Type | Method and Description |
---|---|
ReportParameters |
JasperReportService.getParameters(String reportId)
This method retrieves the runtime parameters taken by the report
|
void |
JasperReportService.render(String reportId,
String location,
ReportFormat format,
OutputStream outputStream)
This method renders the report into a given output stream.
|
String |
JasperReportService.run(Map<String,Object> reportParms,
String reportId)
This method runs the report
|
void |
JasperReportService.runAndRender(Map<String,Object> reportParms,
String reportId,
ReportFormat format,
OutputStream outputStream)
This method runs the report and renders in into the given output stream
with no intermediate steps
|
Copyright © 2021. All rights reserved.