Interface ActivityQueryInspector
- All Superinterfaces:
Extensible, OsidBrowsableQueryInspector, OsidExtensibleQueryInspector, OsidIdentifiableQueryInspector, OsidObjectQueryInspector, OsidQueryInspector, OsidSubjugateableQueryInspector
public interface ActivityQueryInspector
extends OsidObjectQueryInspector, OsidSubjugateableQueryInspector
This is the query inspector for examining activity queries.
-
Method Summary
Modifier and TypeMethodDescriptiongetActivityQueryInspectorRecord(Type activityRecordType) Gets the activity query inspector record corresponding to the givenActivityrecordType.IdTerm[]Gets the assessmentIdquery terms.Gets the assessment query terms.IdTerm[]Gets the assetIdquery terms.Gets the asset query terms.IdTerm[]Gets the courseIdquery terms.Gets the course query terms.IdTerm[]Gets the objective bankIdquery terms.Gets the objective bank query terms.IdTerm[]Gets the objectiveIdquery terms.Gets the objective 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
-
getObjectiveIdTerms
IdTerm[] getObjectiveIdTerms()Gets the objectiveIdquery terms.- Returns:
- the objective
Idterms - Compliance:
mandatory- This method must be implemented.
-
getObjectiveTerms
ObjectiveQueryInspector[] getObjectiveTerms()Gets the objective query terms.- Returns:
- the objective terms
- Compliance:
mandatory- This method must be implemented.
-
getAssetIdTerms
IdTerm[] getAssetIdTerms()Gets the assetIdquery terms.- Returns:
- the asset
Idterms - Compliance:
mandatory- This method must be implemented.
-
getAssetTerms
AssetQueryInspector[] getAssetTerms()Gets the asset query terms.- Returns:
- the asset terms
- Compliance:
mandatory- This method must be implemented.
-
getCourseIdTerms
IdTerm[] getCourseIdTerms()Gets the courseIdquery terms.- Returns:
- the course
Idterms - Compliance:
mandatory- This method must be implemented.
-
getCourseTerms
CourseQueryInspector[] getCourseTerms()Gets the course query terms.- Returns:
- the course 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.
-
getObjectiveBankIdTerms
IdTerm[] getObjectiveBankIdTerms()Gets the objective bankIdquery terms.- Returns:
- the objective bank
Idterms - Compliance:
mandatory- This method must be implemented.
-
getObjectiveBankTerms
ObjectiveBankQueryInspector[] getObjectiveBankTerms()Gets the objective bank query terms.- Returns:
- the objective bank terms
- Compliance:
mandatory- This method must be implemented.
-
getActivityQueryInspectorRecord
ActivityQueryInspectorRecord getActivityQueryInspectorRecord(Type activityRecordType) throws OperationFailedException Gets the activity query inspector record corresponding to the givenActivityrecordType.- Parameters:
activityRecordType- an activity record type- Returns:
- the activity query inspector record
- Throws:
NullArgumentException-activityRecordTypeisnullOperationFailedException- unable to complete requestUnsupportedException-hasRecordType(activityRecordType)isfalse- Compliance:
mandatory- This method must be implemented.
-