OSID Logo
OSID Specifications
rules package
Version 3.0.0
Release Candidate Preview
Interfaceosid.rules.RuleSearchOrder
Implementsosid.OsidRuleSearchOrder
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.TyperuleRecordTypea rule record type
Returnosid.rules.records.RuleSearchOrderRecordthe rule search order record
ErrorsNULL_ARGUMENT ruleRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(ruleRecordType) is false
CompliancemandatoryThis method must be implemented.