Interface RaceConstrainerSearchOrder

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

public interface RaceConstrainerSearchOrder extends OsidConstrainerSearchOrder

An interface for specifying the ordering of search results.

  • Method Details

    • getRaceConstrainerSearchOrderRecord

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