| Interface | osid.checklist.ChecklistQueryInspector | ||
|---|---|---|---|
| Implements | osid.OsidCatalogQueryInspector | ||
| Description |
This is the query inspector for examining checklist queries. | ||
| Method | getTodoIdTerms | ||
| Description |
Gets the todo | ||
| Return | osid.search.terms.IdTerm[] | the todo Id terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getTodoTerms | ||
| Description |
Gets the todo terms. | ||
| Return | osid.checklist.TodoQueryInspector[] | the todo terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getAncestorChecklistIdTerms | ||
| Description |
Gets the ancestor checklist | ||
| Return | osid.search.terms.IdTerm[] | the ancestor checklist Id terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getAncestorChecklistTerms | ||
| Description |
Gets the ancestor checklist terms. | ||
| Return | osid.checklist.ChecklistQueryInspector[] | the ancestor checklist terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getDescendantChecklistIdTerms | ||
| Description |
Gets the descendant checklist | ||
| Return | osid.search.terms.IdTerm[] | the descendant checklist Id terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getDescendantChecklistTerms | ||
| Description |
Gets the descendant checklist terms. | ||
| Return | osid.checklist.ChecklistQueryInspector[] | the descendant checklist terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getChecklistQueryInspectorRecord | ||
| Description |
Gets the checklist query inspector record corresponding
to the given | ||
| Parameters | osid.type.Type | checklistRecordType | a checklist record type |
| Return | osid.checklist.records.ChecklistQueryInspectorRecord | the checklist query inspector record | |
| Errors | NULL_ARGUMENT | checklistRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(checklistRecordType) is false | ||
| Compliance | mandatory | This method must be implemented. | |