Interface SubjectQueryInspector
- All Superinterfaces:
Extensible, OsidBrowsableQueryInspector, OsidExtensibleQueryInspector, OsidFederateableQueryInspector, OsidIdentifiableQueryInspector, OsidObjectQueryInspector, OsidQueryInspector
public interface SubjectQueryInspector
extends OsidObjectQueryInspector, OsidFederateableQueryInspector
This is the query inspector for examining subject queries.
-
Method Summary
Modifier and TypeMethodDescriptionIdTerm[]Gets the ancestor subjectIdterms.Gets the ancestor subject terms.Gets the code query terms.IdTerm[]Gets the descendant subjectIdterms.Gets the descendant subject terms.IdTerm[]Gets the ontologyIdterms.Gets the ontology terms.IdTerm[]Gets the relevancyIdterms.Gets the relevancy terms.getSubjectQueryInspectorRecord(Type subjectRecordType) Gets the subject query inspector record corresponding to the givenSubjectrecordType.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.
-
Method Details
-
getCodeTerms
StringTerm[] getCodeTerms()Gets the code query terms.- Returns:
- the code terms
- Compliance:
mandatory- This method must be implemented.
-
getAncestorSubjectIdTerms
IdTerm[] getAncestorSubjectIdTerms()Gets the ancestor subjectIdterms.- Returns:
- the ancestor subject
Idterms - Compliance:
mandatory- This method must be implemented.
-
getAncestorSubjectTerms
SubjectQueryInspector[] getAncestorSubjectTerms()Gets the ancestor subject terms.- Returns:
- the ancestor subject terms
- Compliance:
mandatory- This method must be implemented.
-
getDescendantSubjectIdTerms
IdTerm[] getDescendantSubjectIdTerms()Gets the descendant subjectIdterms.- Returns:
- the descendant subject
Idterms - Compliance:
mandatory- This method must be implemented.
-
getDescendantSubjectTerms
SubjectQueryInspector[] getDescendantSubjectTerms()Gets the descendant subject terms.- Returns:
- the descendant 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.
-
getOntologyIdTerms
IdTerm[] getOntologyIdTerms()Gets the ontologyIdterms.- Returns:
- the ontology
Idterms - Compliance:
mandatory- This method must be implemented.
-
getOntologyTerms
OntologyQueryInspector[] getOntologyTerms()Gets the ontology terms.- Returns:
- the ontology terms
- Compliance:
mandatory- This method must be implemented.
-
getSubjectQueryInspectorRecord
SubjectQueryInspectorRecord getSubjectQueryInspectorRecord(Type subjectRecordType) throws OperationFailedException Gets the subject query inspector record corresponding to the givenSubjectrecordType.- Parameters:
subjectRecordType- a subject record type- Returns:
- the subject query inspector record
- Throws:
NullArgumentException-subjectRecordTypeisnullOperationFailedException- unable to complete requestUnsupportedException-hasRecordType(subjectRecordType)isfalse- Compliance:
mandatory- This method must be implemented.
-