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