| Interface | osid.course.program.CredentialQueryInspector | ||
|---|---|---|---|
| Implements | osid.OsidObjectQueryInspector | ||
| Description | 
                 The query inspectors provide a means of accessing the match 
                terms of a query. These interfaces are used to examine the 
                actual query terms used in a search or that may be used to 
                create a smart catalog. Query inspectors may be converted to 
                  | ||
| Method | getLifetimeTerms | ||
| Description | 
                     Gets the lifetime query terms.  | ||
| Return | osid.search.terms.DurationRangeTerm[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getProgramIdTerms | ||
| Description | 
                     Gets the program   | ||
| Return | osid.search.terms.IdTerm[] | the program  Id  query terms  | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getProgramTerms | ||
| Description | 
                     Gets the program query terms.  | ||
| Return | osid.course.program.ProgramQueryInspector[] | the program query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getCourseCatalogIdTerms | ||
| Description | 
                     Gets the course catalog   | ||
| Return | osid.search.terms.IdTerm[] | the course catalog  Id  query terms  | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getCourseCatalogTerms | ||
| Description | 
                     Gets the course catalog query terms.  | ||
| Return | osid.course.CourseCatalogQueryInspector[] | the course catalog query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getCredentialQueryInspectorRecord | ||
| Description | 
                     Gets the credential query inspector record 
                    corresponding to the given   | ||
| Parameters | osid.type.Type | credentialRecordType | a credential record type | 
| Return | osid.course.program.records.CredentialQueryInspectorRecord | the credential query inspector record | |
| Errors | NULL_ARGUMENT |  credentialRecordType  is  null   |                 |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED |  hasRecordType(credentialRecordType)  is  false   |                 ||
| Compliance | mandatory | This method must be implemented. | |