| Interface | osid.control.SceneSearchOrder | ||
|---|---|---|---|
| Implements | osid.OsidObjectSearchOrder | ||
| Description |
An interface for specifying the ordering of search results. | ||
| Method | getSceneSearchOrderRecord | ||
| Description |
Gets the scene search order record corresponding to the
given scene record | ||
| Parameters | osid.type.Type | sceneRecordType | a scene record type |
| Return | osid.control.records.SceneSearchOrderRecord | the scene order record interface | |
| Errors | NULL_ARGUMENT | sceneRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(sceneRecordType) is false | ||
| Compliance | mandatory | This method must be implemented. | |