public interface RecurringEventSearchOrder extends OsidRuleSearchOrder, OsidContainableSearchOrder
An interface for specifying the ordering of search results.
Modifier and Type | Method and Description |
---|---|
RecurringEventSearchOrderRecord |
getRecurringEventSearchOrderRecord(Type recurringEventRecordType)
Gets the recurring event search order record corresponding to the
given event record
Type. |
getRuleSearchOrder, orderByRule, supportsRuleSearchOrder
orderByCreateTime, orderByCumulativeRating, orderByDescription, orderByDisplayName, orderByGenusType, orderByLastModifiedTime, orderByState, orderByStatistic
orderById
getRecordTypes, hasRecordType
orderByActive, orderByDisabled, orderByEnabled, orderByOperational
orderBySequestered
RecurringEventSearchOrderRecord getRecurringEventSearchOrderRecord(Type recurringEventRecordType) throws OperationFailedException
Type.
Multiple retrievals return the
same underlying object.recurringEventRecordType
- a recurring event record typeNullArgumentException
- recurringEventRecordType
is null
OperationFailedException
- unable to complete requestUnsupportedException
-
hasRecordType(recurringEventRecordType)
is
false
mandatory
- This method must be implemented.