public interface ProfileItemSearchOrder extends OsidObjectSearchOrder
An interface for specifying the ordering of search results.
| Modifier and Type | Method and Description |
|---|---|
ProfileItemSearchOrderRecord |
getProfileItemSearchOrderRecord(Type profileItemRecordType)
Gets the profile item search order record corresponding to the given
profile item record
Type. |
orderByCreateTime, orderByCumulativeRating, orderByDescription, orderByDisplayName, orderByGenusType, orderByLastModifiedTime, orderByState, orderByStatisticorderByIdgetRecordTypes, hasRecordTypeProfileItemSearchOrderRecord getProfileItemSearchOrderRecord(Type profileItemRecordType) throws OperationFailedException
Type. Multiple retrievals return
the same underlying object.profileItemRecordType - a profile item record typeNullArgumentException - profileItemRecordType
is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(profileItemRecordType) is false
mandatory - This method must be implemented.