Interface | osid.search.Search | ||
---|---|---|---|
Implements | osid.OsidSearch | ||
Description |
The search interface for governing searches. | ||
Method | orderResults | ||
Description |
Specify an ordering to the search results. | ||
Parameters | osid.search.SearchOrder | searchOrder | search order |
Errors | NULL_ARGUMENT | searchOrder is null | |
UNSUPPORTED | searchOrder is not of this service | ||
Compliance | mandatory | This method must be implemented. | |
Method | getSearchRecord | ||
Description |
Gets the search record corresponding to the given
search record | ||
Parameters | osid.type.Type | searchRecordType | a search record type |
Return | osid.search.records.SearchRecord | the search record | |
Errors | NULL_ARGUMENT | searchRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure occurred | ||
UNSUPPORTED | hasRecordType(searchRecordType) is false | ||
Compliance | mandatory | This method must be implemented. |