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