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