| Interface | osid.recognition.ConvocationQueryInspector | ||
|---|---|---|---|
| Implements | osid.OsidGovernatorQueryInspector | ||
| Description |
The inspector for examining convocation queries. | ||
| Method | getAwardIdTerms | ||
| Description |
Gets the award | ||
| Return | osid.search.terms.IdTerm[] | the award Id terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getAwardTerms | ||
| Description |
Gets the award terms. | ||
| Return | osid.recognition.AwardQueryInspector[] | the award terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getDateTerms | ||
| Description |
Gets the date terms. | ||
| Return | osid.search.terms.DateTimeRangeTerm[] | the date terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getTimePeriodIdTerms | ||
| Description |
Gets the time period | ||
| Return | osid.search.terms.IdTerm[] | the time period Id terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getTimePeriodTerms | ||
| Description |
Gets the time period terms. | ||
| Return | osid.calendaring.TimePeriodQueryInspector[] | the time period terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getConferralIdTerms | ||
| Description |
Gets the conferral | ||
| Return | osid.search.terms.IdTerm[] | the conferral Id terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getConferralTerms | ||
| Description |
Gets the conferral terms. | ||
| Return | osid.recognition.ConferralQueryInspector[] | the conferral terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getAcademyIdTerms | ||
| Description |
Gets the academy | ||
| Return | osid.search.terms.IdTerm[] | the academy Id terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getAcademyTerms | ||
| Description |
Gets the academy terms. | ||
| Return | osid.recognition.AcademyQueryInspector[] | the academy terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getConvocationQueryInspectorRecord | ||
| Description |
Gets the convocation query inspector record
corresponding to the given | ||
| Parameters | osid.type.Type | convocationRecordType | a convocation record type |
| Return | osid.recognition.records.ConvocationQueryInspectorRecord | the convocation query inspector record | |
| Errors | NULL_ARGUMENT | convocationRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(convocationRecordType) is false | ||
| Compliance | mandatory | This method must be implemented. | |