Interface | osid.calendaring.cycle.CyclicEventSearchOrder | ||
---|---|---|---|
Implements | osid.OsidObjectSearchOrder | ||
Description |
An interface for specifying the ordering of search results. | ||
Method | getCyclicEventSearchOrderRecord | ||
Description |
Gets the cyclic event search order record corresponding
to the given cyclic event record | ||
Parameters | osid.type.Type | cyclicEventRecordType | a cyclic event record type |
Return | osid.calendaring.cycle.records.CyclicEventSearchOrderRecord | the cyclic event search order record | |
Errors | NULL_ARGUMENT | cyclicEventRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(cyclicEventRecordType) is false | ||
Compliance | mandatory | This method must be implemented. |