Uses of Interface
org.osid.control.rules.ActionEnablerQuery
Packages that use ActionEnablerQuery
Package
Description
The Open Service Interface Definitions for the org.osid.control.rules
service.
-
Uses of ActionEnablerQuery in org.osid.control.rules
Methods in org.osid.control.rules that return ActionEnablerQueryModifier and TypeMethodDescriptionActionEnablerQuerySession.getActionEnablerQuery()Gets an action enabler query.ActionEnablerSmartSystemSession.getActionEnablerQuery()Gets an action enabler query.ActionEnablerSearchSession.getActionEnablerQueryFromInspector(ActionEnablerQueryInspector actionEnablerQueryInspector) Gets an action enabler query from an inspector.ActionEnablerSmartSystemSession.getActionEnablerQueryFromInspector(ActionEnablerQueryInspector actionEnablerQueryInspector) Gets an action enabler query from an inspector.Methods in org.osid.control.rules with parameters of type ActionEnablerQueryModifier and TypeMethodDescriptionvoidActionEnablerSmartSystemSession.applyActionEnablerQuery(ActionEnablerQuery actionEnablerQuery) Applies an action enabler query to this system.ActionEnablerQuerySession.getActionEnablersByQuery(ActionEnablerQuery actionEnablerQuery) Gets a list ofActionEnablersmatching the given search.ActionEnablerSearchSession.getActionEnablersBySearch(ActionEnablerQuery actionEnablerQuery, ActionEnablerSearch actionEnablerSearch) Gets the search results matching the given search query using the given search.