public interface AdjustmentServiceInterface extends Remote
| Modifier and Type | Method and Description |
|---|---|
TrafficForecastAdjustmentPage |
getTrafficAdjustmentsByStatement(Statement filterStatement)
Returns a
TrafficForecastAdjustmentPage of all TrafficForecastAdjustments that
satisfy the given Statement.query. |
TrafficForecastAdjustment[] |
updateTrafficAdjustments(TrafficForecastAdjustment[] adjustments)
Saves all of the provided traffic adjustments.
|
TrafficForecastAdjustmentPage getTrafficAdjustmentsByStatement(Statement filterStatement) throws RemoteException, ApiException
TrafficForecastAdjustmentPage of all TrafficForecastAdjustments that
satisfy the given Statement.query. The following fields
are supported for filtering:
| PQL Property | Object Property |
|---|---|
id |
TrafficForecastAdjustment.id |
lastModifiedDateTime |
TrafficForecastAdjustment.lastModifiedDateTime |
RemoteExceptionApiExceptionTrafficForecastAdjustment[] updateTrafficAdjustments(TrafficForecastAdjustment[] adjustments) throws RemoteException, ApiException
If there is already a TrafficForecastAdjustment
saved for the same TrafficTimeSeriesFilterCriteria, the pre-existing TrafficForecastAdjustment will be
completely replaced with the submitted TrafficForecastAdjustment.
This method is only available when MAKE_TRAFFIC_FORECAST_ADJUSTMENTS_IN_BULK is enabled in the global settings on your network.
RemoteExceptionApiExceptionCopyright © 2020. All rights reserved.