OSID Logo
OSID Specifications
calendaring package
Version 3.1.0
Interfaceosid.calendaring.EventQueryInspector
Implementsosid.OsidObjectQueryInspector
osid.OsidTemporalQueryInspector
osid.OsidContainableQueryInspector
Used Byosid.OsidEnablerQueryInspector
osid.calendaring.CalendarQueryInspector
osid.calendaring.CommitmentQueryInspector
osid.calendaring.EventQueryInspector
osid.calendaring.EventSearchResults
osid.calendaring.EventSmartCalendarSession
osid.calendaring.OffsetEventQueryInspector
osid.calendaring.RecurringEventQueryInspector
osid.calendaring.SupersedingEventQueryInspector
osid.calendaring.TimePeriodQueryInspector
show 3 more…
osid.calendaring.cycle.CyclicEventQueryInspector
osid.course.CourseOfferingQueryInspector
osid.rules.check.CheckQueryInspector
Description

This is the query inspector for examining event queries.

MethodgetImplicitTerms
Description

Gets the implicit terms.

Returnosid.search.terms.BooleanTerm[] the implicit terms
Compliancemandatory This method must be implemented.
MethodgetDurationTerms
Description

Gets the duration terms.

Returnosid.search.terms.DurationTerm[] the duration terms
Compliancemandatory This method must be implemented.
MethodgetRecurringEventIdTerms
Description

Gets the recurring event Id terms.

Returnosid.search.terms.IdTerm[] the recurring event Id terms
Compliancemandatory This method must be implemented.
MethodgetRecurringEventTerms
Description

Gets the recurring event terms.

Returnosid.calendaring.RecurringEventQueryInspector[] the recurring event terms
Compliancemandatory This method must be implemented.
MethodgetSupersedingEventIdTerms
Description

Gets the superseding event Id terms.

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

Gets the superseding event terms.

Returnosid.calendaring.SupersedingEventQueryInspector[] the superseding event terms
Compliancemandatory This method must be implemented.
MethodgetOffsetEventIdTerms
Description

Gets the offset event Id terms.

Returnosid.search.terms.IdTerm[] the offset event Id terms
Compliancemandatory This method must be implemented.
MethodgetOffsetEventTerms
Description

Gets the offset event terms.

Returnosid.calendaring.OffsetEventQueryInspector[] the offset event terms
Compliancemandatory This method must be implemented.
MethodgetLocationDescriptionTerms
Description

Gets the location description terms.

Returnosid.search.terms.StringTerm[] the location description terms
Compliancemandatory This method must be implemented.
MethodgetLocationIdTerms
Description

Gets the location Id terms.

Returnosid.search.terms.IdTerm[] the location Id terms
Compliancemandatory This method must be implemented.
MethodgetLocationTerms
Description

Gets the location terms.

Returnosid.mapping.LocationQueryInspector[] the location terms
Compliancemandatory This method must be implemented.
MethodgetSponsorIdTerms
Description

Gets the sponsor Id terms.

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

Gets the sponsor terms.

Returnosid.resource.ResourceQueryInspector[] the sponsor terms
Compliancemandatory This method must be implemented.
MethodgetCoordinateTerms
Description

Gets the coordinate terms.

Returnosid.search.terms.CoordinateTerm[] the coordinate terms
Compliancemandatory This method must be implemented.
MethodgetSpatialUnitTerms
Description

Gets the spatial unit terms.

Returnosid.search.terms.SpatialUnitTerm[] the spatial unit terms
Compliancemandatory This method must be implemented.
MethodgetCommitmentIdTerms
Description

Gets the commitment Id terms.

Returnosid.search.terms.IdTerm[] the commitment Id terms
Compliancemandatory This method must be implemented.
MethodgetCommitmentTerms
Description

Gets the commitment terms.

Returnosid.calendaring.CommitmentQueryInspector[] the commitment terms
Compliancemandatory This method must be implemented.
MethodgetContainingEventIdTerms
Description

Gets the containing event Id terms.

Returnosid.search.terms.IdTerm[] the event Id terms
Compliancemandatory This method must be implemented.
MethodgetContainingEventTerms
Description

Gets the containing event terms.

Returnosid.calendaring.EventQueryInspector[] the event terms
Compliancemandatory This method must be implemented.
MethodgetCalendarIdTerms
Description

Gets the calendar Id terms.

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

Gets the calendar terms.

Returnosid.calendaring.CalendarQueryInspector[] the calendar terms
Compliancemandatory This method must be implemented.
MethodgetEventQueryInspectorRecord
Description

Gets the event query inspector record corresponding to the given Event record Type.

Parametersosid.type.TypeeventRecordType an event query record type
Returnosid.calendaring.records.EventQueryInspectorRecord the event query inspector record
ErrorsNULL_ARGUMENT eventRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(eventRecordType) is false
Compliancemandatory This method must be implemented.