OSID Logo
OSID Specifications
calendaring rules package
Version 3.1.0
Interfaceosid.calendaring.rules.SupersedingEventEnablerSearchResults
Implementsosid.OsidSearchResults
Used Byosid.calendaring.rules.SupersedingEventEnablerSearchSession
Description

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

MethodgetSupersedingEventEnablers
Description

Gets the SupersedingEventEnablerList resulting from a search.

Returnosid.calendaring.rules.SupersedingEventEnablerList the superseding event enabler list
ErrorsILLEGAL_STATE list has already been retrieved
Compliancemandatory This method must be implemented.
MethodgetSupersedingEventEnablerQueryInspector
Description

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

Returnosid.calendaring.rules.SupersedingEventEnablerQueryInspector the superseding event enabler query inspector
Compliancemandatory This method must be implemented.
MethodgetSupersedingEventEnablerSearchResultsRecord
Description

Gets the superseding event enabler search results record corresponding to the given superseding event enabler search record Type. This method must be used to retrieve an object implementing the requested record.

Parametersosid.type.TypesupersedingEventEnablerSearchRecordType a superseding event enabler search record type
Returnosid.calendaring.rules.records.SupersedingEventEnablerSearchResultsRecord the superseding event enabler search results record
ErrorsNULL_ARGUMENT supersedingEventEnablerSearchRecordType is null
OPERATION_FAILED unable to complete request
PERMISSION_DENIED authorization failure occurred
UNSUPPORTED hasRecordType(supersedingEventEnablerSearchRecordType) is false
Compliancemandatory This method must be implemented.