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
-
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, supportsVisibleFederationModifier and TypeMethodDescriptionbooleanTests if bulk administration of intersections is available.booleanTests if bulk administration of obstacles is available.booleanTests if bulk administration of paths is available.booleanTests if bulk administration of signals is available.booleanTests if bulk administration of speed zones is available.booleanTests if federation is visible.Methods inherited from interface OsidManager
closeMethods inherited from interface OsidManager
changeBranch, initialize, rollbackServiceModifier and TypeMethodDescriptionvoidchangeBranch(Id branchId) Changes the service branch.voidinitialize(OsidRuntimeManager runtime) Initializes this manager.rollbackService(Date rollbackTime) Rolls back this service to a point in time.Methods inherited from interface OsidProfile
getBranch, getBranchId, getDescription, getDisplayName, getId, getLocales, getProxyRecordTypes, getReleaseDate, getVersion, supportsJournalBranching, supportsJournalRollback, supportsOSIDVersion, supportsProxyRecordTypeModifier and TypeMethodDescriptionGets this service branch.Gets theBranch Idrepresenting this service branch.Gets a description of this service implementation.Gets a display name for this service implementation.getId()Gets an identifier for this service implementation.Gets the locales supported in this service.Gets the proxy recordTypessupported in this service.Gets the date this service implementation was released.Gets the version of this service implementation.booleanTest for support of a journal branching service.booleanTest for support of a journaling rollback service.booleansupportsOSIDVersion(Version version) Test for support of an OSID specification version.booleansupportsProxyRecordType(Type proxyRecordType) Test for support of a proxy type.Methods inherited from interface Sourceable
getBranding, getBrandingIds, getLicense, getProvider, getProviderIdModifier and TypeMethodDescriptionGets a branding, such as an image or logo, expressed using theAssetinterface.Gets the branding assetIds.Gets the terms of usage.Gets theResourcerepresenting the provider.Gets theIdof the provider.
-
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}
-