OSID Logo
OSID Specifications
calendaring package
Version 3.1.0
Interfaceosid.calendaring.OffsetEventSearchResults
Implementsosid.OsidSearchResults
Used Byosid.calendaring.OffsetEventSearchSession
Description

This interface provides a means to capture results of a search.

MethodgetOffsetEvents
Description

Gets the offset event list resulting from the search.

Returnosid.calendaring.OffsetEventList the offset event list
ErrorsILLEGAL_STATE list already retrieved
Compliancemandatory This method must be implemented.
MethodgetOffsetEventQueryInspector
Description

Gets the inspector for the query to examine the terms used in the search.

Returnosid.calendaring.OffsetEventQueryInspector the query inspector
Compliancemandatory This method must be implemented.
MethodgetOffsetEventSearchResultsRecord
Description

Gets the offset event search results record corresponding to the given offset event search record Type.

Parametersosid.type.TypeoffsetEventSearchRecordType an offset event search record type
Returnosid.calendaring.records.OffsetEventSearchResultsRecord the offset event search results record
ErrorsNULL_ARGUMENT offsetEventSearchRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(offsetEventSearchRecordType) is false
Compliancemandatory This method must be implemented.