Interface BankQueryInspector
- All Superinterfaces:
Extensible, OsidBrowsableQueryInspector, OsidCatalogQueryInspector, OsidExtensibleQueryInspector, OsidFederateableQueryInspector, OsidIdentifiableQueryInspector, OsidObjectQueryInspector, OsidQueryInspector, OsidSourceableQueryInspector
The query inspectors provide a means of accessing the match terms of a
query. These interfaces are used to examine the actual query terms used in
a search or that may be used to create a smart catalog. Query inspectors
may be converted to OsidQuery interfaces for reuse or modification
in the search sessions.
-
Method Summary
Modifier and TypeMethodDescriptionIdTerm[]Gets the ancestor bankIdquery terms.Gets the ancestor bank query terms.IdTerm[]Gets the assessmentIdquery terms.IdTerm[]Gets the assessment offeredIdquery terms.Gets the assessment offered query terms.Gets the assessment query terms.getBankQueryInspectorRecord(Type bankRecordType) Gets the bank query inspector record corresponding to the givenBankrecordType.IdTerm[]Gets the descendant bankIdquery terms.Gets the descendant bank query terms.IdTerm[]Gets the itemIdquery terms.Gets the item query 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
-
getItemIdTerms
IdTerm[] getItemIdTerms()Gets the itemIdquery terms.- Returns:
- the item
Idterms - Compliance:
mandatory- This method must be implemented.
-
getItemTerms
ItemQueryInspector[] getItemTerms()Gets the item query terms.- Returns:
- the item query terms
- Compliance:
mandatory- This method must be implemented.
-
getAssessmentIdTerms
IdTerm[] getAssessmentIdTerms()Gets the assessmentIdquery terms.- Returns:
- the assessment
Idterms - Compliance:
mandatory- This method must be implemented.
-
getAssessmentTerms
AssessmentQueryInspector[] getAssessmentTerms()Gets the assessment query terms.- Returns:
- the assessment terms
- Compliance:
mandatory- This method must be implemented.
-
getAssessmentOfferedIdTerms
IdTerm[] getAssessmentOfferedIdTerms()Gets the assessment offeredIdquery terms.- Returns:
- the assessment offered
Idterms - Compliance:
mandatory- This method must be implemented.
-
getAssessmentOfferedTerms
AssessmentOfferedQueryInspector[] getAssessmentOfferedTerms()Gets the assessment offered query terms.- Returns:
- the assessment offered terms
- Compliance:
mandatory- This method must be implemented.
-
getAncestorBankIdTerms
IdTerm[] getAncestorBankIdTerms()Gets the ancestor bankIdquery terms.- Returns:
- the ancestor bank
Idterms - Compliance:
mandatory- This method must be implemented.
-
getAncestorBankTerms
BankQueryInspector[] getAncestorBankTerms()Gets the ancestor bank query terms.- Returns:
- the ancestor bank terms
- Compliance:
mandatory- This method must be implemented.
-
getDescendantBankIdTerms
IdTerm[] getDescendantBankIdTerms()Gets the descendant bankIdquery terms.- Returns:
- the descendant bank
Idterms - Compliance:
mandatory- This method must be implemented.
-
getDescendantBankTerms
BankQueryInspector[] getDescendantBankTerms()Gets the descendant bank query terms.- Returns:
- the descendant bank terms
- Compliance:
mandatory- This method must be implemented.
-
getBankQueryInspectorRecord
BankQueryInspectorRecord getBankQueryInspectorRecord(Type bankRecordType) throws OperationFailedException Gets the bank query inspector record corresponding to the givenBankrecordType.- Parameters:
bankRecordType- a bank record type- Returns:
- the bank query inspector record
- Throws:
NullArgumentException-bankRecordTypeisnullOperationFailedException- unable to complete requestUnsupportedException-hasRecordType(bankRecordType)isfalse- Compliance:
mandatory- This method must be implemented.
-