Interface DemographicEnablerSearchOrder

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

public interface DemographicEnablerSearchOrder extends OsidEnablerSearchOrder

An interface for specifying the ordering of search results.

  • Method Details

    • getDemographicEnablerSearchOrderRecord

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