OSID Logo
OSID Specifications
repository package
Version 3.1.0
Interfaceosid.repository.CompositionSearchOrder
Implementsosid.OsidGovernatorSearchOrder
osid.OsidContainableSearchOrder
Used Byosid.repository.CompositionSearchSession
osid.repository.CompositionSmartRepositorySession
Description

An interface for specifying the ordering of search results.

MethodgetCompositionSearchOrderRecord
Description

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

Parametersosid.type.TypecompositionRecordType a composition record type
Returnosid.repository.records.CompositionSearchOrderRecord the composition search order record
ErrorsNULL_ARGUMENT compositionRecordType is null
OPERATION_FAILED unable to complete request
PERMISSION_DENIED authorization failure occurred
UNSUPPORTED hasRecordType(compositionRecordType) is false
Compliancemandatory This method must be implemented.