Interface DispatchEnablerSearchOrder

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

public interface DispatchEnablerSearchOrder extends OsidEnablerSearchOrder

An interface for specifying the ordering of search results.

  • Method Details

    • getDispatchEnablerSearchOrderRecord

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