Interface RepositorySearchOrder

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

public interface RepositorySearchOrder extends OsidCatalogSearchOrder

An interface for specifying the ordering of search results.

  • Method Details

    • getRepositorySearchOrderRecord

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