OSID Logo
OSID Specifications
calendaring package
Version 3.1.0
Interfaceosid.calendaring.OffsetEventQueryInspector
Implementsosid.OsidRuleQueryInspector
Used Byosid.calendaring.EventQueryInspector
osid.calendaring.OffsetEventSearchResults
osid.calendaring.OffsetEventSmartCalendarSession
osid.calendaring.rules.OffsetEventEnablerQueryInspector
Description

This is the query inspector for examining offset event queries.

MethodgetFixedStartTimeTerms
Description

Gets the fixed start time terms.

Returnosid.search.terms.DateTimeRangeTerm[] the fixed start time terms
Compliancemandatory This method must be implemented.
MethodgetStartReferenceEventIdTerms
Description

Gets the event Id terms.

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

Gets the event terms.

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

Gets the fixed offset terms.

Returnosid.search.terms.IntegerRangeTerm[] the fixed offset terms
Compliancemandatory This method must be implemented.
MethodgetRelativeWeekdayStartOffsetTerms
Description

Gets the relative weekday offset terms.

Returnosid.search.terms.IntegerRangeTerm[] the relative weekday offset terms
Compliancemandatory This method must be implemented.
MethodgetRelativeStartWeekdayTerms
Description

Gets the relative weekday terms.

Returnosid.search.terms.CardinalTerm[] the relative weekday terms
Compliancemandatory This method must be implemented.
MethodgetFixedDurationTerms
Description

Gets the fixed duration terms.

Returnosid.search.terms.DurationRangeTerm[] the fixed duration terms
Compliancemandatory This method must be implemented.
MethodgetEndReferenceEventIdTerms
Description

Gets the event Id terms.

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

Gets the event terms.

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

Gets the fixed offset terms.

Returnosid.search.terms.IntegerRangeTerm[] the fixed offset terms
Compliancemandatory This method must be implemented.
MethodgetRelativeWeekdayEndOffsetTerms
Description

Gets the relative weekday offset terms.

Returnosid.search.terms.IntegerRangeTerm[] the relative weekday offset terms
Compliancemandatory This method must be implemented.
MethodgetRelativeEndWeekdayTerms
Description

Gets the relative weekday terms.

Returnosid.search.terms.CardinalTerm[] the relative weekday 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.
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.
MethodgetOffsetEventQueryInspectorRecord
Description

Gets the offset event query inspector record corresponding to the given OffsetEvent record Type.

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