Interface BrokerSearchOrder

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

public interface BrokerSearchOrder extends OsidGovernatorSearchOrder

An interface for specifying the ordering of search results.

  • Method Details

    • getBrokerSearchOrderRecord

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