| Interface | osid.installation.DepotQueryInspector | ||
|---|---|---|---|
| Implements | osid.OsidCatalogQueryInspector | ||
| Description | 
                 This is the query inspector for examining depot queries.  | ||
| Method | getPackageIdTerms | ||
| Description | 
                     Gets the package   | ||
| Return | osid.search.terms.IdTerm[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getPackageTerms | ||
| Description | 
                     Gets the package query terms.  | ||
| Return | osid.installation.PackageQueryInspector[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getAncestorDepotIdTerms | ||
| Description | 
                     Gets the ancestor depot   | ||
| Return | osid.search.terms.IdTerm[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getAncestorDepotTerms | ||
| Description | 
                     Gets the ancestor depot query terms.  | ||
| Return | osid.installation.DepotQueryInspector[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getDescendantDepotIdTerms | ||
| Description | 
                     Gets the descendant depot   | ||
| Return | osid.search.terms.IdTerm[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getDescendantDepotTerms | ||
| Description | 
                     Gets the descendant depot query terms.  | ||
| Return | osid.installation.DepotQueryInspector[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getDepotQueryInspectorRecord | ||
| Description | 
                     Gets the depot query inspector record corresponding to 
                    the given   | ||
| Parameters | osid.type.Type | depotRecordType | a depot record type | 
| Return | osid.installation.records.DepotQueryInspectorRecord | the depot query inspector record | |
| Errors | NULL_ARGUMENT |  depotRecordType  is  null   |                 |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED |  hasRecordType(depotRecordType)  is  false   |                 ||
| Compliance | mandatory | This method must be implemented. | |