| Interface | osid.personnel.RealmSearchOrder | ||
|---|---|---|---|
| Implements | osid.OsidCatalogSearchOrder | ||
| Description |
An interface for specifying the ordering of search results. | ||
| Method | getRealmSearchOrderRecord | ||
| Description |
Gets the realm search record order corresponding to the given realm record Type. Multiple retrievals return the same underlying object. | ||
| Parameters | osid.type.Type | realmRecordType | a realm record type |
| Return | osid.personnel.records.RealmSearchOrderRecord | the realm search order record interface | |
| Errors | NULL_ARGUMENT | realmRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(realmRecordType) is false | ||
| Compliance | mandatory | This method must be implemented. | |