OSID Logo
OSID Specifications
room construction batch package
Version 3.0.0
Release Candidate Preview
Interfaceosid.room.construction.batch.RoomConstructionBatchManager
Implementsosid.OsidManager
osid.room.construction.batch.RoomConstructionBatchProfile
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.RenovationBatchAdminSessiona RenovationBatchAdminSession
ErrorsOPERATION_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
Returnosid.room.construction.batch.RenovationBatchAdminSessiona RenovationBatchAdminSession
ErrorsNOT_FOUNDno Campus found by the given Id
NULL_ARGUMENT campusId 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.

Returnosid.room.construction.batch.ProjectBatchAdminSessiona ProjectBatchAdminSession
ErrorsOPERATION_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
Returnosid.room.construction.batch.ProjectBatchAdminSessiona ProjectBatchAdminSession
ErrorsNOT_FOUNDno Campus found by the given Id
NULL_ARGUMENT campusId is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsProjectBatchAdmin() or supportsVisibleFederation() is false
ComplianceoptionalThis method must be implemented if supportsProjectBatchAdmin() and supportsVisibleFederation() are true