public interface ProfileSearchOrder extends OsidCatalogSearchOrder
An interface for specifying the ordering of search results.
Modifier and Type | Method and Description |
---|---|
ProfileSearchOrderRecord |
getProfileSearchOrderRecord(Type profileRecordType)
Gets the profile search order record corresponding to the given
profile record
Type. |
orderByCreateTime, orderByCumulativeRating, orderByDescription, orderByDisplayName, orderByGenusType, orderByLastModifiedTime, orderByState, orderByStatistic
orderById
getRecordTypes, hasRecordType
getProviderSearchOrder, orderByProvider, supportsProviderSearchOrder
ProfileSearchOrderRecord getProfileSearchOrderRecord(Type profileRecordType) throws OperationFailedException
Type.
Multiple retrievals return the
same underlying object.profileRecordType
- a profile record typeNullArgumentException
- profileRecordType
is null
OperationFailedException
- unable to complete requestUnsupportedException
-
hasRecordType(profileRecordType)
is false
mandatory
- This method must be implemented.