public class DeleteForecast extends XMLRequest
This request will return a message box with number U4001229 if the forecast calculation is active.
The parameter force can be used to delete the forcast in this case.
| Constructor and Description |
|---|
DeleteForecast(ForecastItem item)
Creates a new
DeleteForecast. |
DeleteForecast(ForecastItem item,
boolean force)
Creates a new
DeleteForecast request. |
DeleteForecast(List<ForecastItem> items,
boolean force)
Creates a new
DeleteForecast for multiple forecast items. |
getAllMessageBoxes, getMessageBox, getRequestID, handleResponse, send, showQuarantineNotificationpublic DeleteForecast(ForecastItem item)
DeleteForecast.item - Forecast which should be removedpublic DeleteForecast(ForecastItem item, boolean force)
DeleteForecast request.item - Forecast which should be removedforce - If true the forecast will be removed even if it is currently runningpublic DeleteForecast(List<ForecastItem> items, boolean force)
DeleteForecast for multiple forecast items.items - List of Forecast items which should be removedforce - If true forecast items will be removed even if they are currently runningCopyright © 2021. All rights reserved.