| Interface | osid.course.registration.ActivityBundleSearch | ||
|---|---|---|---|
| Implements | osid.OsidSearch | ||
| Description |
The search interface for governing activity bundle searches. | ||
| Method | searchAmongActivityBundles | ||
| Description |
Execute this search among the given list of activity bundles. | ||
| Parameters | osid.id.IdList | activityBundleIds | list of activity bundles |
| Errors | NULL_ARGUMENT | activityBundleIds is null | |
| Compliance | mandatory | This method must be implemented. | |
| Method | orderActivityBundleResults | ||
| Description |
Specify an ordering to the search results. | ||
| Parameters | osid.course.registration.ActivityBundleSearchOrder | activityBundleSearchOrder | activity bundle search order |
| Errors | NULL_ARGUMENT | activityBundleSearchOrder is null | |
| UNSUPPORTED | activityBundleSearchOrder is not of this service | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getActivityBundleSearchRecord | ||
| Description |
Gets the activity bundle search record corresponding to
the given activity bundle search record | ||
| Parameters | osid.type.Type | activityBundleSearchRecordType | a activity bundle search record type |
| Return | osid.course.registration.records.ActivityBundleSearchRecord | the activity bundle search record | |
| Errors | NULL_ARGUMENT | activityBundleSearchRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(activityBundleSearchRecordType) is
false | ||
| Compliance | mandatory | This method must be implemented. | |