Package | Description |
---|---|
org.osid.course.chronicle |
The Open Service Interface Definitions for the org.osid.course.chronicle
service.
|
org.osid.course.program |
The Open Service Interface Definitions for the org.osid.course.program
service.
|
Modifier and Type | Method and Description |
---|---|
EnrollmentQuery |
ProgramEntryQuery.getEnrollmentQuery()
Gets the query for an enrollment entry.
|
Modifier and Type | Method and Description |
---|---|
EnrollmentQuery |
EnrollmentQuerySession.getEnrollmentQuery()
Gets an enrollment query.
|
EnrollmentQuery |
EnrollmentSmartCourseCatalogSession.getEnrollmentQuery()
Gets an enrollment query.
|
EnrollmentQuery |
EnrollmentSmartCourseCatalogSession.getEnrollmentQueryFromInspector(EnrollmentQueryInspector enrollmentQueryInspector)
Gets an enrollment query from an inspector.
|
EnrollmentQuery |
EnrollmentSearchSession.getEnrollmentQueryFromInspector(ItemQueryInspector enrollmentQueryInspector)
Gets an enrollment query from an inspector.
|
Modifier and Type | Method and Description |
---|---|
void |
EnrollmentSmartCourseCatalogSession.applyEnrollmentQuery(EnrollmentQuery enrollmentQuery)
Applies an enrollment query to this course catalog.
|
EnrollmentList |
EnrollmentQuerySession.getEnrollmentsByQuery(EnrollmentQuery enrollmentQuery)
Gets a list of
Enrollments matching the given
enrollment query. |
EnrollmentSearchResults |
EnrollmentSearchSession.getEnrollmentsBySearch(EnrollmentQuery enrollmentQuery,
EnrollmentSearch enrollmentSearch)
Gets the search results matching the given search query using the
given search.
|