Interface | osid.room.BuildingSmartCampusSession | ||
---|---|---|---|
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 | getBuildingQuery | ||
Description |
Gets a building query. | ||
Return | osid.room.BuildingQuery | the building query | |
Compliance | mandatory | This method must be implemented. | |
Method | getBuildingSearchOrder | ||
Description |
Gets a building search order. | ||
Return | osid.room.BuildingSearchOrder | the building search order | |
Compliance | mandatory | This method must be implemented. | |
Method | applyBuildingQuery | ||
Description |
Applies a building query to this campus. | ||
Parameters | osid.room.BuildingQuery | buildingQuery | the building query |
Errors | NULL_ARGUMENT | buildingQuery is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure occurred | ||
UNSUPPORTED | buildingQuery not of this service | ||
Compliance | mandatory | This method must be implemented. | |
Method | inspectBuildingQuery | ||
Description |
Gets a building query inspector for this campus. | ||
Return | osid.room.BuildingQueryInspector | the building query inspector | |
Errors | OPERATION_FAILED | unable to complete request | |
PERMISSION_DENIED | authorization failure occurred | ||
Compliance | mandatory | This method must be implemented. | |
Method | applyBuildingSequencing | ||
Description |
Applies a building search order to this campus. | ||
Parameters | osid.room.BuildingSearchOrder | buildingSearchOrder | the building search order |
Errors | NULL_ARGUMENT | buildingSearchOrder is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure occurred | ||
UNSUPPORTED | buildingSearchOrder not of this service | ||
Compliance | mandatory | This method must be implemented. | |
Method | getBuildingQueryFromInspector | ||
Description |
Gets a building query from an inspector. | ||
Parameters | osid.room.BuildingQueryInspector | buildingQueryInspector | a query inspector |
Return | osid.room.BuildingQuery | the building query | |
Errors | NULL_ARGUMENT | buildingQueryInspector is null | |
UNSUPPORTED | buildingQueryInspector is not of this service | ||
Compliance | mandatory | This method must be implemented. |