OSID Logo
OSID Specifications
rules package
Version 3.1.0
Interfaceosid.rules.RuleSearchOrder
Implementsosid.OsidRuleSearchOrder
Used Byosid.OsidRuleSearchOrder
osid.rules.RuleSearchSession
osid.rules.RuleSmartEngineSession
Description

An interface for specifying the ordering of search results.

MethodgetRuleSearchOrderRecord
Description

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

Parametersosid.type.TyperuleRecordType a rule record type
Returnosid.rules.records.RuleSearchOrderRecord the rule search order record
ErrorsNULL_ARGUMENT ruleRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(ruleRecordType) is false
Compliancemandatory This method must be implemented.