Uses of Interface
org.osid.control.SettingQuery
Packages that use SettingQuery
Package
Description
The Open Service Interface Definitions for the org.osid.control
service.
-
Uses of SettingQuery in org.osid.control
Methods in org.osid.control that return SettingQueryModifier and TypeMethodDescriptionActionQuery.getSettingQuery()Gets the query for a setting.SceneQuery.getSettingQuery()Gets the query for a setting.SettingQuerySession.getSettingQuery()Gets a setting query.SettingSmartSystemSession.getSettingQuery()Gets a setting query.SystemQuery.getSettingQuery()Gets the query for a setting.TriggerQuery.getSettingQuery()Gets the query for a setting.SettingSearchSession.getSettingQueryFromInspector(SettingQueryInspector settingQueryInspector) Gets a setting query from an inspector.SettingSmartSystemSession.getSettingQueryFromInspector(SettingQueryInspector settingQueryInspector) Gets a setting query from an inspector.Methods in org.osid.control with parameters of type SettingQueryModifier and TypeMethodDescriptionvoidSettingSmartSystemSession.applySettingQuery(SettingQuery settingQuery) Applies a setting query to this system.SettingQuerySession.getSettingsByQuery(SettingQuery settingQuery) Gets a list ofSettingsmatching the given setting query.SettingSearchSession.getSettingsBySearch(SettingQuery settingQuery, SettingSearch settingSearch) Gets the search results matching the given search query using the given search.