OSID Logo
OSID Specifications
calendaring package
Version 3.1.0
Interfaceosid.calendaring.SupersedingEventSearchResults
Implementsosid.OsidSearchResults
Used Byosid.calendaring.SupersedingEventSearchSession
Description

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

MethodgetSupersedingEvents
Description

Gets the superseding event list resulting from the search.

Returnosid.calendaring.SupersedingEventList the superseding event list
ErrorsILLEGAL_STATE list already retrieved
Compliancemandatory This method must be implemented.
MethodgetSupersedingEventQueryInspector
Description

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

Returnosid.calendaring.SupersedingEventQueryInspector the query inspector
Compliancemandatory This method must be implemented.
MethodgetSupersedingEventSearchResultsRecord
Description

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

Parametersosid.type.TypesupersedingEventSearchRecordType a superseding event search record type
Returnosid.calendaring.records.SupersedingEventSearchResultsRecord the superseding event search results record
ErrorsNULL_ARGUMENT supersedingEventSearchRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(supersedingEventSearchRecordType) is false
Compliancemandatory This method must be implemented.