OSID Logo
OSID Specifications
ontology rules package
Version 3.0.0
Release Candidate Preview
Interfaceosid.ontology.rules.RelevancyEnablerSearchOrder
Implementsosid.OsidEnablerSearchOrder
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_ARGUMENT relevancyEnablerRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(relevancyEnablerRecordType) is false
CompliancemandatoryThis method must be implemented.