| Interface | osid.course.requisite.RequisiteSmartCourseCatalogSession | ||
|---|---|---|---|
| Implements | osid.OsidSession | ||
| Description |
This session manages queries and sequencing to create
"smart" dynamic catalogs. A This | ||
| Method | getCourseCatalogId | ||
| Description |
Gets the | ||
| Return | osid.id.Id | the CourseCatalog Id associated with this session | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getCourseCatalog | ||
| Description |
Gets the | ||
| Return | osid.course.CourseCatalog | the course catalog | |
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | canManageSmartCourseCatalogs | ||
| Description |
Tests if this user can manage smart course catalogs. A
return of true does not guarantee successful assessment. A
return of false indicates that it is known methods in this
session will result in a | ||
| Return | boolean | false if smart course catalog management is not authorized,
true otherwise | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getRequisiteQuery | ||
| Description |
Gets a requisite query. | ||
| Return | osid.course.requisite.RequisiteQuery | the requisite query | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getRequisiteSearchOrder | ||
| Description |
Gets a requisite search order. | ||
| Return | osid.course.requisite.RequisiteSearchOrder | the requisite search order | |
| Compliance | mandatory | This method must be implemented. | |
| Method | applyRequisiteQuery | ||
| Description |
Applies a requisite query to this course catalog. | ||
| Parameters | osid.course.requisite.RequisiteQuery | requisiteQuery | the requisite query |
| Errors | NULL_ARGUMENT | requisiteQuery is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure occurred | ||
| UNSUPPORTED | requisiteQuery not of this service | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | inspectRequisiteQuery | ||
| Description |
Gets a requisite query inspector for this course catalog. | ||
| Return | osid.course.requisite.RequisiteQueryInspector | the requisite query inspector | |
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure occurred | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | applyRequisiteSequencing | ||
| Description |
Applies a requisite search order to this course catalog. | ||
| Parameters | osid.course.requisite.RequisiteSearchOrder | requisiteSearchOrder | the requisite search order |
| Errors | NULL_ARGUMENT | requisiteSearchOrder is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure occurred | ||
| UNSUPPORTED | requisiteSearchOrder not of this service | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getRequisiteQueryFromInspector | ||
| Description |
Gets a requisite query from an inspector. | ||
| Parameters | osid.course.requisite.RequisiteQueryInspector | requisiteQueryInspector | a query inspector |
| Return | osid.course.requisite.RequisiteQuery | the requisite query | |
| Errors | NULL_ARGUMENT | requisiteQueryInspector is null | |
| UNSUPPORTED | requisiteQueryInspector is not of this service | ||
| Compliance | mandatory | This method must be implemented. | |