Uses of Interface
org.osid.configuration.rules.ParameterProcessorQuery
Packages that use ParameterProcessorQuery
Package
Description
The Open Service Interface Definitions for the org.osid.configuration.rules
service.
-
Uses of ParameterProcessorQuery in org.osid.configuration.rules
Methods in org.osid.configuration.rules that return ParameterProcessorQueryModifier and TypeMethodDescriptionParameterProcessorQuerySession.getParameterProcessorQuery()Gets a parameter processor query.ParameterProcessorSmartConfigurationSession.getParameterProcessorQuery()Gets a parameter processor query.ParameterProcessorSearchSession.getParameterProcessorQueryFromInspector(ParameterProcessorQueryInspector parameterProcessorQueryInspector) Gets a parameter processor query from an inspector.ParameterProcessorSmartConfigurationSession.getParameterProcessorQueryFromInspector(ParameterProcessorQueryInspector parameterProcessorQueryInspector) Gets a parameter processor query from an inspector.ParameterProcessorEnablerQuery.getRuledParameterProcessorQuery()Gets the query for a parameter processor.Methods in org.osid.configuration.rules with parameters of type ParameterProcessorQueryModifier and TypeMethodDescriptionvoidParameterProcessorSmartConfigurationSession.applyParameterProcessorQuery(ParameterProcessorQuery parameterProcessorQuery) Applies a parameter processor query to this configuration.ParameterProcessorQuerySession.getParameterProcessorsByQuery(ParameterProcessorQuery parameterProcessorQuery) Gets a list ofParameterProcessorsmatching the given parameter processor query.ParameterProcessorSearchSession.getParameterProcessorsBySearch(ParameterProcessorQuery parameterProcessorQuery, ParameterProcessorSearch parameterProcessorSearch) Gets the search results matching the given search query using the given search.