OSID Logo
OSID Specifications
recognition package
Version 3.0.0
Release Candidate Preview
Interfaceosid.recognition.ConvocationQueryInspector
Implementsosid.OsidGovernatorQueryInspector
Description

The inspector for examining convocation queries.

MethodgetAwardIdTerms
Description

Gets the award Id terms.

Returnosid.search.terms.IdTerm[]the award Id terms
CompliancemandatoryThis method must be implemented.
MethodgetAwardTerms
Description

Gets the award terms.

Returnosid.recognition.AwardQueryInspector[]the award terms
CompliancemandatoryThis method must be implemented.
MethodgetDateTerms
Description

Gets the date terms.

Returnosid.search.terms.DateTimeRangeTerm[]the date terms
CompliancemandatoryThis method must be implemented.
MethodgetTimePeriodIdTerms
Description

Gets the time period Id terms.

Returnosid.search.terms.IdTerm[]the time period Id terms
CompliancemandatoryThis method must be implemented.
MethodgetTimePeriodTerms
Description

Gets the time period terms.

Returnosid.calendaring.TimePeriodQueryInspector[]the time period terms
CompliancemandatoryThis method must be implemented.
MethodgetConferralIdTerms
Description

Gets the conferral Id terms.

Returnosid.search.terms.IdTerm[]the conferral Id terms
CompliancemandatoryThis method must be implemented.
MethodgetConferralTerms
Description

Gets the conferral terms.

Returnosid.recognition.ConferralQueryInspector[]the conferral terms
CompliancemandatoryThis method must be implemented.
MethodgetAcademyIdTerms
Description

Gets the academy Id terms.

Returnosid.search.terms.IdTerm[]the academy Id terms
CompliancemandatoryThis method must be implemented.
MethodgetAcademyTerms
Description

Gets the academy terms.

Returnosid.recognition.AcademyQueryInspector[]the academy terms
CompliancemandatoryThis method must be implemented.
MethodgetConvocationQueryInspectorRecord
Description

Gets the convocation query inspector record corresponding to the given Convocation record Type.

Parametersosid.type.TypeconvocationRecordTypea convocation record type
Returnosid.recognition.records.ConvocationQueryInspectorRecordthe convocation query inspector record
ErrorsNULL_ARGUMENT convocationRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(convocationRecordType) is false
CompliancemandatoryThis method must be implemented.