| Interface | osid.control.SceneQueryInspector | ||
|---|---|---|---|
| Implements | osid.OsidObjectQueryInspector | ||
| Description |
This is the query inspector for examining scene queries. | ||
| Method | getSettingIdTerms | ||
| Description |
Gets the setting | ||
| Return | osid.search.terms.IdTerm[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getSettingTerms | ||
| Description |
Gets the setting query terms. | ||
| Return | osid.control.SettingQueryInspector[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getSystemIdTerms | ||
| Description |
Gets the system | ||
| Return | osid.search.terms.IdTerm[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getSystemTerms | ||
| Description |
Gets the system query terms. | ||
| Return | osid.control.SystemQueryInspector[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getSceneQueryInspectorRecord | ||
| Description |
Gets the scene query inspector record corresponding to
the given | ||
| Parameters | osid.type.Type | sceneRecordType | a scene record type |
| Return | osid.control.records.SceneQueryInspectorRecord | the scene query inspector 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. | |