| Interface | osid.installation.SiteSearchOrder | ||
|---|---|---|---|
| Implements | osid.OsidObjectSearchOrder | ||
| Description |
An interface for specifying the ordering of search results. | ||
| Method | getSiteSearchOrderRecord | ||
| Description |
Gets the site search order record corresponding to the
given package record | ||
| Parameters | osid.type.Type | siteRecordType | a site record type |
| Return | osid.installation.records.SiteSearchOrderRecord | the site search order record | |
| Errors | NULL_ARGUMENT | siteRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(siteRecordType) is false | ||
| Compliance | mandatory | This method must be implemented. | |