OSID Logo
OSID Specifications
control package
Version 3.0.0
Release Candidate Preview
Interfaceosid.control.SceneSearchOrder
Implementsosid.OsidObjectSearchOrder
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.TypesceneRecordTypea scene record type
Returnosid.control.records.SceneSearchOrderRecordthe scene order record interface
ErrorsNULL_ARGUMENT sceneRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(sceneRecordType) is false
CompliancemandatoryThis method must be implemented.