Uses of Interface
org.osid.control.rules.InputEnablerQuery
Packages that use InputEnablerQuery
Package
Description
The Open Service Interface Definitions for the org.osid.control.rules
service.
-
Uses of InputEnablerQuery in org.osid.control.rules
Methods in org.osid.control.rules that return InputEnablerQueryModifier and TypeMethodDescriptionInputEnablerQuerySession.getInputEnablerQuery()Gets an input enabler query.InputEnablerSmartSystemSession.getInputEnablerQuery()Gets an input enabler query.InputEnablerSearchSession.getInputEnablerQueryFromInspector(InputEnablerQueryInspector inputEnablerQueryInspector) Gets an input enabler query from an inspector.InputEnablerSmartSystemSession.getInputEnablerQueryFromInspector(InputEnablerQueryInspector inputEnablerQueryInspector) Gets an input enabler query from an inspector.Methods in org.osid.control.rules with parameters of type InputEnablerQueryModifier and TypeMethodDescriptionvoidInputEnablerSmartSystemSession.applyInputEnablerQuery(InputEnablerQuery inputEnablerQuery) Applies an input enabler query to this system.InputEnablerQuerySession.getInputEnablersByQuery(InputEnablerQuery inputEnablerQuery) Gets a list ofInputEnablersmatching the given search.InputEnablerSearchSession.getInputEnablersBySearch(InputEnablerQuery inputEnablerQuery, InputEnablerSearch inputEnablerSearch) Gets the search results matching the given search query using the given search.