OSID Logo
OSID Specifications
control package
Version 3.1.0
Interfaceosid.control.SceneSearchOrder
Implementsosid.OsidObjectSearchOrder
Used Byosid.control.SceneSearchSession
osid.control.SceneSmartSystemSession
Description

An interface for specifying the ordering of search results.

MethodgetSceneSearchOrderRecord
Description

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

Parametersosid.type.TypesceneRecordType a scene record type
Returnosid.control.records.SceneSearchOrderRecord the scene order record interface
ErrorsNULL_ARGUMENT sceneRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(sceneRecordType) is false
Compliancemandatory This method must be implemented.