Interface AssessmentTakenQueryInspector
- 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 TypeMethodDescriptionGets the start time query terms.IdTerm[]Gets the assessment offeredIdquery terms.Gets the assessment offered query terms.getAssessmentTakenQueryInspectorRecord(Type assessmentTakenRecordType) Gets the assessment taken query inspector record corresponding to the givenAssessmentTakenrecordType.IdTerm[]Gets the bankIdquery terms.Gets the bank query terms.Gets the completion time query terms.Gets the comment query terms.IdTerm[]Gets the gradeIdquery terms.Gets the grade query terms.IdTerm[]Gets the assessment takenIdquery terms.Gets the assessment taken query terms.IdTerm[]Gets the grade systemIdquery terms.Gets the grade system query terms.Gets the score query terms.IdTerm[]Gets the resourceIdquery terms.Gets the resource query terms.IdTerm[]Gets the agentIdquery terms.Gets the agent query terms.Gets the time spent 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
-
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.
-
getTakerIdTerms
IdTerm[] getTakerIdTerms()Gets the resourceIdquery terms.- Returns:
- the resource
Idterms - Compliance:
mandatory- This method must be implemented.
-
getTakerTerms
ResourceQueryInspector[] getTakerTerms()Gets the resource query terms.- Returns:
- the resource terms
- Compliance:
mandatory- This method must be implemented.
-
getTakingAgentIdTerms
IdTerm[] getTakingAgentIdTerms()Gets the agentIdquery terms.- Returns:
- the agent
Idterms - Compliance:
mandatory- This method must be implemented.
-
getTakingAgentTerms
AgentQueryInspector[] getTakingAgentTerms()Gets the agent query terms.- Returns:
- the agent terms
- Compliance:
mandatory- This method must be implemented.
-
getActualStartTimeTerms
DateTimeTerm[] getActualStartTimeTerms()Gets the start time query terms.- Returns:
- the start time terms
- Compliance:
mandatory- This method must be implemented.
-
getCompletionTimeTerms
DateTimeTerm[] getCompletionTimeTerms()Gets the completion time query terms.- Returns:
- the completion time terms
- Compliance:
mandatory- This method must be implemented.
-
getTimeSpentTerms
DurationTerm[] getTimeSpentTerms()Gets the time spent query terms.- Returns:
- the time spent 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.
-
getScoreTerms
DecimalRangeTerm[] getScoreTerms()Gets the score query terms.- Returns:
- the score terms
- Compliance:
mandatory- This method must be implemented.
-
getGradeIdTerms
IdTerm[] getGradeIdTerms()Gets the gradeIdquery terms.- Returns:
- the grade
Idterms - Compliance:
mandatory- This method must be implemented.
-
getGradeTerms
GradeQueryInspector[] getGradeTerms()Gets the grade query terms.- Returns:
- the grade terms
- Compliance:
mandatory- This method must be implemented.
-
getFeedbackTerms
StringTerm[] getFeedbackTerms()Gets the comment query terms.- Returns:
- the comment terms
- Compliance:
mandatory- This method must be implemented.
-
getRubricIdTerms
IdTerm[] getRubricIdTerms()Gets the assessment takenIdquery terms.- Returns:
- the assessment taken
Idterms - Compliance:
mandatory- This method must be implemented.
-
getRubricTerms
AssessmentTakenQueryInspector[] getRubricTerms()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.
-
getAssessmentTakenQueryInspectorRecord
AssessmentTakenQueryInspectorRecord getAssessmentTakenQueryInspectorRecord(Type assessmentTakenRecordType) throws OperationFailedException Gets the assessment taken query inspector record corresponding to the givenAssessmentTakenrecordType.- Parameters:
assessmentTakenRecordType- an assessment taken record type- Returns:
- the assessment taken query inspector record
- Throws:
NullArgumentException-assessmentTakenRecordTypeisnullOperationFailedException- unable to complete requestUnsupportedException-hasRecordType(assessmentTakenRecordType)isfalse- Compliance:
mandatory- This method must be implemented.
-