Interface PressSearchOrder

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

public interface PressSearchOrder extends OsidCatalogSearchOrder

An interface for specifying the ordering of search results.

  • Method Details

    • getPressSearchOrderRecord

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