Interface | osid.calendaring.rules.SupersedingEventEnablerSearchOrder | ||
---|---|---|---|
Implements | osid.OsidEnablerSearchOrder | ||
Description |
An interface for specifying the ordering of search results. | ||
Method | getSupersedingEventEnablerSearchOrderRecord | ||
Description |
Gets the superseding event enabler search order record
corresponding to the given superseding event enabler
record | ||
Parameters | osid.type.Type | supersedingEnablerRecordType | a superseding event enabler record type |
Return | osid.calendaring.rules.records.SupersedingEventEnablerSearchOrderRecord | the superseding event enabler search order record | |
Errors | NULL_ARGUMENT | supersedingEventEnablerRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(supersedingEventEnablerRecordType) is
false | ||
Compliance | mandatory | This method must be implemented. |