Interface AssessmentQueryInspector
- All Superinterfaces:
Extensible, OsidBrowsableQueryInspector, OsidExtensibleQueryInspector, OsidIdentifiableQueryInspector, OsidObjectQueryInspector, OsidQueryInspector
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 assessment offeredIdquery terms.Gets the assessment offered query terms.getAssessmentQueryInspectorRecord(Type assessmentRecordType) Gets the assessment query inspector record corresponding to the givenAssessmentrecordType.IdTerm[]Gets the assessment takenIdquery terms.Gets the assessment taken query terms.IdTerm[]Gets the bankIdquery terms.Gets the bank query terms.IdTerm[]Gets the itemIdquery terms.Gets the item query terms.IdTerm[]Gets the levelIdquery terms.Gets the level query terms.IdTerm[]Gets the assessmentIdquery terms.Gets the assessment 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.
-
Method Details
-
getLevelIdTerms
IdTerm[] getLevelIdTerms()Gets the levelIdquery terms.- Returns:
- the level
Idterms - Compliance:
mandatory- This method must be implemented.
-
getLevelTerms
GradeQueryInspector[] getLevelTerms()Gets the level query terms.- Returns:
- the level terms
- Compliance:
mandatory- This method must be implemented.
-
getRubricIdTerms
IdTerm[] getRubricIdTerms()Gets the assessmentIdquery terms.- Returns:
- the assessment
Idterms - Compliance:
mandatory- This method must be implemented.
-
getRubricTerms
AssessmentQueryInspector[] getRubricTerms()Gets the assessment query terms.- Returns:
- the assessment terms
- Compliance:
mandatory- This method must be implemented.
-
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 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.
-
getAssessmentTakenIdTerms
IdTerm[] getAssessmentTakenIdTerms()Gets the assessment takenIdquery terms.- Returns:
- the assessment taken
Idterms - Compliance:
mandatory- This method must be implemented.
-
getAssessmentTakenTerms
AssessmentTakenQueryInspector[] getAssessmentTakenTerms()Gets the assessment taken query terms.- Returns:
- the assessment taken terms
- Compliance:
mandatory- This method must be implemented.
-
getBankIdTerms
IdTerm[] getBankIdTerms()Gets the bankIdquery terms.- Returns:
- the bank
Idterms - Compliance:
mandatory- This method must be implemented.
-
getBankTerms
BankQueryInspector[] getBankTerms()Gets the bank query terms.- Returns:
- the bank terms
- Compliance:
mandatory- This method must be implemented.
-
getAssessmentQueryInspectorRecord
AssessmentQueryInspectorRecord getAssessmentQueryInspectorRecord(Type assessmentRecordType) throws OperationFailedException Gets the assessment query inspector record corresponding to the givenAssessmentrecordType.- Parameters:
assessmentRecordType- an assessment record type- Returns:
- the assessment query inspector record
- Throws:
NullArgumentException-assessmentRecordTypeisnullOperationFailedException- unable to complete requestUnsupportedException-hasRecordType(assessmentRecordType)isfalse- Compliance:
mandatory- This method must be implemented.
-