OSID Logo
OSID Specifications
rules package
Version 3.1.0
Interfaceosid.rules.RuleQueryInspector
Implementsosid.OsidObjectQueryInspector
Used Byosid.OsidRuleQueryInspector
osid.rules.EngineQueryInspector
osid.rules.RuleSearchResults
osid.rules.RuleSmartEngineSession
Description

This is the query inspector for examining rule queries.

MethodgetEngineIdTerms
Description

Gets the engine Id query terms.

Returnosid.search.terms.IdTerm[] the query terms
Compliancemandatory This method must be implemented.
MethodgetEngineTerms
Description

Gets the engine query terms.

Returnosid.rules.EngineQueryInspector[] the query terms
Compliancemandatory This method must be implemented.
MethodgetRuleQueryInspectorRecord
Description

Gets the rule query inspector record corresponding to the given Rule record Type.

Parametersosid.type.TyperuleRecordType a rule record type
Returnosid.rules.records.RuleQueryInspectorRecord the rule query inspector record
ErrorsNULL_ARGUMENT ruleRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(ruleRecordType) is false
Compliancemandatory This method must be implemented.