Interface RelevancyQueryInspector
- All Superinterfaces:
Extensible, OsidBrowsableQueryInspector, OsidExtensibleQueryInspector, OsidIdentifiableQueryInspector, OsidObjectQueryInspector, OsidQueryInspector, OsidRelationshipQueryInspector, OsidTemporalQueryInspector
This is the query inspector for examining relevancy queries.
-
Method Summary
Modifier and TypeMethodDescriptionIdTerm[]Gets the mappedIdterms.IdTerm[]Gets the ontologyIdterms.Gets the ontology terms.getRelevancyQueryInspectorRecord(Type relevancyRecordType) Gets the relevancy query inspector record corresponding to the givenRelevancyrecordType.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 OsidRelationshipQueryInspector
getEndReasonIdTerms, getEndReasonTermsModifier and TypeMethodDescriptionIdTerm[]Gets the end reaosn stateIdquery terms.Gets the end reaosn state query terms.Methods inherited from interface OsidTemporalQueryInspector
getDateTerms, getEffectiveTerms, getEndDateTerms, getStartDateTermsModifier and TypeMethodDescriptionGets the date query terms.Gets the effective query terms.Gets the end date query terms.Gets the start date query terms.
-
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.
-
getMappedIdTerms
IdTerm[] getMappedIdTerms()Gets the mappedIdterms.- Returns:
- the mapped
Idterms - 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.
-
getRelevancyQueryInspectorRecord
RelevancyQueryInspectorRecord getRelevancyQueryInspectorRecord(Type relevancyRecordType) throws OperationFailedException Gets the relevancy query inspector record corresponding to the givenRelevancyrecordType.- Parameters:
relevancyRecordType- a relevancy record type- Returns:
- the relevancy query inspector record
- Throws:
NullArgumentException-relevancyRecordTypeisnullOperationFailedException- unable to complete requestUnsupportedException-hasRecordType(relevancyRecordType)isfalse- Compliance:
mandatory- This method must be implemented.
-