OSID Logo
OSID Specifications
room construction batch package
Version 3.1.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.Proxyproxy a proxy
Returnosid.room.construction.batch.RenovationBatchAdminSession a RenovationBatchAdminSession
ErrorsNULL_ARGUMENT proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsRenovationBatchAdmin() is false
Complianceoptional This 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.IdcampusId the Id of the Campus
osid.proxy.Proxyproxy a proxy
Returnosid.room.construction.batch.RenovationBatchAdminSession a RenovationBatchAdminSession
ErrorsNOT_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
Complianceoptional This method must be implemented if supportsRenovationBatchAdmin() and supportsVisibleFederation() are true
MethodgetProjectBatchAdminSession
Description

Gets the OsidSession associated with the bulk project administration service.

Parametersosid.proxy.Proxyproxy a proxy
Returnosid.room.construction.batch.ProjectBatchAdminSession a ProjectBatchAdminSession
ErrorsNULL_ARGUMENT proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsProjectBatchAdmin() is false
Complianceoptional This 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.IdcampusId the Id of the Campus
osid.proxy.Proxyproxy a proxy
Returnosid.room.construction.batch.ProjectBatchAdminSession a ProjectBatchAdminSession
ErrorsNOT_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
Complianceoptional This method must be implemented if supportsProjectBatchAdmin() and supportsVisibleFederation() are true