| Interface | osid.mapping.batch.MappingBatchProxyManager | ||
|---|---|---|---|
| Implements | osid.OsidProxyManager | ||
osid.mapping.batch.MappingBatchProfile | |||
| Description |
The mapping batch proxy manager provides access to mapping
batch sessions and provides interoperability tests for various
aspects of this service. Methods in this manager support the
passing of a
| ||
| Method | getLocationBatchAdminSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.mapping.batch.LocationBatchAdminSession | a LocationBatchAdminSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| 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 |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.mapping.batch.LocationBatchAdminSession | a LocationBatchAdminSession | |
| Errors | NOT_FOUND | no Map found by the given Id | |
| NULL_ARGUMENT | mapId or proxy 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 | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.mapping.batch.MapBatchAdminSession | a MapBatchAdminSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsMapBatchAdmin() is false | ||
| Compliance | optional | This method must be implemented if supportsMapBatchAdmin()
is true. | |