| Interface | osid.calendaring.rules.RecurringEventEnablerSearchResults | ||
|---|---|---|---|
| Implements | osid.OsidSearchResults | ||
| Description | This interface provides a means to capture results of a search. | ||
| Method | getRecurringEventEnablers | ||
| Description | Gets the  | ||
| Return | osid.calendaring.rules.RecurringEventEnablerList | the recurring event enabler list | |
| Errors | ILLEGAL_STATE | list has already been retrieved | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getRecurringEventEnablerQueryInspector | ||
| Description | Gets the inspector for the query to examine the terms used in the search. | ||
| Return | osid.calendaring.rules.RecurringEventEnablerQueryInspector | the recurring event enabler query inspector | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getRecurringEventEnablerSearchResultsRecord | ||
| Description | Gets the recurring event enabler search results record 
                    corresponding to the given recurring event enabler search 
                    record  | ||
| Parameters | osid.type.Type | recurringEventEnablerSearchRecordType | a recurring event enabler search record type | 
| Return | osid.calendaring.rules.records.RecurringEventEnablerSearchResultsRecord | the recurring event enabler search results record | |
| Errors | NULL_ARGUMENT |  recurringEventEnablerSearchRecordType is null  | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure occurred | ||
| UNSUPPORTED |  hasRecordType(recurringEventEnablerSearchRecordType) is false  | ||
| Compliance | mandatory | This method must be implemented. | |