Interface | osid.calendaring.RecurringEventSearchOrder | ||
---|---|---|---|
Implements | osid.OsidRuleSearchOrder | ||
osid.OsidContainableSearchOrder | |||
Description |
An interface for specifying the ordering of search results. | ||
Method | getRecurringEventSearchOrderRecord | ||
Description |
Gets the recurring event search order record
corresponding to the given event record | ||
Parameters | osid.type.Type | recurringEventRecordType | a recurring event record type |
Return | osid.calendaring.records.RecurringEventSearchOrderRecord | the recurring event search order record | |
Errors | NULL_ARGUMENT | recurringEventRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(recurringEventRecordType) is false
| ||
Compliance | mandatory | This method must be implemented. |