Uses of Interface
org.osid.rules.RuleQuery
Packages that use RuleQuery
Package
Description
The Open Service Interface Definitions for the org.osid
service.
The Open Service Interface Definitions for the org.osid.rules
service.
-
Uses of RuleQuery in org.osid
Modifier and TypeMethodDescriptionOsidRuleQuery.getRuleQuery(boolean match) Gets the query for the rule. -
Uses of RuleQuery in org.osid.rules
Methods in org.osid.rules that return RuleQueryModifier and TypeMethodDescriptionEngineQuery.getRuleQuery()Gets the query for a rule.RuleQuerySession.getRuleQuery()Gets a rule query.RuleSmartEngineSession.getRuleQuery()Gets a rule query.RuleSearchSession.getRuleQueryFromInspector(RuleQueryInspector ruleQueryInspector) Gets a rule query from an inspector.RuleSmartEngineSession.getRuleQueryFromInspector(RuleQueryInspector ruleQueryInspector) Gets a rule query from an inspector.Methods in org.osid.rules with parameters of type RuleQueryModifier and TypeMethodDescriptionvoidRuleSmartEngineSession.applyRuleQuery(RuleQuery ruleQuery) Applies a rule query to this engine.RuleQuerySession.getRulesByQuery(RuleQuery ruleQuery) Gets a list ofRulesmatching the given rule query.RuleSearchSession.getRulesBySearch(RuleQuery ruleQuery, RuleSearch ruleSearch) Gets the search results matching the given search.