Class ReportFetch
- java.lang.Object
- 
- com.inductiveautomation.reporting.gateway.perspective.ReportFetch
 
- 
- All Implemented Interfaces:
- FetchableCache.Fetchable
 
 public class ReportFetch extends java.lang.Object implements FetchableCache.Fetchable 
- 
- 
Constructor SummaryConstructors Constructor Description ReportFetch(ReportingGatewayHook hook, java.lang.String project, java.lang.String reportPath, java.util.Map<java.lang.String,java.lang.Object> parameters, java.util.TimeZone timeZone, java.util.function.Consumer<java.lang.String> failureHandler, ReportViewerModelDelegate.ReportDownloadListener downloadListener)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidfetch(javax.servlet.http.HttpServletResponse response)
 
- 
- 
- 
Constructor Detail- 
ReportFetchpublic ReportFetch(ReportingGatewayHook hook, java.lang.String project, java.lang.String reportPath, java.util.Map<java.lang.String,java.lang.Object> parameters, java.util.TimeZone timeZone, java.util.function.Consumer<java.lang.String> failureHandler, ReportViewerModelDelegate.ReportDownloadListener downloadListener) 
 
- 
 - 
Method Detail- 
fetchpublic void fetch(javax.servlet.http.HttpServletResponse response) throws java.io.IOException- Specified by:
- fetchin interface- FetchableCache.Fetchable
- Throws:
- java.io.IOException
 
 
- 
 
-