JasperReportsRefreshService
Refreshes reports in specific periods.@Deprecated public interface JasperReportsRefresh
| Modifier and Type | Method and Description |
|---|---|
boolean |
onRefresh()
Deprecated.
as of release 4.3, please use methods from
JasperReportsRefreshService.onRefresh()
Refresh all available reports. Returns true if page update is required |
void |
startRefreshing(WidgetPreferencesModel widget,
RefreshTimeOption refreshOption)
Deprecated.
as of release 4.3, please use methods from
JasperReportsRefreshService.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. |
void |
stopRefreshing(WidgetPreferencesModel widget)
Deprecated.
as of release 4.3, please use methods from
JasperReportsRefreshService.stopRefreshing(WidgetPreferencesModel)
Stop automatic refreshing of the widget |
@Deprecated void startRefreshing(WidgetPreferencesModel widget, RefreshTimeOption refreshOption)
JasperReportsRefreshService.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.@Deprecated void stopRefreshing(WidgetPreferencesModel widget)
JasperReportsRefreshService.stopRefreshing(WidgetPreferencesModel)
Stop automatic refreshing of the widget@Deprecated boolean onRefresh()
JasperReportsRefreshService.onRefresh()
Refresh all available reports. Returns true if page update is requiredCopyright © 2017 SAP SE. All Rights Reserved.