OSID Logo
OSID Specifications
calendaring package
Version 3.1.0
Interfaceosid.calendaring.RecurringEventSearchOrder
Implementsosid.OsidRuleSearchOrder
osid.OsidContainableSearchOrder
Used Byosid.calendaring.EventSearchOrder
osid.calendaring.RecurringEventSearchSession
osid.calendaring.RecurringEventSmartCalendarSession
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.TyperecurringEventRecordType a recurring event record type
Returnosid.calendaring.records.RecurringEventSearchOrderRecord the recurring event search order record
ErrorsNULL_ARGUMENT recurringEventRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(recurringEventRecordType) is false
Compliancemandatory This method must be implemented.