OSID Logo
OSID Specifications
rules package
Version 3.0.0
Release Candidate Preview
Interfaceosid.rules.RuleQueryInspector
Implementsosid.OsidObjectQueryInspector
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
CompliancemandatoryThis method must be implemented.
MethodgetEngineTerms
Description

Gets the engine query terms.

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

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

Parametersosid.type.TyperuleRecordTypea rule record type
Returnosid.rules.records.RuleQueryInspectorRecordthe rule query inspector record
ErrorsNULL_ARGUMENT ruleRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(ruleRecordType) is false
CompliancemandatoryThis method must be implemented.