OSID Logo
OSID Specifications
room construction batch package
Version 3.0.0
Release Candidate Preview
Interfaceosid.room.construction.batch.RoomConstructionBatchProxyManager
Implementsosid.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 Proxy object. 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_ARGUMENT proxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsRenovationBatchAdmin() 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_ARGUMENT campusId or proxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsRenovationBatchAdmin() 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_ARGUMENT proxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsProjectBatchAdmin() 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_ARGUMENT campusId or proxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsProjectBatchAdmin() or supportsVisibleFederation() is false
ComplianceoptionalThis method must be implemented if supportsProjectBatchAdmin() and supportsVisibleFederation() are true