Interface OfficeSearchOrder

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

public interface OfficeSearchOrder extends OsidCatalogSearchOrder

An interface for specifying the ordering of search results.

  • Method Details

    • getOfficeSearchOrderRecord

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