Interface AcademyQueryInspector
- All Superinterfaces:
Extensible, OsidBrowsableQueryInspector, OsidCatalogQueryInspector, OsidExtensibleQueryInspector, OsidFederateableQueryInspector, OsidIdentifiableQueryInspector, OsidObjectQueryInspector, OsidQueryInspector, OsidSourceableQueryInspector
This is the query inspector for searching for academies. Each method
specifies an AND term while multiple invocations of the same
method produce a nested OR .
-
Method Summary
Modifier and TypeMethodDescriptiongetAcademyQueryInspectorRecord(Type academyRecordType) Gets the query inspector record corresponding to the givenAcademyrecordType.IdTerm[]Gets the ancestor academyIdterms.Gets the ancestor academy terms.IdTerm[]Gets the awardIdterms.Gets the award terms.IdTerm[]Gets the conferralIdterms.Gets the conferral terms.IdTerm[]Gets the convocationIdterms.Gets the convocation terms.IdTerm[]Gets the descendant academyIdterms.Gets the descendant academy terms.Methods inherited from interface Extensible
getRecordTypes, hasRecordTypeModifier and TypeMethodDescriptionGets the record types available in this object.booleanhasRecordType(Type recordType) Tests if this object supports the given recordType.Methods inherited from interface OsidExtensibleQueryInspector
getRecordTypeTermsMethods inherited from interface OsidIdentifiableQueryInspector
getIdTermsMethods inherited from interface OsidObjectQueryInspector
getCommentIdTerms, getCommentTerms, getCreditIdTerms, getCreditTerms, getDescriptionTerms, getDisplayNameTerms, getGenusTypeTerms, getJournalEntryIdTerms, getJournalEntryTerms, getParentGenusTypeTerms, getRelationshipIdTerms, getRelationshipPeerIdTerms, getRelationshipTerms, getStateIdTerms, getStateTerms, getStatisticTerms, getSubjectIdTerms, getSubjectRelevancyTerms, getSubjectTermsModifier and TypeMethodDescriptionIdTerm[]Gets the commentIdquery terms.Gets the comment query terms.IdTerm[]Gets the creditIdquery terms.Gets the credit query terms.Gets the description query terms.Gets the display name query terms.TypeTerm[]Gets the genus type query terms.IdTerm[]Gets the journal entryIdquery terms.Gets the journal entry query terms.TypeTerm[]Gets the parent genus type query terms.IdTerm[]Gets the relationshipIdquery terms.IdTerm[]Gets the relationship peerIdquery terms.Gets the relationship query terms.IdTerm[]Gets the stateIdquery terms.Gets the state query terms.Gets the statistic query terms.IdTerm[]Gets the subjectIdquery terms.Gets the subject relevancy query terms.Gets the subject query terms.Methods inherited from interface OsidQueryInspector
getAnyTerms, getKeywordTermsModifier and TypeMethodDescriptionGets the any query terms.Gets the keyword query terms.Methods inherited from interface OsidSourceableQueryInspector
getBrandingIdTerms, getBrandingTerms, getLicenseTerms, getProviderIdTerms, getProviderTerms
-
Method Details
-
getConferralIdTerms
IdTerm[] getConferralIdTerms()Gets the conferralIdterms.- Returns:
- the conferral
Idterms - Compliance:
mandatory- This method must be implemented.
-
getConferralTerms
ConferralQueryInspector[] getConferralTerms()Gets the conferral terms.- Returns:
- the conferral terms
- Compliance:
mandatory- This method must be implemented.
-
getAwardIdTerms
IdTerm[] getAwardIdTerms()Gets the awardIdterms.- Returns:
- the award
Idterms - Compliance:
mandatory- This method must be implemented.
-
getAwardTerms
AwardQueryInspector[] getAwardTerms()Gets the award terms.- Returns:
- the award terms
- Compliance:
mandatory- This method must be implemented.
-
getConvocationIdTerms
IdTerm[] getConvocationIdTerms()Gets the convocationIdterms.- Returns:
- the convocation
Idterms - Compliance:
mandatory- This method must be implemented.
-
getConvocationTerms
ConvocationQueryInspector[] getConvocationTerms()Gets the convocation terms.- Returns:
- the convocation terms
- Compliance:
mandatory- This method must be implemented.
-
getAncestorAcademyIdTerms
IdTerm[] getAncestorAcademyIdTerms()Gets the ancestor academyIdterms.- Returns:
- the ancestor academy
Idterms - Compliance:
mandatory- This method must be implemented.
-
getAncestorAcademyTerms
AcademyQueryInspector[] getAncestorAcademyTerms()Gets the ancestor academy terms.- Returns:
- the ancestor academy terms
- Compliance:
mandatory- This method must be implemented.
-
getDescendantAcademyIdTerms
IdTerm[] getDescendantAcademyIdTerms()Gets the descendant academyIdterms.- Returns:
- the descendant academy
Idterms - Compliance:
mandatory- This method must be implemented.
-
getDescendantAcademyTerms
AcademyQueryInspector[] getDescendantAcademyTerms()Gets the descendant academy terms.- Returns:
- the descendant academy terms
- Compliance:
mandatory- This method must be implemented.
-
getAcademyQueryInspectorRecord
AcademyQueryInspectorRecord getAcademyQueryInspectorRecord(Type academyRecordType) throws OperationFailedException Gets the query inspector record corresponding to the givenAcademyrecordType.- Parameters:
academyRecordType- an academy record type- Returns:
- the academy query inspector record
- Throws:
NullArgumentException-academyRecordTypeisnullOperationFailedException- unable to complete requestUnsupportedException-hasRecordType(academyRecordType)isfalse- Compliance:
mandatory- This method must be implemented.
-