Interface RealmSearchOrder

All Superinterfaces:
Extensible, OsidBrowsableSearchOrder, OsidCatalogSearchOrder, OsidExtensibleSearchOrder, OsidFederateableSearchOrder, OsidIdentifiableSearchOrder, OsidObjectSearchOrder, OsidSearchOrder, OsidSourceableSearchOrder, Suppliable

public interface RealmSearchOrder extends OsidCatalogSearchOrder

An interface for specifying the ordering of search results.

  • Method Details

    • getRealmSearchOrderRecord

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