Uses of Interface
org.osid.configuration.ParameterQuery
Packages that use ParameterQuery
Package
Description
The Open Service Interface Definitions for the org.osid.configuration
service.
The Open Service Interface Definitions for the org.osid.configuration.rules
service.
-
Uses of ParameterQuery in org.osid.configuration
Methods in org.osid.configuration that return ParameterQueryModifier and TypeMethodDescriptionConfigurationQuery.getParameterQuery()Gets the query interface for a parameter.ParameterQuerySession.getParameterQuery()Gets a paraameter query.ParameterSmartConfigurationSession.getParameterQuery()Gets a parameter query.ValueQuery.getParameterQuery()Gets the query for a parameter.ParameterSearchSession.getParameterQueryFromInspector(ParameterQueryInspector parameterQueryInspector) Gets a parameter query from an inspector.ParameterSmartConfigurationSession.getParameterQueryFromInspector(ParameterQueryInspector parameterQueryInspector) Gets a parameter query from an inspector.Methods in org.osid.configuration with parameters of type ParameterQueryModifier and TypeMethodDescriptionvoidParameterSmartConfigurationSession.applyParameterQuery(ParameterQuery parameterQuery) Applies a parameter query to this configuration.ParameterQuerySession.getParametersByQuery(ParameterQuery parameterQuery) Gets a list ofParametersmatching the given query.ParameterSearchSession.getParametersBySearch(ParameterQuery parameterQuery, ParameterSearch parameterSearch) Gets a list ofParametersmatching the given search query using the given search. -
Uses of ParameterQuery in org.osid.configuration.rules
Methods in org.osid.configuration.rules that return ParameterQueryModifier and TypeMethodDescriptionParameterProcessorQuery.getRuledParameterQuery()Gets the query for a parameter.