Interface AssessmentOfferedQueryInspector
- All Superinterfaces:
Extensible, OsidBrowsableQueryInspector, OsidExtensibleQueryInspector, OsidIdentifiableQueryInspector, OsidObjectQueryInspector, OsidQueryInspector, OsidSubjugateableQueryInspector
public interface AssessmentOfferedQueryInspector
extends OsidObjectQueryInspector, OsidSubjugateableQueryInspector
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 assessmentIdquery terms.getAssessmentOfferedQueryInspectorRecord(Type assessmentOfferedRecordType) Gets the assessment offered query inspector record corresponding to the givenAssessmentOfferedrecordType.IdTerm[]Gets the assessment takenIdquery terms.Gets the assessment taken query terms.Gets the assessment query terms.IdTerm[]Gets the bankIdquery terms.Gets the bank query terms.Gets the deadline query terms.Gets the deadline query terms.IdTerm[]Gets the grade systemIdquery terms.Gets the grade system query terms.Gets the items sequential query terms.Gets the items shuffled query terms.IdTerm[]Gets the levelIdquery terms.Gets the level query terms.IdTerm[]Gets the assessment offeredIdquery terms.Gets the assessment query terms.IdTerm[]Gets the grade systemIdquery terms.Gets the grade system query terms.Gets the start time 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
-
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.
-
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.
-
getItemsSequentialTerms
BooleanTerm[] getItemsSequentialTerms()Gets the items sequential query terms.- Returns:
- the boolean terms
- Compliance:
mandatory- This method must be implemented.
-
getItemsShuffledTerms
BooleanTerm[] getItemsShuffledTerms()Gets the items shuffled query terms.- Returns:
- the boolean terms
- Compliance:
mandatory- This method must be implemented.
-
getStartTimeTerms
DateTimeTerm[] getStartTimeTerms()Gets the start time query terms.- Returns:
- the start time terms
- Compliance:
mandatory- This method must be implemented.
-
getDeadlineTerms
DateTimeTerm[] getDeadlineTerms()Gets the deadline query terms.- Returns:
- the deadline terms
- Compliance:
mandatory- This method must be implemented.
-
getDurationTerms
DurationTerm[] getDurationTerms()Gets the deadline query terms.- Returns:
- the duration terms
- Compliance:
mandatory- This method must be implemented.
-
getScoreSystemIdTerms
IdTerm[] getScoreSystemIdTerms()Gets the grade systemIdquery terms.- Returns:
- the grade system
Idterms - Compliance:
mandatory- This method must be implemented.
-
getScoreSystemTerms
GradeSystemQueryInspector[] getScoreSystemTerms()Gets the grade system query terms.- Returns:
- the grade system terms
- Compliance:
mandatory- This method must be implemented.
-
getGradeSystemIdTerms
IdTerm[] getGradeSystemIdTerms()Gets the grade systemIdquery terms.- Returns:
- the grade system
Idterms - Compliance:
mandatory- This method must be implemented.
-
getGradeSystemTerms
GradeSystemQueryInspector[] getGradeSystemTerms()Gets the grade system query terms.- Returns:
- the grade system terms
- Compliance:
mandatory- This method must be implemented.
-
getRubricIdTerms
IdTerm[] getRubricIdTerms()Gets the assessment offeredIdquery terms.- Returns:
- the assessment offered
Idterms - Compliance:
mandatory- This method must be implemented.
-
getRubricTerms
AssessmentOfferedQueryInspector[] getRubricTerms()Gets the assessment 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.
-
getAssessmentOfferedQueryInspectorRecord
AssessmentOfferedQueryInspectorRecord getAssessmentOfferedQueryInspectorRecord(Type assessmentOfferedRecordType) throws OperationFailedException Gets the assessment offered query inspector record corresponding to the givenAssessmentOfferedrecordType.- Parameters:
assessmentOfferedRecordType- an assessment offered record type- Returns:
- the assessment offered query inspector record
- Throws:
NullArgumentException-assessmentOfferedRecordTypeisnullOperationFailedException- unable to complete requestUnsupportedException-hasRecordType(assessmentOfferedRecordType)isfalse- Compliance:
mandatory- This method must be implemented.
-