OSID Logo
OSID Specifications
calendaring rules package
Version 3.0.0
Release Candidate Preview
Interfaceosid.calendaring.rules.RecurringEventEnablerQueryInspector
Implementsosid.OsidEnablerQueryInspector
Description

This is the query inspector for examining recurring event enabler queries.

MethodgetRuledRecurringEventIdTerms
Description

Gets the recurring event Id query terms.

Returnosid.search.terms.IdTerm[]the query terms
CompliancemandatoryThis method must be implemented.
MethodgetRuledRecurringEventTerms
Description

Gets the recurring event query terms.

Returnosid.calendaring.RecurringEventQueryInspector[]the query terms
CompliancemandatoryThis method must be implemented.
MethodgetCalendarIdTerms
Description

Gets the calendar Id query terms.

Returnosid.search.terms.IdTerm[]the query terms
CompliancemandatoryThis method must be implemented.
MethodgetCalendarTerms
Description

Gets the calendar query terms.

Returnosid.calendaring.CalendarQueryInspector[]the query terms
CompliancemandatoryThis method must be implemented.
MethodgetRecurringEventEnablerQueryInspectorRecord
Description

Gets the recurring event enabler query inspector record corresponding to the given RecurringEventEnabler record Type.

Parametersosid.type.TyperecurringEventEnablerRecordTypea recurring event enabler record type
Returnosid.calendaring.rules.records.RecurringEventEnablerQueryInspectorRecordthe recurring event enabler query inspector record
ErrorsNULL_ARGUMENT recurringEventEnablerRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(recurringEventEnablerRecordType) is false
CompliancemandatoryThis method must be implemented.