Uses of Class
org.opennms.api.reporting.ReportException
-
Packages that use ReportException Package Description org.opennms.api.reporting org.opennms.reporting.core.svclayer org.opennms.reporting.core.svclayer.support org.opennms.reporting.jasperreports.svclayer -
-
Uses of ReportException in org.opennms.api.reporting
Methods in org.opennms.api.reporting that throw ReportException Modifier and Type Method Description ReportParameters
ReportService. getParameters(java.lang.String ReportId)
This method retrieves the runtime parameters taken by the reportvoid
ReportService. render(java.lang.String ReportId, java.lang.String location, ReportFormat format, java.io.OutputStream outputStream)
This method renders the report into a given output stream.java.lang.String
ReportService. run(java.util.Map<java.lang.String,java.lang.Object> reportParms, java.lang.String reportId)
This method runs the reportvoid
ReportService. runAndRender(java.util.Map<java.lang.String,java.lang.Object> reportParms, java.lang.String ReportId, ReportFormat format, java.io.OutputStream outputStream)
This method runs the report and renders in into the given output stream with no intermediate steps -
Uses of ReportException in org.opennms.reporting.core.svclayer
Methods in org.opennms.reporting.core.svclayer that throw ReportException Modifier and Type Method Description void
ReportWrapperService. runAndRender(ReportParameters parameters, ReportMode mode, java.io.OutputStream outputStream)
This method runs the report and renders in into the given output stream with no intermediate steps -
Uses of ReportException in org.opennms.reporting.core.svclayer.support
Methods in org.opennms.reporting.core.svclayer.support that throw ReportException Modifier and Type Method Description void
DefaultReportWrapperService. runAndRender(ReportParameters parameters, ReportMode mode, java.io.OutputStream outputStream)
This method runs the report and renders in into the given output stream with no intermediate steps -
Uses of ReportException in org.opennms.reporting.jasperreports.svclayer
Methods in org.opennms.reporting.jasperreports.svclayer that throw ReportException Modifier and Type Method Description ReportParameters
JasperReportService. getParameters(java.lang.String reportId)
This method retrieves the runtime parameters taken by the reportvoid
JasperReportService. render(java.lang.String reportId, java.lang.String location, ReportFormat format, java.io.OutputStream outputStream)
This method renders the report into a given output stream.java.lang.String
JasperReportService. run(java.util.Map<java.lang.String,java.lang.Object> reportParms, java.lang.String reportId)
This method runs the reportvoid
JasperReportService. runAndRender(java.util.Map<java.lang.String,java.lang.Object> reportParms, java.lang.String reportId, ReportFormat format, java.io.OutputStream outputStream)
This method runs the report and renders in into the given output stream with no intermediate steps
-