Interface | osid.room.CampusQuerySession | ||
---|---|---|---|
Implements | osid.OsidSession | ||
Description |
This session provides methods for searching Campuses may have a query record indicated by their
respective record types. The query record is accessed via the
| ||
Method | canSearchCampuses | ||
Description |
Tests if this user can perform | ||
Return | boolean | false if search methods are not authorized, true
otherwise | |
Compliance | mandatory | This method must be implemented. | |
Method | getCampusQuery | ||
Description |
Gets a campus query. | ||
Return | osid.room.CampusQuery | the campus query | |
Compliance | mandatory | This method must be implemented. | |
Method | getCampusesByQuery | ||
Description |
Gets a list of | ||
Parameters | osid.room.CampusQuery | campusQuery | the campus query |
Return | osid.room.CampusList | the returned CampusList | |
Errors | NULL_ARGUMENT | campusQuery is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
UNSUPPORTED | campusQuery is not of this service | ||
Compliance | mandatory | This method must be implemented. |