Interface QueueSearchOrder

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

public interface QueueSearchOrder extends OsidGovernatorSearchOrder

An interface for specifying the ordering of search results.

  • Method Details

    • getQueueSearchOrderRecord

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