Interface JasperReportsRefresh
- All Known Implementing Classes:
DefaultJasperReportsRefresh
Deprecated.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanDeprecated.as of release 4.3, please use methods fromJasperReportsRefreshService.onRefresh()Refresh all available reports.voidstartRefreshing(WidgetPreferencesModel widget, RefreshTimeOption refreshOption) Deprecated.as of release 4.3, please use methods fromJasperReportsRefreshService.startRefreshing(WidgetPreferencesModel, RefreshTimeOption)Start automatic refresh of the widget.voidstopRefreshing(WidgetPreferencesModel widget) Deprecated.as of release 4.3, please use methods fromJasperReportsRefreshService.stopRefreshing(WidgetPreferencesModel)Stop automatic refreshing of the widget
-
Method Details
-
startRefreshing
Deprecated.as of release 4.3, please use methods fromJasperReportsRefreshService.startRefreshing(WidgetPreferencesModel, RefreshTimeOption)Start automatic refresh of the widget. This method should be called each time the refresh requirements have changed and when a widget is loaded in the system. Initially, the method does not have to be called, because default refresh rate is set to NEVER. Two consecutive calls are allowed. -
stopRefreshing
Deprecated.as of release 4.3, please use methods fromJasperReportsRefreshService.stopRefreshing(WidgetPreferencesModel)Stop automatic refreshing of the widget -
onRefresh
Deprecated.as of release 4.3, please use methods fromJasperReportsRefreshService.onRefresh()Refresh all available reports. Returns true if page update is required
-
JasperReportsRefreshServiceRefreshes reports in specific periods.