Interface | osid.room.construction.RenovationSmartCampusSession | ||
---|---|---|---|
Implements | osid.OsidSession | ||
Description |
This session manages queries and sequencing to create
"smart" dynamic catalogs. A This | ||
Method | getCampusId | ||
Description |
Gets the | ||
Return | osid.id.Id | the Campus Id associated with this session | |
Compliance | mandatory | This method must be implemented. | |
Method | getCampus | ||
Description |
Gets the | ||
Return | osid.room.Campus | the Campus associated with this session | |
Errors | OPERATION_FAILED | unable to complete request | |
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | canManageSmartCampuses | ||
Description |
Tests if this user can manage smart campuses. A return
of true does not guarantee successful authorization. A
return of false indicates that it is known methods in this
session will result in a | ||
Return | boolean | false if smart campus management is not authorized,
true otherwise | |
Compliance | mandatory | This method must be implemented. | |
Method | getRenovationQuery | ||
Description |
Gets a renovation query. | ||
Return | osid.room.construction.RenovationQuery | the renovation query | |
Compliance | mandatory | This method must be implemented. | |
Method | getRenovationSearchOrder | ||
Description |
Gets a renovation search order. | ||
Return | osid.room.construction.RenovationSearchOrder | the renovation search order | |
Compliance | mandatory | This method must be implemented. | |
Method | applyRenovationQuery | ||
Description |
Applies a renovation query to this campus. | ||
Parameters | osid.room.construction.RenovationQuery | renovationQuery | the renovation query |
Errors | NULL_ARGUMENT | renovationQuery is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure occurred | ||
UNSUPPORTED | renovationQuery not of this service | ||
Compliance | mandatory | This method must be implemented. | |
Method | inspectRenovationQuery | ||
Description |
Gets a renovation query inspector for this campus. | ||
Return | osid.room.construction.RenovationQueryInspector | the renovation query inspector | |
Errors | OPERATION_FAILED | unable to complete request | |
PERMISSION_DENIED | authorization failure occurred | ||
Compliance | mandatory | This method must be implemented. | |
Method | applyRenovationSequencing | ||
Description |
Applies a renovation search order to this campus. | ||
Parameters | osid.room.construction.RenovationSearchOrder | renovationSearchOrder | the renovation search order |
Errors | NULL_ARGUMENT | renovationSearchOrder is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure occurred | ||
UNSUPPORTED | renovationSearchOrder not of this service | ||
Compliance | mandatory | This method must be implemented. | |
Method | getRenovationQueryFromInspector | ||
Description |
Gets a renovation query from an inspector. | ||
Parameters | osid.room.construction.RenovationQueryInspector | renovationQueryInspector | a query inspector |
Return | osid.room.construction.RenovationQuery | the renovation query | |
Errors | NULL_ARGUMENT | renovationQueryInspector is null | |
UNSUPPORTED | renovationQueryInspector is not of this service | ||
Compliance | mandatory | This method must be implemented. |