public interface MappingBatchManager extends OsidManager, MappingBatchProfile
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 | Modifier and Type | Method and Description |
|---|---|
LocationBatchAdminSession |
getLocationBatchAdminSession()
Gets the
OsidSession associated with the bulk location
administration service. |
LocationBatchAdminSession |
getLocationBatchAdminSessionForMap(Id mapId)
Gets the
OsidSession associated with the bulk location
administration service for the given map. |
MapBatchAdminSession |
getMapBatchAdminSession()
Gets the
OsidSession associated with the bulk map
administration service. |
changeBranch, initialize, rollbackServiceclosesupportsLocationBatchAdmin, supportsMapBatchAdmin, supportsVisibleFederationgetBranch, getBranchId, getDescription, getDisplayName, getId, getLocales, getProxyRecordTypes, getReleaseDate, getVersion, supportsJournalBranching, supportsJournalRollback, supportsOSIDVersion, supportsProxyRecordTypegetBranding, getBrandingIds, getLicense, getProvider, getProviderIdLocationBatchAdminSession getLocationBatchAdminSession() throws OperationFailedException
OsidSession associated with the bulk location
administration service. LocationBatchAdminSession OperationFailedException - unable to complete requestUnimplementedException -
supportsLocationBatchAdmin() is false optional - This method must be implemented if
supportsLocationBatchAdmin() is true.
LocationBatchAdminSession getLocationBatchAdminSessionForMap(Id mapId) throws NotFoundException, OperationFailedException
OsidSession associated with the bulk location
administration service for the given map.mapId - the Id of the Map LocationBatchAdminSession NotFoundException - no Map found by the
given Id NullArgumentException - mapId is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsLocationBatchAdmin() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsLocationBatchAdmin() and
supportsVisibleFederation() are true
MapBatchAdminSession getMapBatchAdminSession() throws OperationFailedException
OsidSession associated with the bulk map
administration service. MapBatchAdminSession OperationFailedException - unable to complete requestUnimplementedException - supportsMapBatchAdmin()
is false optional - This method must be implemented if
supportsMapBatchAdmin() is true.