OSID Logo
OSID Specifications
room construction batch package
Version 3.1.0
Interfaceosid.room.construction.batch.RoomConstructionBatchManager
Implementsosid.OsidManager
osid.room.construction.batch.RoomConstructionBatchProfile
Used Byosid.room.construction.RoomConstructionManager
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:

  • RenovationBatchAdminSession: a session to create, modify and delete Renovations in bulk
  • ProjectBatchAdminSession: a session to create, modify and delete Projects in bulk
MethodgetRenovationBatchAdminSession
Description

Gets the OsidSession associated with the bulk renovation administration service.

Returnosid.room.construction.batch.RenovationBatchAdminSession a RenovationBatchAdminSession
ErrorsOPERATION_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
Returnosid.room.construction.batch.RenovationBatchAdminSession a RenovationBatchAdminSession
ErrorsNOT_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
Complianceoptional This method must be implemented if supportsRenovationBatchAdmin() and supportsVisibleFederation() are true
MethodgetProjectBatchAdminSession
Description

Gets the OsidSession associated with the bulk project administration service.

Returnosid.room.construction.batch.ProjectBatchAdminSession a ProjectBatchAdminSession
ErrorsOPERATION_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
Returnosid.room.construction.batch.ProjectBatchAdminSession a ProjectBatchAdminSession
ErrorsNOT_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
Complianceoptional This method must be implemented if supportsProjectBatchAdmin() and supportsVisibleFederation() are true