OSID Logo
OSID Specifications
mapping batch package
Version 3.0.0
Release Candidate Preview
Interfaceosid.mapping.batch.MappingBatchProxyManager
Implementsosid.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 Proxy object. The sessions included in this manager are:

  • LocationBatchAdminSession: a session to create, modify and delete locations in bulk
  • MapBatchAdminSession: a session to create, modify and delete maps in bulk
MethodgetLocationBatchAdminSession
Description

Gets the OsidSession associated with the bulk location administration service.

Parametersosid.proxy.Proxyproxya proxy
Returnosid.mapping.batch.LocationBatchAdminSessiona LocationBatchAdminSession
ErrorsNULL_ARGUMENT proxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsLocationBatchAdmin() is false
ComplianceoptionalThis method must be implemented if supportsLocationBatchAdmin() is true.
MethodgetLocationBatchAdminSessionForMap
Description

Gets the OsidSession associated with the bulk location administration service for the given map.

Parametersosid.id.IdmapIdthe Id of the Map
osid.proxy.Proxyproxya proxy
Returnosid.mapping.batch.LocationBatchAdminSessiona LocationBatchAdminSession
ErrorsNOT_FOUNDno Map found by the given Id
NULL_ARGUMENT mapId or proxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsLocationBatchAdmin() or supportsVisibleFederation() is false
ComplianceoptionalThis method must be implemented if supportsLocationBatchAdmin() and supportsVisibleFederation() are true
MethodgetMapBatchAdminSession
Description

Gets the OsidSession associated with the bulk map administration service.

Parametersosid.proxy.Proxyproxya proxy
Returnosid.mapping.batch.MapBatchAdminSessiona MapBatchAdminSession
ErrorsNULL_ARGUMENT proxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsMapBatchAdmin() is false
ComplianceoptionalThis method must be implemented if supportsMapBatchAdmin() is true.