| Interface | osid.course.chronicle.CredentialEntrySmartCourseCatalogSession | ||
|---|---|---|---|
| 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 | getCredentialEntryQuery | ||
| Description |
Gets a credential entry query. | ||
| Return | osid.course.chronicle.CredentialEntryQuery | the credential entry query | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getCredentialEntrySearchOrder | ||
| Description |
Gets a credential entry search order. | ||
| Return | osid.course.chronicle.CredentialEntrySearchOrder | the credential entry search order | |
| Compliance | mandatory | This method must be implemented. | |
| Method | applyCredentialEntryQuery | ||
| Description |
Applies a credential entry query to this course catalog. | ||
| Parameters | osid.course.chronicle.CredentialEntryQuery | credentialEntryQuery | the credential entry query |
| Errors | NULL_ARGUMENT | credentialEntryQuery is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure occurred | ||
| UNSUPPORTED | credentialEntryQuery not of this service | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | inspectCredentialEntryQuery | ||
| Description |
Gets a credential entry query inspector for this course catalog. | ||
| Return | osid.course.chronicle.CredentialEntryQueryInspector | the credential entry query inspector | |
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure occurred | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | applyCredentialEntrySequencing | ||
| Description |
Applies a credential entry search order to this course catalog. | ||
| Parameters | osid.course.chronicle.CredentialEntrySearchOrder | credentialEntrySearchOrder | the credential entry search order |
| Errors | NULL_ARGUMENT | credentialEntrySearchOrder is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure occurred | ||
| UNSUPPORTED | credentialEntrySearchOrder not of this service | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getCredentialEntryQueryFromInspector | ||
| Description |
Gets a credential entry query from an inspector. | ||
| Parameters | osid.course.chronicle.CredentialEntryQueryInspector | credentialEntryQueryInspector | a query inspector |
| Return | osid.course.chronicle.CredentialEntryQuery | the credential entry query | |
| Errors | NULL_ARGUMENT | credentialEntryQueryInspector is null | |
| UNSUPPORTED | credentialEntryQueryInspector is not of this service | ||
| Compliance | mandatory | This method must be implemented. | |