| Interface | osid.course.chronicle.ProgramEntryQuery | ||
|---|---|---|---|
| Implements | osid.OsidRelationshipQuery | ||
| Used By | osid.course.chronicle.ProgramEntryQuery | ||
osid.course.chronicle.ProgramEntryQuerySession | |||
osid.course.chronicle.ProgramEntrySearchSession | |||
osid.course.chronicle.ProgramEntrySmartCourseCatalogSession | |||
| Description |
This is the query for searching program entries. Each
method match specifies an | ||
| Method | matchStudentId | ||
| Description |
Sets the student | ||
| Parameters | osid.id.Id | resourceId | a resource Id |
boolean | match | true if a positive match, false for a negative
match | |
| Errors | NULL_ARGUMENT | resourceId is null | |
| Compliance | mandatory | This method must be implemented. | |
| Method | clearStudentIdTerms | ||
| Description |
Clears the student | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | supportsStudentQuery | ||
| Description |
Tests if a | ||
| Return | boolean | true if a student query is available, false
otherwise | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getStudentQuery | ||
| Description |
Gets the query for a student option. Multiple
retrievals produce a nested | ||
| Return | osid.resource.ResourceQuery | a student query | |
| Errors | UNIMPLEMENTED | supportsStudentQuery() is false | |
| Compliance | optional | This method must be implemented if supportsStudentQuery() is
true . | |
| Method | clearStudentTerms | ||
| Description |
Clears the student option terms. | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | matchProgramId | ||
| Description |
Sets the program | ||
| Parameters | osid.id.Id | programId | a program Id |
boolean | match | true if a positive match, false for a negative
match | |
| Errors | NULL_ARGUMENT | programId is null | |
| Compliance | mandatory | This method must be implemented. | |
| Method | clearProgramIdTerms | ||
| Description |
Clears the program | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | supportsProgramQuery | ||
| Description |
Tests if a | ||
| Return | boolean | true if a program query is available, false
otherwise | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getProgramQuery | ||
| Description |
Gets the query for a program entry. Multiple retrievals
produce a nested | ||
| Return | osid.course.program.ProgramQuery | a program query | |
| Errors | UNIMPLEMENTED | supportsProgramQuery() is false | |
| Compliance | optional | This method must be implemented if supportsProgramQuery() is
true . | |
| Method | clearProgramTerms | ||
| Description |
Clears the program terms. | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | matchParentProgramEntryId | ||
| Description |
Sets the parent program entry | ||
| Parameters | osid.id.Id | programEntryId | a program entry Id |
boolean | match | true if a positive match, false for a negative
match | |
| Errors | NULL_ARGUMENT | programEntryId is null | |
| Compliance | mandatory | This method must be implemented. | |
| Method | clearParentProgramEntryIdTerms | ||
| Description |
Clears the parent program entry | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | supportsParentProgramEntryQuery | ||
| Description |
Tests if a | ||
| Return | boolean | true if a program entry query is available, false
otherwise | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getParentProgramEntryQuery | ||
| Description |
Gets the query for a parent program entry. Multiple
retrievals produce a nested | ||
| Return | osid.course.chronicle.ProgramEntryQuery | a parent program entry query | |
| Errors | UNIMPLEMENTED | supportsParentProgramEntryQuery() is false | |
| Compliance | optional | This method must be implemented if
supportsParentProgramEntryQuery() is true . | |
| Method | matchAnyParentProgramEntry | ||
| Description |
Matches program entries that have any parent. | ||
| Parameters | boolean | match | true to match entries with a parent, false to
match entries with no parent |
| Compliance | mandatory | This method must be implemented. | |
| Method | clearParentProgramEntryTerms | ||
| Description |
Clears the parent program entry terms. | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | matchIsMatriculationKnown | ||
| Description |
Matches credential entries with a matriculation known value. | ||
| Parameters | boolean | match | true to match a true value, false to
match a false value |
| Compliance | mandatory | This method must be implemented. | |
| Method | clearIsMatriculationKnownTerms | ||
| Description |
Clears the matriculation known terms. | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | matchEntranceDate | ||
| Description |
Matches entrance dates between the given dates inclusive. | ||
| Parameters | osid.calendaring.DateTime | from | starting date |
osid.calendaring.DateTime | to | ending date | |
boolean | match | true if a positive match, false for a negative
match | |
| Errors | INVALID_ARGUMENT | from is greater than to | |
| NULL_ARGUMENT | from or to is null | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | matchAnyEntranceDate | ||
| Description |
Matches program entries with any entrance date. | ||
| Parameters | boolean | match | true to match entries with a entrance date, false
to match entries with no entrance date |
| Compliance | mandatory | This method must be implemented. | |
| Method | clearEntranceDateTerms | ||
| Description |
Clears the entrance date terms. | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | matchEntranceTermId | ||
| Description |
Sets the entrance term | ||
| Parameters | osid.id.Id | entranceTermId | a entrance term Id |
boolean | match | true if a positive match, false for a negative
match | |
| Errors | NULL_ARGUMENT | entranceTermId is null | |
| Compliance | mandatory | This method must be implemented. | |
| Method | clearEntranceTermIdTerms | ||
| Description |
Clears the entrance term | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | supportsEntranceTermQuery | ||
| Description |
Tests if a | ||
| Return | boolean | true if a entrance term query is available, false
otherwise | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getEntranceTermQuery | ||
| Description |
Gets the query for a entrance term. Multiple retrievals
produce a nested | ||
| Return | osid.course.TermQuery | a entrance term query | |
| Errors | UNIMPLEMENTED | supportsEntranceTermQuery() is false | |
| Compliance | optional | This method must be implemented if supportsEntranceTermQuery()
is true . | |
| Method | clearEntranceTermTerms | ||
| Description |
Clears the entrance term terms. | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | matchIsExpectedToComplete | ||
| Description |
Matches credential entries with a expected to complete value. | ||
| Parameters | boolean | match | true to match a true value, false to
match a false value |
| Compliance | mandatory | This method must be implemented. | |
| Method | clearIsExpectedToCompleteTerms | ||
| Description |
Clears the expected to complete terms. | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | matchExpectedCompletionDate | ||
| Description |
Matches expected completion dates between the given dates inclusive. | ||
| Parameters | osid.calendaring.DateTime | from | starting date |
osid.calendaring.DateTime | to | ending date | |
boolean | match | true if a positive match, false for a negative
match | |
| Errors | INVALID_ARGUMENT | from is greater than to | |
| NULL_ARGUMENT | from or to is null | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | matchAnyExpectedCompletionDate | ||
| Description |
Matches program entries with any expected completion date. | ||
| Parameters | boolean | match | true to match entries with a expected completion date,
false to match entries with no expected completion date |
| Compliance | mandatory | This method must be implemented. | |
| Method | clearExpectedCompletionDateTerms | ||
| Description |
Clears the expected completion date terms. | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | matchExpectedCompletionTermId | ||
| Description |
Sets the expected completion term | ||
| Parameters | osid.id.Id | expectedCompletionTermId | a expected completion term Id |
boolean | match | true if a positive match, false for a negative
match | |
| Errors | NULL_ARGUMENT | expectedCompletionTermId is null | |
| Compliance | mandatory | This method must be implemented. | |
| Method | clearExpectedCompletionTermIdTerms | ||
| Description |
Clears the expected completion term | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | supportsExpectedCompletionTermQuery | ||
| Description |
Tests if a | ||
| Return | boolean | true if a expected completion term query is available,
false otherwise | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getExpectedCompletionTermQuery | ||
| Description |
Gets the query for a expected completion term. Multiple
retrievals produce a nested | ||
| Return | osid.course.TermQuery | a expected completion term query | |
| Errors | UNIMPLEMENTED | supportsExpectedCompletionTermQuery() is false | |
| Compliance | optional | This method must be implemented if
supportsExpectedCompletionTermQuery() is true . | |
| Method | clearExpectedCompletionTermTerms | ||
| Description |
Clears the expected completion term terms. | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | matchIsEnrolled | ||
| Description |
Matches credential entries with a enrolled value. | ||
| Parameters | boolean | match | true to match a true value, false to
match a false value |
| Compliance | mandatory | This method must be implemented. | |
| Method | clearIsEnrolledTerms | ||
| Description |
Clears the enrolled terms. | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | matchIsActivelyEnrolled | ||
| Description |
Matches credential entries with a actively enrolled value. | ||
| Parameters | boolean | match | true to match a true value, false to
match a false value |
| Compliance | mandatory | This method must be implemented. | |
| Method | clearIsActivelyEnrolledTerms | ||
| Description |
Clears the actively enrolled terms. | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | matchIsOnLeave | ||
| Description |
Matches credential entries with a on leave value. | ||
| Parameters | boolean | match | true to match a true value, false to
match a false value |
| Compliance | mandatory | This method must be implemented. | |
| Method | clearIsOnLeaveTerms | ||
| Description |
Clears the on leave terms. | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | matchHasWithdrawn | ||
| Description |
Matches credential entries with a withdrawn value. | ||
| Parameters | boolean | match | true to match a true value, false to
match a false value |
| Compliance | mandatory | This method must be implemented. | |
| Method | clearHasWithdrawnTerms | ||
| Description |
Clears the withdrawn terms. | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | matchWithdrawDate | ||
| Description |
Matches withdraw dates between the given dates inclusive. | ||
| Parameters | osid.calendaring.DateTime | from | starting date |
osid.calendaring.DateTime | to | ending date | |
boolean | match | true if a positive match, false for a negative
match | |
| Errors | INVALID_ARGUMENT | from is greater than to | |
| NULL_ARGUMENT | from or to is null | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | matchAnyWithdrawDate | ||
| Description |
Matches program entries with any withdraw date. | ||
| Parameters | boolean | match | true to match entries with a withdraw date, false
to match entries with no withdraw date |
| Compliance | mandatory | This method must be implemented. | |
| Method | clearWithdrawDateTerms | ||
| Description |
Clears the withdraw date terms. | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | matchWithdrawTermId | ||
| Description |
Sets the withdraw term | ||
| Parameters | osid.id.Id | withdrawTermId | a withdraw term Id |
boolean | match | true if a positive match, false for a negative
match | |
| Errors | NULL_ARGUMENT | withdrawTermId is null | |
| Compliance | mandatory | This method must be implemented. | |
| Method | clearWithdrawTermIdTerms | ||
| Description |
Clears the withdraw term | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | supportsWithdrawTermQuery | ||
| Description |
Tests if a | ||
| Return | boolean | true if a withdraw term query is available, false
otherwise | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getWithdrawTermQuery | ||
| Description |
Gets the query for a withdraw term. Multiple retrievals
produce a nested | ||
| Return | osid.course.TermQuery | a withdraw term query | |
| Errors | UNIMPLEMENTED | supportsWithdrawTermQuery() is false | |
| Compliance | optional | This method must be implemented if supportsWithdrawTermQuery()
is true . | |
| Method | clearWithdrawTermTerms | ||
| Description |
Clears the withdraw term terms. | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | matchComplete | ||
| Description |
Matches completed programs. | ||
| Parameters | boolean | match | true if a positive match, false for a negative
match |
| Compliance | mandatory | This method must be implemented. | |
| Method | clearCompleteTerms | ||
| Description |
Clears the complete terms. | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | matchCompletionDate | ||
| Description |
Matches completion dates between the given dates inclusive. | ||
| Parameters | osid.calendaring.DateTime | from | starting date |
osid.calendaring.DateTime | to | ending date | |
boolean | match | true if a positive match, false for a negative
match | |
| Errors | INVALID_ARGUMENT | from is greater than to | |
| NULL_ARGUMENT | from or to is null | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | matchAnyCompletionDate | ||
| Description |
Matches program entries with any completion date. | ||
| Parameters | boolean | match | true to match entries with a completion date,
false to match entries with no completion date |
| Compliance | mandatory | This method must be implemented. | |
| Method | clearCompletionDateTerms | ||
| Description |
Clears the completion date terms. | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | matchCompletionTermId | ||
| Description |
Sets the completion term | ||
| Parameters | osid.id.Id | completionTermId | a completion term Id |
boolean | match | true if a positive match, false for a negative
match | |
| Errors | NULL_ARGUMENT | completionTermId is null | |
| Compliance | mandatory | This method must be implemented. | |
| Method | clearCompletionTermIdTerms | ||
| Description |
Clears the completion term | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | supportsCompletionTermQuery | ||
| Description |
Tests if a | ||
| Return | boolean | true if a completion term query is available,
false otherwise | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getCompletionTermQuery | ||
| Description |
Gets the query for a completion term. Multiple
retrievals produce a nested | ||
| Return | osid.course.TermQuery | a completion term query | |
| Errors | UNIMPLEMENTED | supportsCompletionTermQuery() is false | |
| Compliance | optional | This method must be implemented if
supportsCompletionTermQuery() is true . | |
| Method | clearCompletionTermTerms | ||
| Description |
Clears the completion term terms. | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | matchLevelId | ||
| Description |
Sets the level | ||
| Parameters | osid.id.Id | levelId | a level Id |
boolean | match | true if a positive match, false for a negative
match | |
| Errors | NULL_ARGUMENT | levelId is null | |
| Compliance | mandatory | This method must be implemented. | |
| Method | clearLevelIdTerms | ||
| Description |
Clears the level | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | supportsLevelQuery | ||
| Description |
Tests if a | ||
| Return | boolean | true if a level query is available, false
otherwise | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getLevelQuery | ||
| Description |
Gets the query for a level. Multiple retrievals produce
a nested | ||
| Return | osid.grading.GradeQuery | a level query | |
| Errors | UNIMPLEMENTED | supportsLevelQuery() is false | |
| Compliance | optional | This method must be implemented if supportsLevelQuery() is
true . | |
| Method | matchAnyLevel | ||
| Description |
Matches program entries with any level. | ||
| Parameters | boolean | match | true to match entries with a level, false to
match entries with no level |
| Compliance | mandatory | This method must be implemented. | |
| Method | clearLevelTerms | ||
| Description |
Clears the level terms. | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | matchStandingId | ||
| Description |
Sets the standing | ||
| Parameters | osid.id.Id | standingId | a standing Id |
boolean | match | true if a positive match, false for a negative
match | |
| Errors | NULL_ARGUMENT | standingId is null | |
| Compliance | mandatory | This method must be implemented. | |
| Method | clearStandingIdTerms | ||
| Description |
Clears the standing | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | supportsStandingQuery | ||
| Description |
Tests if a | ||
| Return | boolean | true if a standing query is available, false
otherwise | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getStandingQuery | ||
| Description |
Gets the query for a standing. Multiple retrievals
produce a nested | ||
| Return | osid.grading.GradeQuery | a standing query | |
| Errors | UNIMPLEMENTED | supportsStandingQuery() is false | |
| Compliance | optional | This method must be implemented if supportsStandingQuery() is
true . | |
| Method | matchAnyStanding | ||
| Description |
Matches program entries with any standing. | ||
| Parameters | boolean | match | true to match entries with a standing, false to
match entries with no standing |
| Compliance | mandatory | This method must be implemented. | |
| Method | clearStandingTerms | ||
| Description |
Clears the standing terms. | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | matchAdmissionDate | ||
| Description |
Matches admission dates between the given dates inclusive. | ||
| Parameters | osid.calendaring.DateTime | from | starting date |
osid.calendaring.DateTime | to | ending date | |
boolean | match | true if a positive match, false for a negative
match | |
| Errors | INVALID_ARGUMENT | from is greater than to | |
| NULL_ARGUMENT | from or to is null | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | matchAnyAdmissionDate | ||
| Description |
Matches entries that have any admission date. | ||
| Parameters | boolean | match | true to match entries with any admission date,
false to match entries with no admission date |
| Compliance | mandatory | This method must be implemented. | |
| Method | clearAdmissionDateTerms | ||
| Description |
Clears the admission date terms. | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | matchTermId | ||
| Description |
Sets the term | ||
| Parameters | osid.id.Id | termId | a term Id |
boolean | match | true if a positive match, false for a negative
match | |
| Errors | NULL_ARGUMENT | termId is null | |
| Compliance | mandatory | This method must be implemented. | |
| Method | clearTermIdTerms | ||
| Description |
Clears the term | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | supportsTermQuery | ||
| Description |
Tests if a | ||
| Return | boolean | true if a term query is available, false
otherwise | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getTermQuery | ||
| Description |
Gets the query for a term entry. Multiple retrievals
produce a nested | ||
| Return | osid.course.TermQuery | a term query | |
| Errors | UNIMPLEMENTED | supportsTermQuery() is false | |
| Compliance | optional | This method must be implemented if supportsTermQuery() is
true . | |
| Method | matchAnyTerm | ||
| Description |
Matches entries that have any term. | ||
| Parameters | boolean | match | true to match entries specific to a term, false
to match entries for the entire enrollment |
| Compliance | mandatory | This method must be implemented. | |
| Method | clearTermTerms | ||
| Description |
Clears the term terms. | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | matchCreditScaleId | ||
| Description |
Matches a credit scale | ||
| Parameters | osid.id.Id | gradeSystemId | a grade system Id |
boolean | match | true if a positive match, false for a negative
match | |
| Errors | NULL_ARGUMENT | gradeSystemId is null | |
| Compliance | mandatory | This method must be implemented. | |
| Method | clearCreditScaleIdTerms | ||
| Description |
Clears the grade system | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | supportsCreditScaleQuery | ||
| Description |
Tests if a | ||
| Return | boolean | true if a grade system query is available, false
otherwise | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getCreditScaleQuery | ||
| Description |
Gets the query for a grade system. Multiple retrievals
produce a nested | ||
| Return | osid.grading.GradeSystemQuery | a grade system query | |
| Errors | UNIMPLEMENTED | supportsCreditScaleQuery() is false | |
| Compliance | optional | This method must be implemented if supportsCreditScaleQuery()
is true . | |
| Method | matchAnyCreditScale | ||
| Description |
Matches entries that have any credit scale. | ||
| Parameters | boolean | match | true to match entries with any credit scale,
false to match entries with no credit scale |
| Compliance | mandatory | This method must be implemented. | |
| Method | clearCreditScaleTerms | ||
| Description |
Clears the credit scale terms. | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | matchCreditsEarned | ||
| Description |
Matches earned credits between the given range inclusive. | ||
| Parameters | decimal | from | starting value |
decimal | to | ending value | |
boolean | match | true if a positive match, false for a negative
match | |
| Errors | INVALID_ARGUMENT | from is greater than to | |
| NULL_ARGUMENT | from or to is null | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | matchAnyCreditsEarned | ||
| Description |
Matches entries that have any earned credits. | ||
| Parameters | boolean | match | true to match entries with any earned credits,
false to match entries with no earned credits |
| Compliance | mandatory | This method must be implemented. | |
| Method | clearCreditsEarnedTerms | ||
| Description |
Clears the earned credits terms. | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | matchGPAScaleId | ||
| Description |
Matches a GPA scale | ||
| Parameters | osid.id.Id | gradeSystemId | a grade system Id |
boolean | match | true if a positive match, false for a negative
match | |
| Errors | NULL_ARGUMENT | gradeSystemId is null | |
| Compliance | mandatory | This method must be implemented. | |
| Method | clearGPAScaleIdTerms | ||
| Description |
Clears the grade system | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | supportsGPAScaleQuery | ||
| Description |
Tests if a | ||
| Return | boolean | true if a grade system query is available, false
otherwise | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getGPAScaleQuery | ||
| Description |
Gets the query for a grade system. Multiple retrievals
produce a nested | ||
| Return | osid.grading.GradeSystemQuery | a grade system query | |
| Errors | UNIMPLEMENTED | supportsGPAScaleQuery() is false | |
| Compliance | optional | This method must be implemented if supportsGPAScaleQuery() is
true . | |
| Method | matchAnyGPAScale | ||
| Description |
Matches entries that have any GPA scale. | ||
| Parameters | boolean | match | true to match entries with any GPA scale, false
to match entries with no GPA scale |
| Compliance | mandatory | This method must be implemented. | |
| Method | clearGPAScaleTerms | ||
| Description |
Clears the credit scale terms. | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | matchGPA | ||
| Description |
Matches GPA between the given range inclusive. | ||
| Parameters | decimal | from | starting value |
decimal | to | ending value | |
boolean | match | true if a positive match, false for a negative
match | |
| Errors | INVALID_ARGUMENT | from is greater than to | |
| NULL_ARGUMENT | from or to is null | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | matchAnyGPA | ||
| Description |
Matches entries that have any GPA. | ||
| Parameters | boolean | match | true to match entries with any GPA, false to
match entries with no GPA |
| Compliance | mandatory | This method must be implemented. | |
| Method | clearGPATerms | ||
| Description |
Clears the GPA terms. | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | matchEnrollmentId | ||
| Description |
Sets the enrollment | ||
| Parameters | osid.id.Id | enrollmentId | an enrollment Id |
boolean | match | true if a positive match, false for a negative
match | |
| Errors | NULL_ARGUMENT | enrollmentId is null | |
| Compliance | mandatory | This method must be implemented. | |
| Method | clearEnrollmentIdTerms | ||
| Description |
Clears the enrollment | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | supportsEnrollmentQuery | ||
| Description |
Tests if an | ||
| Return | boolean | true if an enrollment query is available, false
otherwise | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getEnrollmentQuery | ||
| Description |
Gets the query for an enrollment entry. Multiple
retrievals produce a nested | ||
| Return | osid.course.program.EnrollmentQuery | an enrollment query | |
| Errors | UNIMPLEMENTED | supportsEnrollmentQuery() is false | |
| Compliance | optional | This method must be implemented if supportsEnrollmentQuery()
is true . | |
| Method | matchAnyEnrollment | ||
| Description |
Matches entries that have any enrollment. | ||
| Parameters | boolean | match | true to match enries with any enrollment, false
to match enries with no enrollments |
| Compliance | mandatory | This method must be implemented. | |
| Method | clearEnrollmentTerms | ||
| Description |
Clears the enrollment terms. | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | matchCourseCatalogId | ||
| Description |
Sets the course catalog | ||
| Parameters | osid.id.Id | courseCatalogId | the course catalog Id |
boolean | match | true for a positive match, false for a negative
match | |
| Errors | NULL_ARGUMENT | courseCatalogId is null | |
| Compliance | mandatory | This method must be implemented. | |
| Method | clearCourseCatalogIdTerms | ||
| Description |
Clears the course catalog | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | supportsCourseCatalogQuery | ||
| Description |
Tests if a | ||
| Return | boolean | true if a course catalog query is available,
false otherwise | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getCourseCatalogQuery | ||
| Description |
Gets the query for a course catalog. Multiple
retrievals produce a nested | ||
| Return | osid.course.CourseCatalogQuery | the course catalog query | |
| Errors | UNIMPLEMENTED | supportsCourseCatalogQuery() is false | |
| Compliance | optional | This method must be implemented if
supportsCourseCatalogQuery() is true . | |
| Method | clearCourseCatalogTerms | ||
| Description |
Clears the course catalog terms. | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getProgramEntryQueryRecord | ||
| Description |
Gets the program entry query record corresponding to
the given | ||
| Parameters | osid.type.Type | programEntryRecordType | a program entry record type |
| Return | osid.course.chronicle.records.ProgramEntryQueryRecord | the program entry query record | |
| Errors | NULL_ARGUMENT | programEntryRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(programEntryRecordType) is false | ||
| Compliance | mandatory | This method must be implemented. | |