| Interface | osid.profile.ProfileItemSearchOrder | ||
|---|---|---|---|
| Implements | osid.OsidObjectSearchOrder | ||
| Description |
An interface for specifying the ordering of search results. | ||
| Method | getProfileItemSearchOrderRecord | ||
| Description |
Gets the profile item search order record corresponding
to the given profile item record | ||
| Parameters | osid.type.Type | profileItemRecordType | a profile item record type |
| Return | osid.profile.records.ProfileItemSearchOrderRecord | the profile item search order record | |
| Errors | NULL_ARGUMENT | profileItemRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(profileItemRecordType) is false | ||
| Compliance | mandatory | This method must be implemented. | |