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