Interface | osid.grading.GradebookSearchOrder | ||
---|---|---|---|
Implements | osid.OsidCatalogSearchOrder | ||
Description |
An interface for specifying the ordering of search results. | ||
Method | getGradebookSearchOrderRecord | ||
Description |
Gets the gradebook search order record corresponding to
the given gradebook record | ||
Parameters | osid.type.Type | gradebookRecordType | a gradebook record type |
Return | osid.grading.records.GradebookSearchOrderRecord | the gradebook search order record | |
Errors | NULL_ARGUMENT | gradebookRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(gradebookRecordType) is false | ||
Compliance | mandatory | This method must be implemented. |