Uses of Interface
org.osid.control.ActionGroupQuery
Packages that use ActionGroupQuery
Package
Description
The Open Service Interface Definitions for the org.osid.control
service.
-
Uses of ActionGroupQuery in org.osid.control
Methods in org.osid.control that return ActionGroupQueryModifier and TypeMethodDescriptionActionGroupQuerySession.getActionGroupQuery()Gets an action group query.ActionGroupSmartSystemSession.getActionGroupQuery()Gets an action group query.ActionQuery.getActionGroupQuery()Gets the query for an action group.SystemQuery.getActionGroupQuery()Gets the query for an action group.TriggerQuery.getActionGroupQuery()Gets the query for an action group.ActionGroupSearchSession.getActionGroupQueryFromInspector(ActionGroupQueryInspector actuionGroupQueryInspector) Gets an action group query from an inspector.ActionGroupSmartSystemSession.getActionGroupQueryFromInspector(ActionGroupQueryInspector actuionGroupQueryInspector) Gets an action group query from an inspector.ActionQuery.getNextActionGroupQuery()Gets the query for the action group to execute.Methods in org.osid.control with parameters of type ActionGroupQueryModifier and TypeMethodDescriptionvoidActionGroupSmartSystemSession.applyActionGroupQuery(ActionGroupQuery actuionGroupQuery) Applies an action group query to this system.ActionGroupQuerySession.getActionGroupsByQuery(ActionGroupQuery actuionGroupQuery) Gets a list ofActionGroupsmatching the given action group query.ActionGroupSearchSession.getActionGroupsBySearch(ActionGroupQuery actuionGroupQuery, ActionGroupSearch actionGroupSearch) Gets the search results matching the given search query using the given search.