Interface LogSearchOrder

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

public interface LogSearchOrder extends OsidCatalogSearchOrder

An interface for specifying the ordering of search results.

  • Method Details

    • getLogSearchOrderRecord

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