OSID Logo
OSID Specifications
calendaring rules package
Version 3.1.0
Interfaceosid.calendaring.rules.OffsetEventEnablerSearchOrder
Implementsosid.OsidEnablerSearchOrder
Used Byosid.calendaring.rules.OffsetEventEnablerSearchSession
osid.calendaring.rules.OffsetEventEnablerSmartCalendarSession
Description

An interface for specifying the ordering of search results.

MethodgetOffsetEventEnablerSearchOrderRecord
Description

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

Parametersosid.type.TypeoffsetEventEnablerRecordType an offset event enabler record type
Returnosid.calendaring.rules.records.OffsetEventEnablerSearchOrderRecord the offset event enabler search order record
ErrorsNULL_ARGUMENT offsetEventEnablerRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(offsetEventEnablerRecordType) is false
Compliancemandatory This method must be implemented.