OSID Logo
OSID Specifications
rules package
Version 3.1.0
Interfaceosid.rules.EngineQueryInspector
Implementsosid.OsidCatalogQueryInspector
Used Byosid.rules.EngineQueryInspector
osid.rules.EngineSearchResults
osid.rules.RuleQueryInspector
osid.rules.check.AgendaQueryInspector
osid.rules.check.CheckQueryInspector
osid.rules.check.InstructionQueryInspector
Description

This is the query inspector for examining engine queries.

MethodgetRuleIdTerms
Description

Gets the rule Id query terms.

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

Gets the rule query terms.

Returnosid.rules.RuleQueryInspector[] the query terms
Compliancemandatory This method must be implemented.
MethodgetAncestorEngineIdTerms
Description

Gets the ancestor engine Id query terms.

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

Gets the ancestor engine query terms.

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

Gets the descendant engine Id query terms.

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

Gets the descendant engine query terms.

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

Gets the engine query inspector record corresponding to the given Engine record Type.

Parametersosid.type.TypeengineRecordType an engine record type
Returnosid.rules.records.EngineQueryInspectorRecord the engine query inspector record
ErrorsNULL_ARGUMENT engineRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(engineRecordType) is false
Compliancemandatory This method must be implemented.