Interface JobConstrainerSearchOrder

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

public interface JobConstrainerSearchOrder extends OsidConstrainerSearchOrder

An interface for specifying the ordering of search results.

  • Method Details

    • getJobConstrainerSearchOrderRecord

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