OSID Logo
OSID Specifications
mapping batch package
Version 3.1.0
Interfaceosid.mapping.batch.MappingBatchProxyManager
Implementsosid.OsidProxyManager
osid.mapping.batch.MappingBatchProfile
Used Byosid.mapping.MappingProxyManager
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.Proxyproxy a proxy
Returnosid.mapping.batch.LocationBatchAdminSession a LocationBatchAdminSession
ErrorsNULL_ARGUMENT proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsLocationBatchAdmin() is false
Complianceoptional This 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.IdmapId the Id of the Map
osid.proxy.Proxyproxy a proxy
Returnosid.mapping.batch.LocationBatchAdminSession a LocationBatchAdminSession
ErrorsNOT_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
Complianceoptional This method must be implemented if supportsLocationBatchAdmin() and supportsVisibleFederation() are true
MethodgetMapBatchAdminSession
Description

Gets the OsidSession associated with the bulk map administration service.

Parametersosid.proxy.Proxyproxy a proxy
Returnosid.mapping.batch.MapBatchAdminSession a MapBatchAdminSession
ErrorsNULL_ARGUMENT proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsMapBatchAdmin() is false
Complianceoptional This method must be implemented if supportsMapBatchAdmin() is true.