Uses of Class
org.opennms.api.reporting.ReportMode
-
Packages that use ReportMode Package Description org.opennms.api.reporting org.opennms.api.reporting.parameter org.opennms.reporting.core.svclayer org.opennms.reporting.core.svclayer.support -
-
Uses of ReportMode in org.opennms.api.reporting
Methods in org.opennms.api.reporting that return ReportMode Modifier and Type Method Description static ReportMode
ReportMode. valueOf(java.lang.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. -
Uses of ReportMode in org.opennms.api.reporting.parameter
Methods in org.opennms.api.reporting.parameter with parameters of type ReportMode Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.Object>
ReportParameters. getReportParms(ReportMode mode)
java.util.Date
ReportDateParm. getValue(ReportMode mode)
-
Uses of ReportMode in org.opennms.reporting.core.svclayer
Methods in org.opennms.reporting.core.svclayer with parameters of type ReportMode Modifier and Type Method Description void
ReportWrapperService. run(ReportParameters parameters, ReportMode mode, DeliveryOptions deliveryOptions, java.lang.String reportId)
This method runs the reportvoid
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 ReportMode in org.opennms.reporting.core.svclayer.support
Methods in org.opennms.reporting.core.svclayer.support with parameters of type ReportMode Modifier and Type Method Description void
DefaultReportWrapperService. run(ReportParameters parameters, ReportMode mode, DeliveryOptions deliveryOptions, java.lang.String reportId)
This method runs the reportvoid
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
-