| Interface | osid.profile.ProfileEntrySearch | ||
|---|---|---|---|
| Implements | osid.OsidSearch | ||
| Description |
| ||
| Method | searchAmongProfileEntries | ||
| Description |
Execute this search among the given list of profile entries. | ||
| Parameters | osid.id.IdList | profileEntryIds | list of profile entries |
| Errors | NULL_ARGUMENT | profileEntryIds is null | |
| Compliance | mandatory | This method must be implemented. | |
| Method | orderProfileEntryResults | ||
| Description |
Specify an ordering to the search results. | ||
| Parameters | osid.profile.ProfileEntrySearchOrder | profileEntrySearchOrder | a profile entry search order |
| Errors | NULL_ARGUMENT | profileEntrySearchOrder is null | |
| UNSUPPORTED | profileEntrySearchOrder is not of this service | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getProfileEntrySearchRecord | ||
| Description |
Gets the profile entry record corresponding to the
given profile entry search record | ||
| Parameters | osid.type.Type | profileENtrySearchRecordType | a profile entry search record type |
| Return | osid.profile.records.ProfileEntrySearchRecord | the profile entry search record | |
| Errors | NULL_ARGUMENT | profileEntrySearchRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(profileEntrySearchRecordType) is false
| ||
| Compliance | mandatory | This method must be implemented. | |