Interface AntimatroidSearchOrder

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

public interface AntimatroidSearchOrder extends OsidCatalogSearchOrder

An interface for specifying the ordering of search results.

  • Method Details

    • getAntimatroidSearchOrderRecord

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