OSID Logo
OSID Specifications
repository package
Version 3.1.0
Interfaceosid.repository.RepositorySearchOrder
Implementsosid.OsidCatalogSearchOrder
Used Byosid.repository.RepositorySearchSession
Description

An interface for specifying the ordering of search results.

MethodgetRepositorySearchOrderRecord
Description

Gets the repository search order record corresponding to the given repository record Type.Multiple retrievals return the same underlying object.

Parametersosid.type.TyperepositoryRecordType a repository record type
Returnosid.repository.records.RepositorySearchOrderRecord the repository search order record
ErrorsNULL_ARGUMENT repositoryRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(repositoryRecordType) is false
Compliancemandatory This method must be implemented.