Interface OntologyQueryInspector
- All Superinterfaces:
Extensible, OsidBrowsableQueryInspector, OsidCatalogQueryInspector, OsidExtensibleQueryInspector, OsidFederateableQueryInspector, OsidIdentifiableQueryInspector, OsidObjectQueryInspector, OsidQueryInspector, OsidSourceableQueryInspector
This is the query inspector for examining ontology queries.
-
Method Summary
Modifier and TypeMethodDescriptionIdTerm[]Gets the ancestor ontologyIdterms.Gets the ancestor ontology terms.IdTerm[]Gets the descendant ontologyIdterms.Gets the descendant ontology terms.getOntologyQueryInspectorRecord(Type ontologyRecordType) Gets the ontology query inspector record corresponding to the givenOntologyrecordType.IdTerm[]Gets the relevancyIdterms.Gets the relevancy terms.IdTerm[]Gets the subjectIdterms.Gets the subject 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, getSubjectRelevancyTermsModifier 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.Gets the subject relevancy 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
-
getSubjectIdTerms
IdTerm[] getSubjectIdTerms()Gets the subjectIdterms.- Specified by:
getSubjectIdTermsin interfaceOsidObjectQueryInspector- Returns:
- the subject
Idterms - Compliance:
mandatory- This method must be implemented.
-
getSubjectTerms
SubjectQueryInspector[] getSubjectTerms()Gets the subject terms.- Specified by:
getSubjectTermsin interfaceOsidObjectQueryInspector- Returns:
- the subject terms
- Compliance:
mandatory- This method must be implemented.
-
getRelevancyIdTerms
IdTerm[] getRelevancyIdTerms()Gets the relevancyIdterms.- Returns:
- the relevancy
Idterms - Compliance:
mandatory- This method must be implemented.
-
getRelevancyTerms
RelevancyQueryInspector[] getRelevancyTerms()Gets the relevancy terms.- Returns:
- the relevancy terms
- Compliance:
mandatory- This method must be implemented.
-
getAncestorOntologyIdTerms
IdTerm[] getAncestorOntologyIdTerms()Gets the ancestor ontologyIdterms.- Returns:
- the ancestor ontology
Idterms - Compliance:
mandatory- This method must be implemented.
-
getAncestorOntologyTerms
OntologyQueryInspector[] getAncestorOntologyTerms()Gets the ancestor ontology terms.- Returns:
- the ancestor ontology terms
- Compliance:
mandatory- This method must be implemented.
-
getDescendantOntologyIdTerms
IdTerm[] getDescendantOntologyIdTerms()Gets the descendant ontologyIdterms.- Returns:
- the descendant ontology
Idterms - Compliance:
mandatory- This method must be implemented.
-
getDescendantOntologyTerms
OntologyQueryInspector[] getDescendantOntologyTerms()Gets the descendant ontology terms.- Returns:
- the descendant ontology terms
- Compliance:
mandatory- This method must be implemented.
-
getOntologyQueryInspectorRecord
OntologyQueryInspectorRecord getOntologyQueryInspectorRecord(Type ontologyRecordType) throws OperationFailedException Gets the ontology query inspector record corresponding to the givenOntologyrecordType.- Parameters:
ontologyRecordType- an ontology record type- Returns:
- the ontology query inspector record
- Throws:
NullArgumentException-ontologyRecordTypeisnullOperationFailedException- unable to complete requestUnsupportedException-hasRecordType(ontologyRecordType)isfalse- Compliance:
mandatory- This method must be implemented.
-