Interface QueueProcessorEnablerSearchOrder

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

public interface QueueProcessorEnablerSearchOrder extends OsidEnablerSearchOrder

An interface for specifying the ordering of search results.

  • Method Details

    • getQueueProcessorEnablerSearchOrderRecord

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