public interface AdjustmentServiceInterface extends Remote
ForecastAdjustment[] createForecastAdjustments(ForecastAdjustment[] forecastAdjustments) throws RemoteException, ApiException
ForecastAdjustment objects.
This method requires that use of traffic forecast segments and forecast adjustments is enabled for this network, and will throw an exception if it is not enabled.
forecastAdjustments - the forecast adjustments to createApiException - if there is an error creating the forecast adjustmentsRemoteExceptionTrafficForecastSegment[] createTrafficForecastSegments(TrafficForecastSegment[] trafficForecastSegments) throws RemoteException, ApiException
TrafficForecastSegment objects.
This method requires that use of traffic forecast segments and forecast adjustments is enabled for this network, and will throw an exception if it is not enabled.
trafficForecastSegments - the traffic forecast segments to createApiException - if there is an error creating the traffic forecast
segmentsRemoteExceptionForecastAdjustmentPage getForecastAdjustmentsByStatement(Statement filterStatement) throws RemoteException, ApiException
ForecastAdjustmentPage of ForecastAdjustment
objects that satisfy the
given Statement.query.
This method requires that use of traffic forecast segments and forecast adjustments is enabled for this network, and will throw an exception if it is not enabled.
The following fields are supported for filtering:
| PQL Property | Object Property |
|---|---|
id |
ForecastAdjustment.id |
trafficForecastSegmentId |
ForecastAdjustment.trafficForecastSegmentId |
name |
ForecastAdjustment.name |
startDate |
ForecastAdjustment#startDate |
endDate |
ForecastAdjustment#endDate |
status |
ForecastAdjustment.status |
filterStatement - a Publisher Query Language statement to filter
a list of traffic
forecast segmentsRemoteExceptionApiExceptionTrafficForecastSegmentPage getTrafficForecastSegmentsByStatement(Statement filterStatement) throws RemoteException, ApiException
TrafficForecastSegmentPage of TrafficForecastSegment
objects that
satisfy the given Statement.query.
This method requires that use of traffic forecast segments and forecast adjustments is enabled for this network, and will throw an exception if it is not enabled.
The following fields are supported for filtering:
| PQL Property | Object Property |
|---|---|
id |
TrafficForecastSegment.id |
name |
TrafficForecastSegment.name |
creationTime |
TrafficForecastSegment#creationTime |
filterStatement - a Publisher Query Language statement to filter
a list of traffic
forecast segmentsRemoteExceptionApiExceptionUpdateResult performForecastAdjustmentAction(ForecastAdjustmentAction forecastAdjustmentAction, Statement filterStatement) throws RemoteException, ApiException
ForecastAdjustment objects that
match the given Statement.query.
This method requires that use of traffic forecast segments and forecast adjustments is enabled for this network, and will throw an exception if it is not enabled.
forecastAdjustmentAction - the action to performfilterStatement - a Publisher Query Language statement used to
filter a set of forecast
adjustmentsRemoteExceptionApiExceptionForecastAdjustment[] updateForecastAdjustments(ForecastAdjustment[] forecastAdjustments) throws RemoteException, ApiException
ForecastAdjustment objects.
This method requires that use of traffic forecast segments and forecast adjustments is enabled for this network, and will throw an exception if it is not enabled.
forecastAdjustments - the forecast adjustments to updateApiException - if there is an error updating the forecast adjustmentsRemoteExceptionTrafficForecastSegment[] updateTrafficForecastSegments(TrafficForecastSegment[] trafficForecastSegments) throws RemoteException, ApiException
TrafficForecastSegment objects.
This method requires that use of traffic forecast segments and forecast adjustments is enabled for this network, and will throw an exception if it is not enabled.
trafficForecastSegments - the traffic forecast segments to updateApiException - if there is an error updating the traffic forecast
segmentsRemoteExceptionCopyright © 2020. All rights reserved.