Interface | osid.calendaring.rules.RecurringEventEnablerQueryInspector | ||
---|---|---|---|
Implements | osid.OsidEnablerQueryInspector | ||
Description |
This is the query inspector for examining recurring event enabler queries. | ||
Method | getRuledRecurringEventIdTerms | ||
Description |
Gets the recurring event | ||
Return | osid.search.terms.IdTerm[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getRuledRecurringEventTerms | ||
Description |
Gets the recurring event query terms. | ||
Return | osid.calendaring.RecurringEventQueryInspector[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getCalendarIdTerms | ||
Description |
Gets the calendar | ||
Return | osid.search.terms.IdTerm[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getCalendarTerms | ||
Description |
Gets the calendar query terms. | ||
Return | osid.calendaring.CalendarQueryInspector[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getRecurringEventEnablerQueryInspectorRecord | ||
Description |
Gets the recurring event enabler query inspector record
corresponding to the given | ||
Parameters | osid.type.Type | recurringEventEnablerRecordType | a recurring event enabler record type |
Return | osid.calendaring.rules.records.RecurringEventEnablerQueryInspectorRecord | the recurring event enabler query inspector record | |
Errors | NULL_ARGUMENT | recurringEventEnablerRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(recurringEventEnablerRecordType) is
false | ||
Compliance | mandatory | This method must be implemented. |