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

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

MethodgetRuledOffsetEventIdTerms
Description

Gets the offset event Id query terms.

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

Gets the offset event query terms.

Returnosid.calendaring.OffsetEventQueryInspector[]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.
MethodgetOffsetEventEnablerQueryInspectorRecord
Description

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

Parametersosid.type.TypeoffsetEventEnablerRecordTypean offset event enabler record type
Returnosid.calendaring.rules.records.OffsetEventEnablerQueryInspectorRecordthe offset event enabler query inspector record
ErrorsNULL_ARGUMENT offsetEventEnablerRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(offsetEventEnablerRecordType) is false
CompliancemandatoryThis method must be implemented.