Interface DocetQueryInspector
- All Superinterfaces:
Extensible, OsidBrowsableQueryInspector, OsidExtensibleQueryInspector, OsidIdentifiableQueryInspector, OsidObjectQueryInspector, OsidQueryInspector, OsidRelationshipQueryInspector, OsidTemporalQueryInspector
This is the query inspector for searching for docets. Each method
specifies an AND term while multiple invocations of the same
method produce a nested OR .
-
Method Summary
Modifier and TypeMethodDescriptionIdTerm[]Gets the activity unitIdterms.Gets the activity unit terms.IdTerm[]Gets the assetIdquery terms.Gets the asset query terms.IdTerm[]Gets the assetIdquery terms.Gets the asset query terms.IdTerm[]Gets the course catalogIdterms.Gets the course catalog terms.getDocetQueryInspectorRecord(Type docetRecordType) Gets the query inspector record corresponding to the givenDocetrecordType.Gets the duration query terms.Gets the in class query terms.IdTerm[]Gets the objectiveIdquery terms.Gets the objective query terms.IdTerm[]Gets the moduleIdterms.Gets the module 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 OsidRelationshipQueryInspector
getEndReasonIdTerms, getEndReasonTermsModifier and TypeMethodDescriptionIdTerm[]Gets the end reaosn stateIdquery terms.Gets the end reaosn state query terms.Methods inherited from interface OsidTemporalQueryInspector
getDateTerms, getEffectiveTerms, getEndDateTerms, getStartDateTermsModifier and TypeMethodDescriptionGets the date query terms.Gets the effective query terms.Gets the end date query terms.Gets the start date query terms.
-
Method Details
-
getModuleIdTerms
IdTerm[] getModuleIdTerms()Gets the moduleIdterms.- Returns:
- the module
Idterms - Compliance:
mandatory- This method must be implemented.
-
getModuleTerms
ModuleQueryInspector[] getModuleTerms()Gets the module terms.- Returns:
- the module terms
- Compliance:
mandatory- This method must be implemented.
-
getActivityUnitIdTerms
IdTerm[] getActivityUnitIdTerms()Gets the activity unitIdterms.- Returns:
- the activity unit
Idterms - Compliance:
mandatory- This method must be implemented.
-
getActivityUnitTerms
ActivityUnitQueryInspector[] getActivityUnitTerms()Gets the activity unit terms.- Returns:
- the activity unit terms
- Compliance:
mandatory- This method must be implemented.
-
getLearningObjectiveIdTerms
IdTerm[] getLearningObjectiveIdTerms()Gets the objectiveIdquery terms.- Returns:
- the objective
Idterms - Compliance:
mandatory- This method must be implemented.
-
getLearningObjectiveTerms
ObjectiveQueryInspector[] getLearningObjectiveTerms()Gets the objective query terms.- Returns:
- the objective terms
- Compliance:
mandatory- This method must be implemented.
-
getInClassTerms
BooleanTerm[] getInClassTerms()Gets the in class query terms.- Returns:
- the in class query terms
- Compliance:
mandatory- This method must be implemented.
-
getDurationTerms
DurationRangeTerm[] getDurationTerms()Gets the duration query terms.- Returns:
- the duration query 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.
-
getAssessmentIdTerms
IdTerm[] getAssessmentIdTerms()Gets the assetIdquery terms.- Returns:
- the asset
Idterms - Compliance:
mandatory- This method must be implemented.
-
getAssessmentTerms
AssetQueryInspector[] getAssessmentTerms()Gets the asset query terms.- Returns:
- the asset terms
- Compliance:
mandatory- This method must be implemented.
-
getCourseCatalogIdTerms
IdTerm[] getCourseCatalogIdTerms()Gets the course catalogIdterms.- Returns:
- the course catalog
Idterms - Compliance:
mandatory- This method must be implemented.
-
getCourseCatalogTerms
CourseCatalogQueryInspector[] getCourseCatalogTerms()Gets the course catalog terms.- Returns:
- the course catalog terms
- Compliance:
mandatory- This method must be implemented.
-
getDocetQueryInspectorRecord
DocetQueryInspectorRecord getDocetQueryInspectorRecord(Type docetRecordType) throws OperationFailedException Gets the query inspector record corresponding to the givenDocetrecordType.- Parameters:
docetRecordType- a docet record type- Returns:
- the docet query inspector record
- Throws:
NullArgumentException-docetRecordTypeisnullOperationFailedException- unable to complete requestUnsupportedException-hasRecordType(docetRecordType)isfalse- Compliance:
mandatory- This method must be implemented.
-