Interface LessonQueryInspector
- All Superinterfaces:
Extensible, OsidBrowsableQueryInspector, OsidExtensibleQueryInspector, OsidIdentifiableQueryInspector, OsidObjectQueryInspector, OsidQueryInspector, OsidRelationshipQueryInspector, OsidTemporalQueryInspector
This is the query inspector for searching for lessons. Each method
specifies an AND term while multiple invocations of the same
method produce a nested OR .
-
Method Summary
Modifier and TypeMethodDescriptionIdTerm[]Gets the activityIdterms.Gets the activity terms.IdTerm[]Gets the ending activityIdterms.Gets the ending activity terms.Gets the actual end time query terms.IdTerm[]Gets the starting activityIdterms.Gets the starting activity terms.Gets actual start time query terms.Gets the actual time spent terms.Gets completed query terms.IdTerm[]Gets the course catalogIdterms.Gets the course catalog terms.IdTerm[]Gets the docetIdterms.Gets the docet terms.getLessonQueryInspectorRecord(Type lessonRecordType) Gets the query inspector record corresponding to the givenLessonrecordType.IdTerm[]Gets the planIdterms.Gets the planned start time query terms.Gets the plan terms.Gets skipped 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.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
-
getPlanIdTerms
IdTerm[] getPlanIdTerms()Gets the planIdterms.- Returns:
- the plan
Idterms - Compliance:
mandatory- This method must be implemented.
-
getPlanTerms
PlanQueryInspector[] getPlanTerms()Gets the plan terms.- Returns:
- the plan terms
- Compliance:
mandatory- This method must be implemented.
-
getDocetIdTerms
IdTerm[] getDocetIdTerms()Gets the docetIdterms.- Returns:
- the docet
Idterms - Compliance:
mandatory- This method must be implemented.
-
getDocetTerms
DocetQueryInspector[] getDocetTerms()Gets the docet terms.- Returns:
- the docet terms
- Compliance:
mandatory- This method must be implemented.
-
getActivityIdTerms
IdTerm[] getActivityIdTerms()Gets the activityIdterms.- Returns:
- the activity
Idterms - Compliance:
mandatory- This method must be implemented.
-
getActivityTerms
ActivityQueryInspector[] getActivityTerms()Gets the activity terms.- Returns:
- the activity terms
- Compliance:
mandatory- This method must be implemented.
-
getPlannedStartTimeTerms
DurationRangeTerm[] getPlannedStartTimeTerms()Gets the planned start time query terms.- Returns:
- the time terms
- Compliance:
mandatory- This method must be implemented.
-
getActualStartTimeTerms
DurationRangeTerm[] getActualStartTimeTerms()Gets actual start time query terms.- Returns:
- the terms
- Compliance:
mandatory- This method must be implemented.
-
getActualStartingActivityIdTerms
IdTerm[] getActualStartingActivityIdTerms()Gets the starting activityIdterms.- Returns:
- the activity
Idterms - Compliance:
mandatory- This method must be implemented.
-
getActualStartingActivityTerms
ActivityQueryInspector[] getActualStartingActivityTerms()Gets the starting activity terms.- Returns:
- the activity terms
- Compliance:
mandatory- This method must be implemented.
-
getCompleteTerms
BooleanTerm[] getCompleteTerms()Gets completed query terms.- Returns:
- the terms
- Compliance:
mandatory- This method must be implemented.
-
getSkippedTerms
BooleanTerm[] getSkippedTerms()Gets skipped query terms.- Returns:
- the terms
- Compliance:
mandatory- This method must be implemented.
-
getActualEndTimeTerms
DurationRangeTerm[] getActualEndTimeTerms()Gets the actual end time query terms.- Returns:
- the time time terms
- Compliance:
mandatory- This method must be implemented.
-
getActualEndingActivityIdTerms
IdTerm[] getActualEndingActivityIdTerms()Gets the ending activityIdterms.- Returns:
- the activity
Idterms - Compliance:
mandatory- This method must be implemented.
-
getActualEndingActivityTerms
ActivityQueryInspector[] getActualEndingActivityTerms()Gets the ending activity terms.- Returns:
- the activity terms
- Compliance:
mandatory- This method must be implemented.
-
getActualTimeSpentTerms
DurationRangeTerm[] getActualTimeSpentTerms()Gets the actual time spent terms.- Returns:
- the duration 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.
-
getLessonQueryInspectorRecord
LessonQueryInspectorRecord getLessonQueryInspectorRecord(Type lessonRecordType) throws OperationFailedException Gets the query inspector record corresponding to the givenLessonrecordType.- Parameters:
lessonRecordType- a lesson record type- Returns:
- the lesson query inspector record
- Throws:
NullArgumentException-lessonRecordTypeisnullOperationFailedException- unable to complete requestUnsupportedException-hasRecordType(lessonRecordType)isfalse- Compliance:
mandatory- This method must be implemented.
-