Interface VoteEnablerSearchOrder

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

public interface VoteEnablerSearchOrder extends OsidEnablerSearchOrder

An interface for specifying the ordering of search results.

  • Method Details

    • getVoteEnablerSearchOrderRecord

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