Interface PathSearchOrder

All Superinterfaces:
Extensible, OsidBrowsableSearchOrder, OsidExtensibleSearchOrder, OsidIdentifiableSearchOrder, OsidObjectSearchOrder, OsidSearchOrder, Suppliable

public interface PathSearchOrder extends OsidObjectSearchOrder

An interface for specifying the ordering of search results.

  • Method Details

    • getPathSearchOrderRecord

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