Interface MappingPathBatchManager
- All Superinterfaces:
AutoCloseable, Closeable, MappingPathBatchProfile, OsidManager, OsidManager, OsidProfile, Sourceable
The mapping path batch manager provides access to mapping path batch sessions and provides interoperability tests for various aspects of this service. The sessions included in this manager are:
-
PathBatchAdminSession: a session to create, modify and delete paths in bulk -
IntersectionBatchAdminSession: a session to create, modify and delete intersections in bulk -
SpeedZoneBatchAdminSession: a session to create, modify and delete speed zones in bulk -
SignalBatchSession: a session to create, modify and delete signals in bulk -
ObstacleBatchAdminSession: a session to create, modify and delete obstacles in bulk
MappingPathBatchManager may be accessed by multiple processing
threads.-
Method Summary
Modifier and TypeMethodDescriptionGets theOsidSessionassociated with the bulk intersection administration service.Gets theOsidSessionassociated with the bulk intersection administration service for the given map.Gets theOsidSessionassociated with the bulk obstacle administration service.Gets theOsidSessionassociated with the bulk obstacle administration service for the given map.Gets theOsidSessionassociated with the bulk path administration service.getPathBatchAdminSessionForMap(Id mapId) Gets theOsidSessionassociated with the bulk path administration service for the given map.Gets theOsidSessionassociated with the bulk signal administration service.Gets theOsidSessionassociated with the bulk signal administration service for the given map.Gets theOsidSessionassociated with the bulk speed zone administration service.Gets theOsidSessionassociated with the bulk speed zone administration service for the given map.Methods inherited from interface MappingPathBatchProfile
supportsIntersectionBatchAdmin, supportsObstacleBatchAdmin, supportsPathBatchAdmin, supportsSignalBatchAdmin, supportsSpeedZoneBatchAdmin, supportsVisibleFederationMethods inherited from interface OsidManager
closeMethods inherited from interface OsidManager
changeBranch, initialize, rollbackServiceMethods inherited from interface OsidProfile
getBranch, getBranchId, getDescription, getDisplayName, getId, getLocales, getReleaseDate, getVersion, supportsJournalBranching, supportsJournalRollback, supportsOSIDVersionMethods inherited from interface Sourceable
getBranding, getBrandingIds, getLicense, getProvider, getProviderId
-
Method Details
-
getPathBatchAdminSession
Gets theOsidSessionassociated with the bulk path administration service.- Returns:
- a
PathBatchAdminSession - Throws:
OperationFailedException- unable to complete requestUnimplementedException-supportsPathBatchAdmin()isfalse- Compliance:
optional- This method must be implemented if {@code supportsPathBatchAdmin()} is {@code true}.
-
getPathBatchAdminSessionForMap
PathBatchAdminSession getPathBatchAdminSessionForMap(Id mapId) throws NotFoundException, OperationFailedException Gets theOsidSessionassociated with the bulk path administration service for the given map.- Parameters:
mapId- theIdof theMap- Returns:
- a
PathBatchAdminSession - Throws:
NotFoundException- noMapfound by the givenIdNullArgumentException-mapIdisnullOperationFailedException- unable to complete requestUnimplementedException-supportsPathBatchAdmin()orsupportsVisibleFederation()isfalse- Compliance:
optional- This method must be implemented if {@code supportsPathBatchAdmin()} and {@code supportsVisibleFederation()} are {@code true}
-
getIntersectionBatchAdminSession
Gets theOsidSessionassociated with the bulk intersection administration service.- Returns:
- an
IntersectionBatchAdminSession - Throws:
OperationFailedException- unable to complete requestUnimplementedException-supportsIntersectionBatchAdmin()isfalse- Compliance:
optional- This method must be implemented if {@code supportsIntersectionBatchAdmin()} is {@code true}.
-
getIntersectionBatchAdminSessionForMap
IntersectionBatchAdminSession getIntersectionBatchAdminSessionForMap(Id mapId) throws NotFoundException, OperationFailedException Gets theOsidSessionassociated with the bulk intersection administration service for the given map.- Parameters:
mapId- theIdof theMap- Returns:
- an
IntersectionBatchAdminSession - Throws:
NotFoundException- noMapfound by the givenIdNullArgumentException-mapIdisnullOperationFailedException- unable to complete requestUnimplementedException-supportsIntersectionBatchAdmin()orsupportsVisibleFederation()isfalse- Compliance:
optional- This method must be implemented if {@code supportsIntersectionBatchAdmin()} and {@code supportsVisibleFederation()} are {@code true}
-
getSpeedZoneBatchAdminSession
Gets theOsidSessionassociated with the bulk speed zone administration service.- Returns:
- a
SpeedZoneBatchAdminSession - Throws:
OperationFailedException- unable to complete requestUnimplementedException-supportsSpeedZoneBatchAdmin()isfalse- Compliance:
optional- This method must be implemented if {@code supportsSpeedZoneBatchAdmin()} is {@code true}.
-
getSpeedZoneBatchAdminSessionForMap
SpeedZoneBatchAdminSession getSpeedZoneBatchAdminSessionForMap(Id mapId) throws NotFoundException, OperationFailedException Gets theOsidSessionassociated with the bulk speed zone administration service for the given map.- Parameters:
mapId- theIdof theMap- Returns:
- a
SpeedZoneBatchAdminSession - Throws:
NotFoundException- noMapfound by the givenIdNullArgumentException-mapIdisnullOperationFailedException- unable to complete requestUnimplementedException-supportsSpeedZoneBatchAdmin()orsupportsVisibleFederation()isfalse- Compliance:
optional- This method must be implemented if {@code supportsSpeedZoneBatchAdmin()} and {@code supportsVisibleFederation()} are {@code true}
-
getSignalBatchAdminSession
Gets theOsidSessionassociated with the bulk signal administration service.- Returns:
- a
SignalBatchAdminSession - Throws:
OperationFailedException- unable to complete requestUnimplementedException-supportsSignalBatchAdmin()isfalse- Compliance:
optional- This method must be implemented if {@code supportsSignalBatchAdmin()} is {@code true}.
-
getSignalBatchAdminSessionForMap
SignalBatchAdminSession getSignalBatchAdminSessionForMap(Id mapId) throws NotFoundException, OperationFailedException Gets theOsidSessionassociated with the bulk signal administration service for the given map.- Parameters:
mapId- theIdof theMap- Returns:
- a
SignalBatchAdminSession - Throws:
NotFoundException- noMapfound by the givenIdNullArgumentException-mapIdisnullOperationFailedException- unable to complete requestUnimplementedException-supportsSignalBatchAdmin()orsupportsVisibleFederation()isfalse- Compliance:
optional- This method must be implemented if {@code supportsSignalBatchAdmin()} and {@code supportsVisibleFederation()} are {@code true}
-
getObstacleBatchAdminSession
Gets theOsidSessionassociated with the bulk obstacle administration service.- Returns:
- an
ObstacleBatchAdminSession - Throws:
OperationFailedException- unable to complete requestUnimplementedException-supportsObstacleBatchAdmin()isfalse- Compliance:
optional- This method must be implemented if {@code supportsObstacleBatchAdmin()} is {@code true}.
-
getObstacleBatchAdminSessionForMap
ObstacleBatchAdminSession getObstacleBatchAdminSessionForMap(Id mapId) throws NotFoundException, OperationFailedException Gets theOsidSessionassociated with the bulk obstacle administration service for the given map.- Parameters:
mapId- theIdof theMap- Returns:
- an
ObstacleBatchAdminSession - Throws:
NotFoundException- noMapfound by the givenIdNullArgumentException-mapIdisnullOperationFailedException- unable to complete requestUnimplementedException-supportsObstacleBatchAdmin()orsupportsVisibleFederation()isfalse- Compliance:
optional- This method must be implemented if {@code supportsObstacleBatchAdmin()} and {@code supportsVisibleFederation()} are {@code true}
-