OSID Logo
OSID Specifications
calendaring package
Version 3.0.0
Release Candidate Preview
Interfaceosid.calendaring.RecurringEventQueryInspector
Implementsosid.OsidRuleQueryInspector
osid.OsidContainableQueryInspector
Description

This is the query inspector for examining recurring event queries.

MethodgetScheduleIdTerms
Description

Gets the schedule Id terms.

Returnosid.search.terms.IdTerm[]the schedule Id terms
CompliancemandatoryThis method must be implemented.
MethodgetScheduleTerms
Description

Gets the schedule terms.

Returnosid.calendaring.ScheduleQueryInspector[]the schedule terms
CompliancemandatoryThis method must be implemented.
MethodgetSupersedingEventIdTerms
Description

Gets the superseding event Id terms.

Returnosid.search.terms.IdTerm[]the superseding event Id terms
CompliancemandatoryThis method must be implemented.
MethodgetSupersedingEventTerms
Description

Gets the superseding event terms.

Returnosid.calendaring.SupersedingEventQueryInspector[]the superseding event terms
CompliancemandatoryThis method must be implemented.
MethodgetEventIdTerms
Description

Gets the event Id terms.

Returnosid.search.terms.IdTerm[]the event Id terms
CompliancemandatoryThis method must be implemented.
MethodgetEventTerms
Description

Gets the event terms.

Returnosid.calendaring.EventQueryInspector[]the event terms
CompliancemandatoryThis method must be implemented.
MethodgetBlackoutTerms
Description

Gets the blackout terms.

Returnosid.search.terms.DateTimeTerm[]the time terms
CompliancemandatoryThis method must be implemented.
MethodgetBlackoutInclusiveTerms
Description

Gets the inclusive blackout terms.

Returnosid.search.terms.DateTimeRangeTerm[]the time range terms
CompliancemandatoryThis method must be implemented.
MethodgetSponsorIdTerms
Description

Gets the sponsor Id terms.

Returnosid.search.terms.IdTerm[]the sponsor Id terms
CompliancemandatoryThis method must be implemented.
MethodgetSponsorTerms
Description

Gets the sponsor terms.

Returnosid.resource.ResourceQueryInspector[]the sponsor terms
CompliancemandatoryThis method must be implemented.
MethodgetSpecificMeetingTimeTerms
Description

Gets the date terms.

Returnosid.search.terms.DateTimeTerm[]the time terms
CompliancemandatoryThis method must be implemented.
MethodgetCalendarIdTerms
Description

Gets the calendar Id terms.

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

Gets the calendar terms.

Returnosid.calendaring.CalendarQueryInspector[]the calendar terms
CompliancemandatoryThis method must be implemented.
MethodgetRecurringEventQueryInspectorRecord
Description

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

Parametersosid.type.TyperecurringEventRecordTypea recurring event query record type
Returnosid.calendaring.records.RecurringEventQueryInspectorRecordthe recurring event query inspector record
ErrorsNULL_ARGUMENT recurringEventRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(recurringEventRecordType) is false
CompliancemandatoryThis method must be implemented.