| Interface | osid.room.squatting.batch.RoomSquattingBatchProxyManager | ||
|---|---|---|---|
| Implements | osid.OsidProxyManager | ||
osid.room.squatting.batch.RoomSquattingBatchProfile | |||
| 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
| ||
| Method | getLeaseBatchAdminSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.room.squatting.batch.LeaseBatchAdminSession | a LeaseBatchAdminSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsLeaseBatchAdmin() is false | ||
| Compliance | optional | This method must be implemented if supportsLeaseBatchAdmin()
is true. | |
| Method | getLeaseBatchAdminSessionForCampus | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | campusId | the Id of the Campus |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.room.squatting.batch.LeaseBatchAdminSession | a LeaseBatchAdminSession | |
| Errors | NOT_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 | ||
| Compliance | optional | This method must be implemented if supportsLeaseBatchAdmin()
and supportsVisibleFederation() are true | |
| Method | getDeedBatchAdminSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.room.squatting.batch.DeedBatchAdminSession | a DeedBatchAdminSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsDeedBatchAdmin() is false | ||
| Compliance | optional | This method must be implemented if supportsDeedBatchAdmin()
is true. | |
| Method | getDeedBatchAdminSessionForCampus | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | campusId | the Id of the Campus |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.room.squatting.batch.DeedBatchAdminSession | a DeedBatchAdminSession | |
| Errors | NOT_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 | ||
| Compliance | optional | This method must be implemented if supportsDeedBatchAdmin()
and supportsVisibleFederation() are true | |