OSID Logo
OSID Specifications
ontology rules package
Version 3.1.0
Interfaceosid.ontology.rules.RelevancyEnablerSearchOrder
Implementsosid.OsidEnablerSearchOrder
Used Byosid.ontology.rules.RelevancyEnablerSearchSession
osid.ontology.rules.RelevancyEnablerSmartOntologySession
Description

An interface for specifying the ordering of search results.

MethodgetRelevancyEnablerSearchOrderRecord
Description

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

Parametersosid.type.TyperelevancyEnablerRecordType a relevancy enabler record type
Returnosid.ontology.rules.records.RelevancyEnablerSearchOrderRecord the relevancy enabler search order record
ErrorsNULL_ARGUMENT relevancyEnablerRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(relevancyEnablerRecordType) is false
Compliancemandatory This method must be implemented.