OSID Logo
OSID Specifications
mapping batch package
Version 3.0.0
Release Candidate Preview
Interfaceosid.mapping.batch.MappingBatchManager
Implementsosid.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:

  • 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.

Returnosid.mapping.batch.LocationBatchAdminSessiona LocationBatchAdminSession
ErrorsOPERATION_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
Returnosid.mapping.batch.LocationBatchAdminSessiona LocationBatchAdminSession
ErrorsNOT_FOUNDno Map found by the given Id
NULL_ARGUMENT mapId 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.

Returnosid.mapping.batch.MapBatchAdminSessiona MapBatchAdminSession
ErrorsOPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsMapBatchAdmin() is false
ComplianceoptionalThis method must be implemented if supportsMapBatchAdmin() is true.