| Interface | osid.profile.ProfileItemSearch | ||
|---|---|---|---|
| Implements | osid.OsidSearch | ||
| Description |
| ||
| Method | searchAmongProfileItems | ||
| Description |
Execute this search among the given list of profile items. | ||
| Parameters | osid.id.IdList | profileItemIds | list of profile items. |
| Errors | NULL_ARGUMENT | profileItemIds is null | |
| Compliance | mandatory | This method must be implemented. | |
| Method | orderProfileItemResults | ||
| Description |
Specify an ordering to the search results. | ||
| Parameters | osid.profile.ProfileItemSearchOrder | profileItemSearchOrder | profile item search order |
| Errors | NULL_ARGUMENT | profileItemSearchOrder is null | |
| UNSUPPORTED | profileItemSearchOrder is not of this service | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getProfileItemSearchRecord | ||
| Description |
Gets the profile item search record corresponding to
the given profile item search record | ||
| Parameters | osid.type.Type | profileItemSearchRecordType | a profile item search record type |
| Return | osid.profile.records.ProfileItemSearchRecord | the profile item search record | |
| Errors | NULL_ARGUMENT | profileItemSearchRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(profileItemSearchRecordType) is false
| ||
| Compliance | mandatory | This method must be implemented. | |