Interface ChecklistSearchOrder

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

public interface ChecklistSearchOrder extends OsidCatalogSearchOrder

An interface for specifying the ordering of search results.

  • Method Details

    • getChecklistSearchOrderRecord

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