| Interface | osid.profile.rules.ProfileEntryEnablerSearchOrder | ||
|---|---|---|---|
| Implements | osid.OsidEnablerSearchOrder | ||
| Description |
An interface for specifying the ordering of search results. | ||
| Method | getProfileEntryEnablerSearchOrderRecord | ||
| Description |
Gets the profile entry enabler search order record
corresponding to the given profile entry enabler record
| ||
| Parameters | osid.type.Type | profileEntryEnablerRecordType | a profile entry enabler record type |
| Return | osid.profile.rules.records.ProfileEntryEnablerSearchOrderRecord | the profile entry enabler search order record | |
| Errors | NULL_ARGUMENT | profileEntryEnablerRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(profileEntryEnablerRecordType) is false
| ||
| Compliance | mandatory | This method must be implemented. | |