Interface PublisherSearchOrder

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

public interface PublisherSearchOrder extends OsidCatalogSearchOrder

An interface for specifying the ordering of search results.

  • Method Details

    • getPublisherSearchOrderRecord

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