| Interface | osid.course.ActivitySmartCourseCatalogSession | ||
|---|---|---|---|
| Implements | osid.OsidSession | ||
| Description |
This session manages queries and sequencing to create
"smart" dynamic catalogs. An 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 | getActivityQuery | ||
| Description |
Gets an activity query. | ||
| Return | osid.course.ActivityQuery | the activity query | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getActivitySearchOrder | ||
| Description |
Gets an activity search order. | ||
| Return | osid.course.ActivitySearchOrder | the activity search order | |
| Compliance | mandatory | This method must be implemented. | |
| Method | applyActivityQuery | ||
| Description |
Applies an activity query to this course catalog. | ||
| Parameters | osid.course.ActivityQuery | activityQuery | the activity query |
| Errors | NULL_ARGUMENT | activityQuery is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure occurred | ||
| UNSUPPORTED | activityQuery not of this service | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | inspectActivityQuery | ||
| Description |
Gets an activity query inspector for this course catalog. | ||
| Return | osid.course.ActivityQueryInspector | the activity query inspector | |
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure occurred | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | applyActivitySequencing | ||
| Description |
Applies an activity search order to this course catalog. | ||
| Parameters | osid.course.ActivitySearchOrder | activitySearchOrder | the activity search order |
| Errors | NULL_ARGUMENT | activitySearchOrder is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure occurred | ||
| UNSUPPORTED | activitySearchOrder not of this service | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getActivityQueryFromInspector | ||
| Description |
Gets an activity query from an inspector. | ||
| Parameters | osid.course.ActivityQueryInspector | activityQueryInspector | a query inspector |
| Return | osid.course.ActivityQuery | the activity query | |
| Errors | NULL_ARGUMENT | activityQueryInspector is null | |
| UNSUPPORTED | activityQueryInspector is not of this service | ||
| Compliance | mandatory | This method must be implemented. | |