Interface JobSearchOrder

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

public interface JobSearchOrder extends OsidGovernatorSearchOrder

An interface for specifying the ordering of search results.

  • Method Details

    • getJobSearchOrderRecord

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