Interface PollsSearchOrder

All Superinterfaces:
Extensible, OsidBrowsableSearchOrder, OsidCatalogSearchOrder, OsidExtensibleSearchOrder, OsidFederateableSearchOrder, OsidIdentifiableSearchOrder, OsidObjectSearchOrder, OsidSearchOrder, OsidSourceableSearchOrder, Suppliable

public interface PollsSearchOrder extends OsidCatalogSearchOrder

An interface for specifying the ordering of search results.

  • Method Details

    • getPollsSearchOrderRecord

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