Interface BrokerConstrainerSearchOrder

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

public interface BrokerConstrainerSearchOrder extends OsidConstrainerSearchOrder

An interface for specifying the ordering of search results.

  • Method Details

    • getBrokerConstrainerSearchOrderRecord

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