Uses of Interface
org.osid.course.program.EnrollmentQuery
Packages that use EnrollmentQuery
Package
Description
The Open Service Interface Definitions for the org.osid.course.chronicle
service.
The Open Service Interface Definitions for the org.osid.course.program
service.
-
Uses of EnrollmentQuery in org.osid.course.chronicle
Methods in org.osid.course.chronicle that return EnrollmentQueryModifier and TypeMethodDescriptionProgramEntryQuery.getEnrollmentQuery()Gets the query for an enrollment entry. -
Uses of EnrollmentQuery in org.osid.course.program
Methods in org.osid.course.program that return EnrollmentQueryModifier and TypeMethodDescriptionEnrollmentQuerySession.getEnrollmentQuery()Gets an enrollment query.EnrollmentSmartCourseCatalogSession.getEnrollmentQuery()Gets an enrollment query.EnrollmentSearchSession.getEnrollmentQueryFromInspector(ItemQueryInspector enrollmentQueryInspector) Gets an enrollment query from an inspector.EnrollmentSmartCourseCatalogSession.getEnrollmentQueryFromInspector(EnrollmentQueryInspector enrollmentQueryInspector) Gets an enrollment query from an inspector.EnrollmentQuery.getParentEnrollmentQuery()Gets the query for a parent enrollment.Methods in org.osid.course.program with parameters of type EnrollmentQueryModifier and TypeMethodDescriptionvoidEnrollmentSmartCourseCatalogSession.applyEnrollmentQuery(EnrollmentQuery enrollmentQuery) Applies an enrollment query to this course catalog.EnrollmentQuerySession.getEnrollmentsByQuery(EnrollmentQuery enrollmentQuery) Gets a list ofEnrollmentsmatching the given enrollment query.EnrollmentSearchSession.getEnrollmentsBySearch(EnrollmentQuery enrollmentQuery, EnrollmentSearch enrollmentSearch) Gets the search results matching the given search query using the given search.