Interface WorkSearchOrder

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

public interface WorkSearchOrder extends OsidObjectSearchOrder

An interface for specifying the ordering of search results.

  • Method Details

    • getWorkSearchOrderRecord

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