Interface | osid.rules.RuleSearchOrder | ||
---|---|---|---|
Implements | osid.OsidRuleSearchOrder | ||
Description |
An interface for specifying the ordering of search results. | ||
Method | getRuleSearchOrderRecord | ||
Description |
Gets the rule search order record corresponding to the
given rule record | ||
Parameters | osid.type.Type | ruleRecordType | a rule record type |
Return | osid.rules.records.RuleSearchOrderRecord | the rule search order record | |
Errors | NULL_ARGUMENT | ruleRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(ruleRecordType) is false | ||
Compliance | mandatory | This method must be implemented. |