OSID Logo
OSID Specifications
calendaring rules package
Version 3.1.0
Interfaceosid.calendaring.rules.CommitmentEnablerSearchOrder
Implementsosid.OsidEnablerSearchOrder
Used Byosid.calendaring.rules.CommitmentEnablerSearchSession
osid.calendaring.rules.CommitmentEnablerSmartCalendarSession
Description

An interface for specifying the ordering of search results.

MethodgetCommitmentEnablerSearchOrderRecord
Description

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

Parametersosid.type.TypecommitmentEnablerRecordType a commitment enabler record type
Returnosid.calendaring.rules.records.CommitmentEnablerSearchOrderRecord the commitment enabler search order record
ErrorsNULL_ARGUMENT commitmentEnablerRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(commitmentEnablerRecordType) is false
Compliancemandatory This method must be implemented.