public interface MappingBatchProxyManager extends OsidProxyManager, MappingBatchProfile
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 | Modifier and Type | Method and Description |
|---|---|
LocationBatchAdminSession |
getLocationBatchAdminSession(Proxy proxy)
Gets the
OsidSession associated with the bulk location
administration service. |
LocationBatchAdminSession |
getLocationBatchAdminSessionForMap(Id mapId,
Proxy proxy)
Gets the
OsidSession associated with the bulk location
administration service for the given map. |
MapBatchAdminSession |
getMapBatchAdminSession(Proxy proxy)
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(Proxy proxy) throws OperationFailedException
OsidSession associated with the bulk location
administration service.proxy - a proxy LocationBatchAdminSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsLocationBatchAdmin() is false optional - This method must be implemented if
supportsLocationBatchAdmin() is true.
LocationBatchAdminSession getLocationBatchAdminSessionForMap(Id mapId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the bulk location
administration service for the given map.mapId - the Id of the Map proxy - a proxy LocationBatchAdminSession NotFoundException - no Map found by the
given Id NullArgumentException - mapId or
proxy 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(Proxy proxy) throws OperationFailedException
OsidSession associated with the bulk map
administration service.proxy - a proxy MapBatchAdminSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException - supportsMapBatchAdmin()
is false optional - This method must be implemented if
supportsMapBatchAdmin() is true.