OSID Logo
OSID Specifications
calendaring package
Version 3.0.0
Release Candidate Preview
Interfaceosid.calendaring.OffsetEventQueryInspector
Implementsosid.OsidRuleQueryInspector
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
CompliancemandatoryThis method must be implemented.
MethodgetStartReferenceEventIdTerms
Description

Gets the event Id terms.

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

Gets the event terms.

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

Gets the fixed offset terms.

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

Gets the relative weekday offset terms.

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

Gets the relative weekday terms.

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

Gets the fixed duration terms.

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

Gets the event Id terms.

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

Gets the event terms.

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

Gets the fixed offset terms.

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

Gets the relative weekday offset terms.

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

Gets the relative weekday terms.

Returnosid.search.terms.CardinalTerm[]the relative weekday terms
CompliancemandatoryThis method must be implemented.
MethodgetLocationDescriptionTerms
Description

Gets the location description terms.

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

Gets the location Id terms.

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

Gets the location terms.

Returnosid.mapping.LocationQueryInspector[]the location 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.
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.
MethodgetOffsetEventQueryInspectorRecord
Description

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

Parametersosid.type.TypeoffsetEventRecordTypean offset event query record type
Returnosid.calendaring.records.OffsetEventQueryInspectorRecordthe offset event query inspector record
ErrorsNULL_ARGUMENT offsetEventRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(offsetEventRecordType) is false
CompliancemandatoryThis method must be implemented.