Interface | osid.room.construction.batch.RoomConstructionBatchProxyManager | ||
---|---|---|---|
Implements | osid.OsidProxyManager | ||
osid.room.construction.batch.RoomConstructionBatchProfile | |||
Description |
The room batch proxy manager provides access to room batch
construction sessions and provides interoperability tests for
various aspects of this service. Methods in this manager
support the passing of a
| ||
Method | getRenovationBatchAdminSession | ||
Description |
Gets the | ||
Parameters | osid.proxy.Proxy | proxy | a proxy |
Return | osid.room.construction.batch.RenovationBatchAdminSession | a RenovationBatchAdminSession | |
Errors | NULL_ARGUMENT | proxy is null | |
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 |
osid.proxy.Proxy | proxy | a proxy | |
Return | osid.room.construction.batch.RenovationBatchAdminSession | a RenovationBatchAdminSession | |
Errors | NOT_FOUND | no Campus found by the given Id | |
NULL_ARGUMENT | campusId or proxy 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 | ||
Parameters | osid.proxy.Proxy | proxy | a proxy |
Return | osid.room.construction.batch.ProjectBatchAdminSession | a ProjectBatchAdminSession | |
Errors | NULL_ARGUMENT | proxy is null | |
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 |
osid.proxy.Proxy | proxy | a proxy | |
Return | osid.room.construction.batch.ProjectBatchAdminSession | a ProjectBatchAdminSession | |
Errors | NOT_FOUND | no Campus found by the given Id | |
NULL_ARGUMENT | campusId or proxy 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 |