OSID Logo
OSID Specifications
control package
Version 3.0.0
Release Candidate Preview
Interfaceosid.control.SceneSearch
Implementsosid.OsidSearch
Description

The search interface for governing scene searches.

MethodsearchAmongScenes
Description

Execute this search among the given list of scenes.

Parametersosid.id.IdListsceneIdslist of scenes
ErrorsNULL_ARGUMENT sceneIds is null
CompliancemandatoryThis method must be implemented.
MethodorderSceneResults
Description

Specify an ordering to the search results.

Parametersosid.control.SceneSearchOrdersceneSearchOrderscene search order
ErrorsNULL_ARGUMENT sceneSearchOrder is null
UNSUPPORTED sceneSearchOrder is not of this service
CompliancemandatoryThis method must be implemented.
MethodgetSceneSearchRecord
Description

Gets the scene search record corresponding to the given scene search record Type. This method is used to retrieve an object implementing the requested record.

Parametersosid.type.TypesceneSearchRecordTypea scene search record type
Returnosid.control.records.SceneSearchRecordthe scene search interface
ErrorsNULL_ARGUMENT sceneSearchRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(sceneSearchRecordType) is false
CompliancemandatoryThis method must be implemented.