OSID Logo
OSID Specifications
calendaring cycle package
Version 3.1.0
Interfaceosid.calendaring.cycle.CyclicEventSearchOrder
Implementsosid.OsidObjectSearchOrder
Used Byosid.OsidEnablerSearchOrder
osid.calendaring.cycle.CyclicEventSearchSession
osid.calendaring.cycle.CyclicEventSmartCalendarSession
osid.checklist.mason.TodoProducerSearchOrder
osid.rules.check.CheckSearchOrder
Description

An interface for specifying the ordering of search results.

MethodgetCyclicEventSearchOrderRecord
Description

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

Parametersosid.type.TypecyclicEventRecordType a cyclic event record type
Returnosid.calendaring.cycle.records.CyclicEventSearchOrderRecord the cyclic event search order record
ErrorsNULL_ARGUMENT cyclicEventRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(cyclicEventRecordType) is false
Compliancemandatory This method must be implemented.