OSID Logo
OSID Specifications
calendaring rules package
Version 3.0.0
Release Candidate Preview
Interfaceosid.calendaring.rules.SupersedingEventEnablerSearchOrder
Implementsosid.OsidEnablerSearchOrder
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.TypesupersedingEnablerRecordTypea superseding event enabler record type
Returnosid.calendaring.rules.records.SupersedingEventEnablerSearchOrderRecordthe superseding event enabler search order record
ErrorsNULL_ARGUMENT supersedingEventEnablerRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(supersedingEventEnablerRecordType) is false
CompliancemandatoryThis method must be implemented.