| Interface | osid.room.squatting.batch.RoomSquattingBatchManager | ||
|---|---|---|---|
| Implements | osid.OsidManager | ||
osid.room.squatting.batch.RoomSquattingBatchProfile | |||
| Description |
The room squatting batch manager provides access to room batch squatting sessions and provides interoperability tests for various aspects of this service. The sessions included in this manager are:
| ||
| Method | getLeaseBatchAdminSession | ||
| Description |
Gets the | ||
| Return | osid.room.squatting.batch.LeaseBatchAdminSession | a LeaseBatchAdminSession | |
| Errors | 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 |
| Return | osid.room.squatting.batch.LeaseBatchAdminSession | a LeaseBatchAdminSession | |
| Errors | NOT_FOUND | no Campus found by the given Id | |
| NULL_ARGUMENT | campusId 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 | ||
| Return | osid.room.squatting.batch.DeedBatchAdminSession | a DeedBatchAdminSession | |
| Errors | 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 |
| Return | osid.room.squatting.batch.DeedBatchAdminSession | a DeedBatchAdminSession | |
| Errors | NOT_FOUND | no Campus found by the given Id | |
| NULL_ARGUMENT | campusId 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 | |