OSID Logo
OSID Specifications
room squatting batch package
Version 3.1.0
Interfaceosid.room.squatting.batch.RoomSquattingBatchProxyManager
Implementsosid.OsidProxyManager
osid.room.squatting.batch.RoomSquattingBatchProfile
Used Byosid.room.squatting.RoomSquattingProxyManager
Description

The room batch proxy manager provides access to room batch squatting sessions and provides interoperability tests for various aspects of this service. Methods in this manager support the passing of a Proxy. The sessions included in this manager are:

  • LeaseBatchAdminSession: a session to manage leases in bulk
  • DeedBatchAdminSession: a session to manage deeds in bulk
MethodgetLeaseBatchAdminSession
Description

Gets the OsidSession associated with the bulk room administration service.

Parametersosid.proxy.Proxyproxy a proxy
Returnosid.room.squatting.batch.LeaseBatchAdminSession a LeaseBatchAdminSession
ErrorsNULL_ARGUMENT proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsLeaseBatchAdmin() is false
Complianceoptional This method must be implemented if supportsLeaseBatchAdmin() is true.
MethodgetLeaseBatchAdminSessionForCampus
Description

Gets the OsidSession associated with the bulk lease administration service for the given campus.

Parametersosid.id.IdcampusId the Id of the Campus
osid.proxy.Proxyproxy a proxy
Returnosid.room.squatting.batch.LeaseBatchAdminSession a LeaseBatchAdminSession
ErrorsNOT_FOUND no Campus found by the given Id
NULL_ARGUMENT campusId or proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsLeaseBatchAdmin() or supportsVisibleFederation() is false
Complianceoptional This method must be implemented if supportsLeaseBatchAdmin() and supportsVisibleFederation() are true
MethodgetDeedBatchAdminSession
Description

Gets the OsidSession associated with the bulk deed administration service.

Parametersosid.proxy.Proxyproxy a proxy
Returnosid.room.squatting.batch.DeedBatchAdminSession a DeedBatchAdminSession
ErrorsNULL_ARGUMENT proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsDeedBatchAdmin() is false
Complianceoptional This method must be implemented if supportsDeedBatchAdmin() is true.
MethodgetDeedBatchAdminSessionForCampus
Description

Gets the OsidSession associated with the bulk deed administration service for the given campus.

Parametersosid.id.IdcampusId the Id of the Campus
osid.proxy.Proxyproxy a proxy
Returnosid.room.squatting.batch.DeedBatchAdminSession a DeedBatchAdminSession
ErrorsNOT_FOUND no Campus found by the given Id
NULL_ARGUMENT campusId or proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsDeedBatchAdmin() or supportsVisibleFederation() is false
Complianceoptional This method must be implemented if supportsDeedBatchAdmin() and supportsVisibleFederation() are true