Interface CompetencySearchOrder

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

public interface CompetencySearchOrder extends OsidObjectSearchOrder

An interface for specifying the ordering of search results.

  • Method Details

    • getCompetencySearchOrderRecord

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