OSID Logo
OSID Specifications
calendaring package
Version 3.0.0
Release Candidate Preview
Interfaceosid.calendaring.RecurringEventSearchOrder
Implementsosid.OsidRuleSearchOrder
osid.OsidContainableSearchOrder
Description

An interface for specifying the ordering of search results.

MethodgetRecurringEventSearchOrderRecord
Description

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

Parametersosid.type.TyperecurringEventRecordTypea recurring event record type
Returnosid.calendaring.records.RecurringEventSearchOrderRecordthe recurring event search order record
ErrorsNULL_ARGUMENT recurringEventRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(recurringEventRecordType) is false
CompliancemandatoryThis method must be implemented.