OSID Logo
OSID Specifications
recognition package
Version 3.1.0
Interfaceosid.recognition.ConferralQueryInspector
Implementsosid.OsidRelationshipQueryInspector
Used Byosid.recognition.AcademyQueryInspector
osid.recognition.AwardQueryInspector
osid.recognition.ConferralSearchResults
osid.recognition.ConferralSmartAcademySession
osid.recognition.ConvocationQueryInspector
Description

The inspector for examining conferral queries.

MethodgetAwardIdTerms
Description

Gets the award Id terms.

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

Gets the award terms.

Returnosid.recognition.AwardQueryInspector[] the award terms
Compliancemandatory This method must be implemented.
MethodgetRecipientIdTerms
Description

Gets the recipient Id terms.

Returnosid.search.terms.IdTerm[] the recipient Id terms
Compliancemandatory This method must be implemented.
MethodgetRecipientTerms
Description

Gets the recipient terms.

Returnosid.resource.ResourceQueryInspector[] the recipient terms
Compliancemandatory This method must be implemented.
MethodgetReferenceIdTerms
Description

Gets the reference Id terms.

Returnosid.search.terms.IdTerm[] the reference Id terms
Compliancemandatory This method must be implemented.
MethodgetConvocationIdTerms
Description

Gets the convocation Id terms.

Returnosid.search.terms.IdTerm[] the convocation Id terms
Compliancemandatory This method must be implemented.
MethodgetConvocationTerms
Description

Gets the convocation terms.

Returnosid.recognition.ConvocationQueryInspector[] the convocation terms
Compliancemandatory This method must be implemented.
MethodgetAcademyIdTerms
Description

Gets the academy Id terms.

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

Gets the academy terms.

Returnosid.recognition.AcademyQueryInspector[] the academy terms
Compliancemandatory This method must be implemented.
MethodgetConferralQueryInspectorRecord
Description

Gets the conferral query inspector record corresponding to the given Conferral record Type.

Parametersosid.type.TypeconferralRecordType a conferral record type
Returnosid.recognition.records.ConferralQueryInspectorRecord the conferral query inspector record
ErrorsNULL_ARGUMENT conferralRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(conferralRecordType) is false
Compliancemandatory This method must be implemented.