Interface DispatchConstrainerSearchOrder

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

public interface DispatchConstrainerSearchOrder extends OsidConstrainerSearchOrder

An interface for specifying the ordering of search results.

  • Method Details

    • getDispatchConstrainerSearchOrderRecord

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