Interface DemographicSearchOrder

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

public interface DemographicSearchOrder extends OsidRuleSearchOrder

An interface for specifying the ordering of search results.

  • Method Details

    • getDemographicSearchOrderRecord

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