| Interface | osid.control.Scene | ||
|---|---|---|---|
| Implements | osid.OsidObject | ||
| Description |
A | ||
| Method | getSettingIds | ||
| Description |
Gets the setting item | ||
| Return | osid.id.IdList | the setting item Ids | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getSettings | ||
| Description |
Gets the settings. | ||
| Return | osid.control.SettingList | list of settings part of this scene | |
| Errors | OPERATION_FAILED | unable to complete request | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getSceneRecord | ||
| Description |
Gets the scene record corresponding to the given | ||
| Parameters | osid.type.Type | sceneRecordType | the type of scene record to retrieve |
| Return | osid.control.records.SceneRecord | the scene record | |
| Errors | NULL_ARGUMENT | sceneRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(sceneRecordType) is false | ||
| Compliance | mandatory | This method must be implemented. | |