OSID Logo
OSID Specifications
room squatting batch package
Version 3.0.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.Proxyproxya proxy
Returnosid.room.squatting.batch.LeaseBatchAdminSessiona LeaseBatchAdminSession
ErrorsNULL_ARGUMENTproxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTEDsupportsLeaseBatchAdmin() is false
ComplianceoptionalThis 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.IdcampusIdthe Id of the Campus
osid.proxy.Proxyproxya proxy
Returnosid.room.squatting.batch.LeaseBatchAdminSessiona LeaseBatchAdminSession
ErrorsNOT_FOUNDno Campus found by the given Id
NULL_ARGUMENTcampusId or proxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTEDsupportsLeaseBatchAdmin() or supportsVisibleFederation() is false
ComplianceoptionalThis method must be implemented if supportsLeaseBatchAdmin() and supportsVisibleFederation() are true
MethodgetDeedBatchAdminSession
Description

Gets the OsidSession associated with the bulk deed administration service.

Parametersosid.proxy.Proxyproxya proxy
Returnosid.room.squatting.batch.DeedBatchAdminSessiona DeedBatchAdminSession
ErrorsNULL_ARGUMENTproxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTEDsupportsDeedBatchAdmin() is false
ComplianceoptionalThis 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.IdcampusIdthe Id of the Campus
osid.proxy.Proxyproxya proxy
Returnosid.room.squatting.batch.DeedBatchAdminSessiona DeedBatchAdminSession
ErrorsNOT_FOUNDno Campus found by the given Id
NULL_ARGUMENTcampusId or proxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTEDsupportsDeedBatchAdmin() or supportsVisibleFederation() is false
ComplianceoptionalThis method must be implemented if supportsDeedBatchAdmin() and supportsVisibleFederation() are true