| Interface | osid.rules.check.AgendaQueryInspector | ||
|---|---|---|---|
| Implements | osid.OsidObjectQueryInspector | ||
| Description | 
                 This is the query inspector for examining agenda queries.  | ||
| Method | getInstructionIdTerms | ||
| Description | 
                     Gets the instruction   | ||
| Return | osid.search.terms.IdTerm[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getInstructionTerms | ||
| Description | 
                     Gets the instruction query terms.  | ||
| Return | osid.rules.check.InstructionQueryInspector[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| 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 | getAgendaQueryInspectorRecord | ||
| Description | 
                     Gets the agenda query inspector record corresponding to 
                    the given   | ||
| Parameters | osid.type.Type | agendaRecordType | an agenda record type | 
| Return | osid.rules.check.records.AgendaQueryInspectorRecord | the agenda query inspector record | |
| Errors | NULL_ARGUMENT |  agendaRecordType  is  null   |                 |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure occurred | ||
| UNSUPPORTED |  hasRecordType(agendaRecordType)  is  false   |                 ||
| Compliance | mandatory | This method must be implemented. | |