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.
This method is incompatible with the use of traffic forecast segments and forecast adjustments. It will throw an exception if that use is enabled for this network.
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.
This method is incompatible with the use of traffic forecast segments and forecast adjustments. It will throw an exception if that use is enabled for this network.
RemoteExceptionApiExceptionCopyright © 2020. All rights reserved.