Interface | osid.room.construction.ProjectSmartCampusSession | ||
---|---|---|---|
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 | getProjectQuery | ||
Description |
Gets a project query. | ||
Return | osid.room.construction.ProjectQuery | the project query | |
Compliance | mandatory | This method must be implemented. | |
Method | getProjectSearchOrder | ||
Description |
Gets a project search order. | ||
Return | osid.room.construction.ProjectSearchOrder | the project search order | |
Compliance | mandatory | This method must be implemented. | |
Method | applyProjectQuery | ||
Description |
Applies a project query to this campus. | ||
Parameters | osid.room.construction.ProjectQuery | projectQuery | the project query |
Errors | NULL_ARGUMENT | projectQuery is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure occurred | ||
UNSUPPORTED | projectQuery not of this service | ||
Compliance | mandatory | This method must be implemented. | |
Method | inspectProjectQuery | ||
Description |
Gets a project query inspector for this campus. | ||
Return | osid.room.construction.ProjectQueryInspector | the project query inspector | |
Errors | OPERATION_FAILED | unable to complete request | |
PERMISSION_DENIED | authorization failure occurred | ||
Compliance | mandatory | This method must be implemented. | |
Method | applyProjectSequencing | ||
Description |
Applies a project search order to this campus. | ||
Parameters | osid.room.construction.ProjectSearchOrder | projectSearchOrder | the project search order |
Errors | NULL_ARGUMENT | projectSearchOrder is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure occurred | ||
UNSUPPORTED | projectSearchOrder did not originate from
getProjectSearchOrder() | ||
Compliance | mandatory | This method must be implemented. | |
Method | getProjectQueryFromInspector | ||
Description |
Gets a project query from an inspector. | ||
Parameters | osid.room.construction.ProjectQueryInspector | projectQueryInspector | a query inspector |
Return | osid.room.construction.ProjectQuery | the project query | |
Errors | NULL_ARGUMENT | projectQueryInspector is null | |
UNSUPPORTED | projectQueryInspector is not of this service | ||
Compliance | mandatory | This method must be implemented. |