OSID Logo
OSID Specifications
room construction batch package
Version 3.0.0
Interfaceosid.room.construction.batch.RoomConstructionBatchProxyManager
Implementsosid.OsidProxyManager
osid.room.construction.batch.RoomConstructionBatchProfile
Used Byosid.room.construction.RoomConstructionProxyManager
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 Proxy . The sessions included in this manager are:

  • RenovationBatchAdminSession : a session to manage renovations in bulk
  • ProjectBatchAdminSession : a session to manage projects in bulk
MethodgetRenovationBatchAdminSession
Description

Gets the OsidSession associated with the bulk room administration service.

Parametersosid.proxy.Proxyproxya proxy
Returnosid.room.construction.batch.RenovationBatchAdminSessiona RenovationBatchAdminSession
ErrorsNULL_ARGUMENTproxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTEDsupportsRenovationBatchAdmin() is false
ComplianceoptionalThis method must be implemented if supportsRenovationBatchAdmin() is true .
MethodgetRenovationBatchAdminSessionForCampus
Description

Gets the OsidSession associated with the bulk renovation administration service for the given campus.

Parametersosid.id.IdcampusIdthe Id of the Campus
osid.proxy.Proxyproxya proxy
Returnosid.room.construction.batch.RenovationBatchAdminSessiona RenovationBatchAdminSession
ErrorsNOT_FOUNDno Campus found by the given Id
NULL_ARGUMENTcampusId or proxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTEDsupportsRenovationBatchAdmin() or supportsVisibleFederation() is false
ComplianceoptionalThis method must be implemented if supportsRenovationBatchAdmin() and supportsVisibleFederation() are true
MethodgetProjectBatchAdminSession
Description

Gets the OsidSession associated with the bulk project administration service.

Parametersosid.proxy.Proxyproxya proxy
Returnosid.room.construction.batch.ProjectBatchAdminSessiona ProjectBatchAdminSession
ErrorsNULL_ARGUMENTproxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTEDsupportsProjectBatchAdmin() is false
ComplianceoptionalThis method must be implemented if supportsProjectBatchAdmin() is true .
MethodgetProjectBatchAdminSessionForCampus
Description

Gets the OsidSession associated with the bulk project administration service for the given campus.

Parametersosid.id.IdcampusIdthe Id of the Campus
osid.proxy.Proxyproxya proxy
Returnosid.room.construction.batch.ProjectBatchAdminSessiona ProjectBatchAdminSession
ErrorsNOT_FOUNDno Campus found by the given Id
NULL_ARGUMENTcampusId or proxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTEDsupportsProjectBatchAdmin() or supportsVisibleFederation() is false
ComplianceoptionalThis method must be implemented if supportsProjectBatchAdmin() and supportsVisibleFederation() are true