public interface AwardQueryInspector extends OsidObjectQueryInspector
This is the query inspector for searching for awards. Each method
specifies an AND term while multiple invocations of the
same method produce a nested OR.
| Modifier and Type | Method and Description |
|---|---|
IdTerm[] |
getAcademyIdTerms()
Gets the academy
Id terms. |
AcademyQueryInspector[] |
getAcademyTerms()
Gets the academy terms.
|
AwardQueryInspectorRecord |
getAwardQueryInspectorRecord(Type awardRecordType)
Gets the query inspector record corresponding to the given
Award record Type. |
IdTerm[] |
getConferralIdTerms()
Gets the conferral
Id terms. |
ConferralQueryInspector[] |
getConferralTerms()
Gets the conferral terms.
|
getCommentIdTerms, getCommentTerms, getCreditIdTerms, getCreditTerms, getDescriptionTerms, getDisplayNameTerms, getGenusTypeTerms, getJournalEntryIdTerms, getJournalEntryTerms, getParentGenusTypeTerms, getRelationshipIdTerms, getRelationshipPeerIdTerms, getRelationshipTerms, getStateIdTerms, getStateTerms, getStatisticTerms, getSubjectIdTerms, getSubjectRelevancyTerms, getSubjectTermsgetIdTermsgetRecordTypeTermsgetRecordTypes, hasRecordTypegetAnyTerms, getKeywordTermsIdTerm[] getConferralIdTerms()
Id terms. Id termsmandatory - This method must be implemented. ConferralQueryInspector[] getConferralTerms()
mandatory - This method must be implemented. IdTerm[] getAcademyIdTerms()
Id terms. Id termsmandatory - This method must be implemented. AcademyQueryInspector[] getAcademyTerms()
mandatory - This method must be implemented. AwardQueryInspectorRecord getAwardQueryInspectorRecord(Type awardRecordType) throws OperationFailedException
Award record Type. awardRecordType - an award record typeNullArgumentException - awardRecordType
is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(awardRecordType) is false mandatory - This method must be implemented.