OSID Logo
OSID Specifications
repository rules package
Version 3.1.0
Interfaceosid.repository.rules.CompositionEnablerSearchOrder
Implementsosid.OsidEnablerSearchOrder
Used Byosid.repository.rules.CompositionEnablerSearchSession
osid.repository.rules.CompositionEnablerSmartRepositorySession
Description

An interface for specifying the ordering of search results.

MethodgetCompositionEnablerSearchOrderRecord
Description

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

Parametersosid.type.TypecompositionEnablerRecordType a composition enabler record type
Returnosid.repository.rules.records.CompositionEnablerSearchOrderRecord the composition enabler search order record
ErrorsNULL_ARGUMENT compositionEnablerRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(compositionEnablerRecordType) is false
Compliancemandatory This method must be implemented.