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