OSID Logo
OSID Specifications
ontology rules package
Version 3.0.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.TyperelevancyEnablerRecordTypea relevancy enabler record type
Returnosid.ontology.rules.records.RelevancyEnablerSearchOrderRecordthe relevancy enabler search order record
ErrorsNULL_ARGUMENTrelevancyEnablerRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(relevancyEnablerRecordType) is false
CompliancemandatoryThis method must be implemented.