| Interface | osid.learning.ObjectiveBankSearchOrder | ||
|---|---|---|---|
| Implements | osid.OsidCatalogSearchOrder | ||
| Description |
An interface for specifying the ordering of search results. | ||
| Method | getObjectiveBankSearchOrderRecord | ||
| Description |
Gets the objective bank search order record
corresponding to the given objective bank record | ||
| Parameters | osid.type.Type | objectiveBankRecordType | an objective bank record type |
| Return | osid.learning.records.ObjectiveBankSearchOrderRecord | the objective bank search order record | |
| Errors | NULL_ARGUMENT | objectiveBankRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(objectiveBankRecordType) is false
| ||
| Compliance | mandatory | This method must be implemented. | |