Interface RuleSearchOrder

All Superinterfaces:
Extensible, OsidBrowsableSearchOrder, OsidExtensibleSearchOrder, OsidIdentifiableSearchOrder, OsidObjectSearchOrder, OsidOperableSearchOrder, OsidRuleSearchOrder, OsidSearchOrder, Suppliable

public interface RuleSearchOrder extends OsidRuleSearchOrder

An interface for specifying the ordering of search results.

  • Method Details

    • getRuleSearchOrderRecord

      RuleSearchOrderRecord getRuleSearchOrderRecord(Type ruleRecordType) throws OperationFailedException
      Gets the rule search order record corresponding to the given rule record Type . Multiple retrievals return the same underlying object.
      Parameters:
      ruleRecordType - a rule record type
      Returns:
      the rule search order record
      Throws:
      NullArgumentException - ruleRecordType is null
      OperationFailedException - unable to complete request
      UnsupportedException - hasRecordType(ruleRecordType) is false
      Compliance:
      mandatory - This method must be implemented.