Interface | osid.rules.RuleQueryInspector | ||
---|---|---|---|
Implements | osid.OsidObjectQueryInspector | ||
Description |
This is the query inspector for examining rule queries. | ||
Method | getEngineIdTerms | ||
Description |
Gets the engine | ||
Return | osid.search.terms.IdTerm[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getEngineTerms | ||
Description |
Gets the engine query terms. | ||
Return | osid.rules.EngineQueryInspector[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getRuleQueryInspectorRecord | ||
Description |
Gets the rule query inspector record corresponding to
the given | ||
Parameters | osid.type.Type | ruleRecordType | a rule record type |
Return | osid.rules.records.RuleQueryInspectorRecord | the rule query inspector record | |
Errors | NULL_ARGUMENT | ruleRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(ruleRecordType) is false | ||
Compliance | mandatory | This method must be implemented. |