| Interface | osid.mapping.batch.MappingBatchManager | ||
|---|---|---|---|
| Implements | osid.OsidManager | ||
osid.mapping.batch.MappingBatchProfile | |||
| Description |
The mapping batch manager provides access to mapping batch sessions and provides interoperability tests for various aspects of this service. The sessions included in this manager are:
| ||
| Method | getLocationBatchAdminSession | ||
| Description |
Gets the | ||
| Return | osid.mapping.batch.LocationBatchAdminSession | a LocationBatchAdminSession | |
| Errors | OPERATION_FAILED | unable to complete request | |
| UNIMPLEMENTED | supportsLocationBatchAdmin() is false | ||
| Compliance | optional | This method must be implemented if supportsLocationBatchAdmin()
is true. | |
| Method | getLocationBatchAdminSessionForMap | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | mapId | the Id of the Map |
| Return | osid.mapping.batch.LocationBatchAdminSession | a LocationBatchAdminSession | |
| Errors | NOT_FOUND | no Map found by the given Id | |
| NULL_ARGUMENT | mapId is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsLocationBatchAdmin() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if supportsLocationBatchAdmin()
and supportsVisibleFederation() are true | |
| Method | getMapBatchAdminSession | ||
| Description |
Gets the | ||
| Return | osid.mapping.batch.MapBatchAdminSession | a MapBatchAdminSession | |
| Errors | OPERATION_FAILED | unable to complete request | |
| UNIMPLEMENTED | supportsMapBatchAdmin() is false | ||
| Compliance | optional | This method must be implemented if supportsMapBatchAdmin()
is true. | |