Interface | osid.room.construction.batch.RoomConstructionBatchManager | ||
---|---|---|---|
Implements | osid.OsidManager | ||
osid.room.construction.batch.RoomConstructionBatchProfile | |||
Description |
The room construction batch manager provides access to room batch construction sessions and provides interoperability tests for various aspects of this service. The sessions included in this manager are:
| ||
Method | getRenovationBatchAdminSession | ||
Description |
Gets the | ||
Return | osid.room.construction.batch.RenovationBatchAdminSession | a RenovationBatchAdminSession | |
Errors | OPERATION_FAILED | unable to complete request | |
UNIMPLEMENTED | supportsRenovationBatchAdmin() is false | ||
Compliance | optional | This method must be implemented if supportsRenovationBatchAdmin()
is true. | |
Method | getRenovationBatchAdminSessionForCampus | ||
Description |
Gets the | ||
Parameters | osid.id.Id | campusId | the Id of the Campus |
Return | osid.room.construction.batch.RenovationBatchAdminSession | a RenovationBatchAdminSession | |
Errors | NOT_FOUND | no Campus found by the given Id | |
NULL_ARGUMENT | campusId is null | ||
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsRenovationBatchAdmin() or
supportsVisibleFederation() is false | ||
Compliance | optional | This method must be implemented if supportsRenovationBatchAdmin()
and supportsVisibleFederation() are true | |
Method | getProjectBatchAdminSession | ||
Description |
Gets the | ||
Return | osid.room.construction.batch.ProjectBatchAdminSession | a ProjectBatchAdminSession | |
Errors | OPERATION_FAILED | unable to complete request | |
UNIMPLEMENTED | supportsProjectBatchAdmin() is false | ||
Compliance | optional | This method must be implemented if supportsProjectBatchAdmin()
is true. | |
Method | getProjectBatchAdminSessionForCampus | ||
Description |
Gets the | ||
Parameters | osid.id.Id | campusId | the Id of the Campus |
Return | osid.room.construction.batch.ProjectBatchAdminSession | a ProjectBatchAdminSession | |
Errors | NOT_FOUND | no Campus found by the given Id | |
NULL_ARGUMENT | campusId is null | ||
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsProjectBatchAdmin() or
supportsVisibleFederation() is false | ||
Compliance | optional | This method must be implemented if supportsProjectBatchAdmin()
and supportsVisibleFederation() are true |