| Package | Description | 
|---|---|
| org.opennms.api.reporting | |
| org.opennms.api.reporting.parameter | |
| org.opennms.reporting.core.svclayer | |
| org.opennms.reporting.core.svclayer.support | 
| Modifier and Type | Method and Description | 
|---|---|
static ReportMode | 
ReportMode.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static ReportMode[] | 
ReportMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Map<String,Object> | 
ReportParameters.getReportParms(ReportMode mode)  | 
Date | 
ReportDateParm.getValue(ReportMode mode)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ReportWrapperService.run(ReportParameters parameters,
   ReportMode mode,
   DeliveryOptions deliveryOptions,
   String reportId)
This method runs the report 
 | 
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.run(ReportParameters parameters,
   ReportMode mode,
   DeliveryOptions deliveryOptions,
   String reportId)
This method runs the report 
 | 
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 
 | 
Copyright © 2021. All rights reserved.