OSID Logo
OSID Specifications
calendaring rules package
Version 3.1.0
Interfaceosid.calendaring.rules.SupersedingEventEnablerSearchOrder
Implementsosid.OsidEnablerSearchOrder
Used Byosid.calendaring.rules.SupersedingEventEnablerSearchSession
osid.calendaring.rules.SupersedingEventEnablerSmartCalendarSession
Description

An interface for specifying the ordering of search results.

MethodgetSupersedingEventEnablerSearchOrderRecord
Description

Gets the superseding event enabler search order record corresponding to the given superseding event enabler record Type. Multiple retrievals return the same underlying object.

Parametersosid.type.TypesupersedingEnablerRecordType a superseding event enabler record type
Returnosid.calendaring.rules.records.SupersedingEventEnablerSearchOrderRecord the superseding event enabler search order record
ErrorsNULL_ARGUMENT supersedingEventEnablerRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(supersedingEventEnablerRecordType) is false
Compliancemandatory This method must be implemented.