Uses of Interface
org.osid.rules.check.InstructionQuery
Packages that use InstructionQuery
Package
Description
The Open Service Interface Definitions for the org.osid.rules.check
service.
-
Uses of InstructionQuery in org.osid.rules.check
Methods in org.osid.rules.check that return InstructionQueryModifier and TypeMethodDescriptionInstructionQuerySession.getInstructionQuery()Gets an instruction query.InstructionSmartEngineSession.getInstructionQuery()Gets an instruction query.InstructionSearchSession.getInstructionQueryFromInspector(InstructionQueryInspector instructionQueryInspector) Gets an instruction query.InstructionSmartEngineSession.getInstructionQueryFromInspector(InstructionQueryInspector instructionQueryInspector) Gets an instruction query from an inspector.Methods in org.osid.rules.check with parameters of type InstructionQueryModifier and TypeMethodDescriptionvoidInstructionSmartEngineSession.applyInstructionQuery(InstructionQuery instructionQuery) Applies an instruction query to this engine.InstructionQuerySession.getInstructionsByQuery(InstructionQuery instructionQuery) Gets a list ofInstructionsmatching the given instruction query.InstructionSearchSession.getInstructionsBySearch(InstructionQuery instructionQuery, InstructionSearch instructionSearch) Gets the search results matching the given search query using the given search.