Interface | osid.course.chronicle.CourseChronicleProxyManager | ||
---|---|---|---|
Implements | osid.OsidProxyManager | ||
osid.course.chronicle.CourseChronicleProfile | |||
Description |
The course chronicle manager provides access to course
chronicle sessions and provides interoperability tests for
various aspects of this service. Methods in this manager
support the passing of a
| ||
Method | getAcademicRecordSession | ||
Description |
Gets the | ||
Parameters | osid.proxy.Proxy | proxy | proxy |
Return | osid.course.chronicle.AcademicRecordSession | an AcademicRecordSession | |
Errors | NULL_ARGUMENT | proxy is null | |
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsAcademicRecord() is false | ||
Compliance | optional | This method must be implemented if supportsAcademicRecord()
is true. | |
Method | getAcademicRecordSessionForCourseCatalog | ||
Description |
Gets the | ||
Parameters | osid.id.Id | courseCatalogId | the Id of the course catalog |
osid.proxy.Proxy | proxy | proxy | |
Return | osid.course.chronicle.AcademicRecordSession | an AcademicRecordSession | |
Errors | NOT_FOUND | no CourseCatalog found by the given Id | |
NULL_ARGUMENT | courseCatalogId or proxy is null
| ||
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsAcademicRecord() or
supportsVisibleFederation() is false | ||
Compliance | optional | This method must be implemented if supportsAcademicRecord()
and supportsVisibleFederation() are true | |
Method | getProgramEntryLookupSession | ||
Description |
Gets the | ||
Parameters | osid.proxy.Proxy | proxy | proxy |
Return | osid.course.chronicle.ProgramEntryLookupSession | a ProgramEntryLookupSession | |
Errors | NULL_ARGUMENT | proxy is null | |
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsProgramEntryLookup() is false | ||
Compliance | optional | This method must be implemented if supportsProgramEntryLookup()
is true. | |
Method | getProgramEntryLookupSessionForCourseCatalog | ||
Description |
Gets the | ||
Parameters | osid.id.Id | courseCatalogId | the Id of the course catalog |
osid.proxy.Proxy | proxy | proxy | |
Return | osid.course.chronicle.ProgramEntryLookupSession | a ProgramEntryLookupSession | |
Errors | NOT_FOUND | no CourseCatalog found by the given Id | |
NULL_ARGUMENT | proxy or courseCatalogId is null
| ||
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsProgramEntryLookup() or
supportsVisibleFederation() is false | ||
Compliance | optional | This method must be implemented if supportsProgramEntryLookup()
and supportsVisibleFederation() are true | |
Method | getProgramEntryQuerySession | ||
Description |
Gets the | ||
Parameters | osid.proxy.Proxy | proxy | proxy |
Return | osid.course.chronicle.ProgramEntryQuerySession | a ProgramEntryQuerySession | |
Errors | NULL_ARGUMENT | proxy is null | |
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsProgramEntryQuery() is false | ||
Compliance | optional | This method must be implemented if supportsProgramEntryQuery()
is true. | |
Method | getProgramEntryQuerySessionForCourseCatalog | ||
Description |
Gets the | ||
Parameters | osid.id.Id | courseCatalogId | the Id of the CourseCatalog |
osid.proxy.Proxy | proxy | proxy | |
Return | osid.course.chronicle.ProgramEntryQuerySession | a ProgramEntryQuerySession | |
Errors | NOT_FOUND | no course catalog found by the given Id | |
NULL_ARGUMENT | proxy or courseCatalogId is null
| ||
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsProgramEntryQuery() or
supportsVisibleFederation() is false | ||
Compliance | optional | This method must be implemented if supportsProgramEntryQuery()
and supportsVisibleFederation() are true | |
Method | getProgramEntrySearchSession | ||
Description |
Gets the | ||
Parameters | osid.proxy.Proxy | proxy | proxy |
Return | osid.course.chronicle.ProgramEntrySearchSession | a ProgramEntrySearchSession | |
Errors | NULL_ARGUMENT | proxy is null | |
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsProgramEntrySearch() is false | ||
Compliance | optional | This method must be implemented if supportsProgramEntrySearch()
is true. | |
Method | getProgramEntrySearchSessionForCourseCatalog | ||
Description |
Gets the | ||
Parameters | osid.id.Id | courseCatalogId | the Id of the CourseCatalog |
osid.proxy.Proxy | proxy | proxy | |
Return | osid.course.chronicle.ProgramEntrySearchSession | a ProgramEntrySearchSession | |
Errors | NOT_FOUND | no course catalog found by the given Id | |
NULL_ARGUMENT | proxy or courseCatalogId is null
| ||
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsProgramEntrySearch() or
supportsVisibleFederation() is false | ||
Compliance | optional | This method must be implemented if supportsProgramEntrySearch()
and supportsVisibleFederation() are true | |
Method | getProgramEntryAdminSession | ||
Description |
Gets the | ||
Parameters | osid.proxy.Proxy | proxy | proxy |
Return | osid.course.chronicle.ProgramEntryAdminSession | a ProgramEntryAdminSession | |
Errors | NULL_ARGUMENT | proxy is null | |
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsProgramEntryAdmin() is false | ||
Compliance | optional | This method must be implemented if supportsProgramEntryAdmin()
is true. | |
Method | getProgramEntryAdminSessionForCourseCatalog | ||
Description |
Gets the | ||
Parameters | osid.id.Id | courseCatalogId | the Id of the CourseCatalog |
osid.proxy.Proxy | proxy | proxy | |
Return | osid.course.chronicle.ProgramEntryAdminSession | a ProgramEntryAdminSession | |
Errors | NOT_FOUND | no course catalog found by the given Id | |
NULL_ARGUMENT | proxy or courseCatalogId is null
| ||
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsProgramEntryAdmin() or
supportsVisibleFederation() is false | ||
Compliance | optional | This method must be implemented if supportsProgramEntryAdmin()
and supportsVisibleFederation() are true | |
Method | getProgramEntryNotificationSession | ||
Description |
Gets the | ||
Parameters | osid.course.chronicle.ProgramEntryReceiver | programEntryReceiver | the notification callback |
osid.proxy.Proxy | proxy | proxy | |
Return | osid.course.chronicle.ProgramEntryNotificationSession | a ProgramEntryNotificationSession | |
Errors | NULL_ARGUMENT | programEntryReceiver or proxy is null
| |
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsProgramEntryNotification() is false | ||
Compliance | optional | This method must be implemented if
supportsProgramEntryNotification() is true. | |
Method | getProgramEntryNotificationSessionForCourseCatalog | ||
Description |
Gets the | ||
Parameters | osid.course.chronicle.ProgramEntryReceiver | programEntryReceiver | the notification callback |
osid.id.Id | courseCatalogId | the Id of the CourseCatalog | |
osid.proxy.Proxy | proxy | proxy | |
Return | osid.course.chronicle.ProgramEntryNotificationSession | a ProgramEntryNotificationSession | |
Errors | NOT_FOUND | no course catalog found by the given Id | |
NULL_ARGUMENT | programEntryReceiver, courseCatalogId or proxy
is null | ||
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsProgramEntryNotification() or
supportsVisibleFederation() is false | ||
Compliance | optional | This method must be implemented if
supportsProgramEntryNotification() and
supportsVisibleFederation() are true | |
Method | getProgramEntryCourseCatalogSession | ||
Description |
Gets the | ||
Parameters | osid.proxy.Proxy | proxy | proxy |
Return | osid.course.chronicle.ProgramEntryCourseCatalogSession | a ProgramEntryCourseCatalogSession | |
Errors | NULL_ARGUMENT | proxy is null | |
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsProgramEntryCourseCatalog() is false | ||
Compliance | optional | This method must be implemented if
supportsProgramEntryCourseCatalog() is true. | |
Method | getProgramEntryCourseCatalogAssignmentSession | ||
Description |
Gets the | ||
Parameters | osid.proxy.Proxy | proxy | proxy |
Return | osid.course.chronicle.ProgramEntryCourseCatalogAssignmentSession | a ProgramEntryCourseCatalogAssignmentSession | |
Errors | NULL_ARGUMENT | proxy is null | |
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsProgramEntryCourseCatalogAssignment() is
false | ||
Compliance | optional | This method must be implemented if
supportsProgramEntryCourseCatalogAssignment() is true. | |
Method | getProgramEntrySmartCourseCatalogSession | ||
Description |
Gets the | ||
Parameters | osid.id.Id | courseCatalogId | the Id of the CourseCatalog |
osid.proxy.Proxy | proxy | proxy | |
Return | osid.course.chronicle.ProgramEntrySmartCourseCatalogSession | a ProgramEntrySmartCourseCatalogSession | |
Errors | NOT_FOUND | no course catalog found by the given Id | |
NULL_ARGUMENT | courseCatalogId or proxy is null
| ||
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsProgramEntrySmartCourseCatalog() or
supportsVisibleFederation() is false | ||
Compliance | optional | This method must be implemented if
supportsProgramEntrySmartCourseCatalog() and
supportsVisibleFederation() are true | |
Method | getCourseEntryLookupSession | ||
Description |
Gets the | ||
Parameters | osid.proxy.Proxy | proxy | proxy |
Return | osid.course.chronicle.CourseEntryLookupSession | a CourseEntryLookupSession | |
Errors | NULL_ARGUMENT | proxy is null | |
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsCourseEntryLookup() is false | ||
Compliance | optional | This method must be implemented if supportsCourseEntryLookup()
is true. | |
Method | getCourseEntryLookupSessionForCourseCatalog | ||
Description |
Gets the | ||
Parameters | osid.id.Id | courseCatalogId | the Id of the course catalog |
osid.proxy.Proxy | proxy | proxy | |
Return | osid.course.chronicle.CourseEntryLookupSession | a CourseEntryLookupSession | |
Errors | NOT_FOUND | no CourseCatalog found by the given Id | |
NULL_ARGUMENT | proxy or courseCatalogId is null
| ||
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsCourseEntryLookup() or
supportsVisibleFederation() is false | ||
Compliance | optional | This method must be implemented if supportsCourseEntryLookup()
and supportsVisibleFederation() are true | |
Method | getCourseEntryQuerySession | ||
Description |
Gets the | ||
Parameters | osid.proxy.Proxy | proxy | proxy |
Return | osid.course.chronicle.CourseEntryQuerySession | a CourseEntryQuerySession | |
Errors | NULL_ARGUMENT | proxy is null | |
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsCourseEntryQuery() is false | ||
Compliance | optional | This method must be implemented if supportsCourseEntryQuery()
is true. | |
Method | getCourseEntryQuerySessionForCourseCatalog | ||
Description |
Gets the | ||
Parameters | osid.id.Id | courseCatalogId | the Id of the CourseCatalog |
osid.proxy.Proxy | proxy | proxy | |
Return | osid.course.chronicle.CourseEntryQuerySession | a CourseEntryQuerySession | |
Errors | NOT_FOUND | no course catalog found by the given Id | |
NULL_ARGUMENT | proxy or courseCatalogId is null
| ||
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsCourseEntryQuery() or
supportsVisibleFederation() is false | ||
Compliance | optional | This method must be implemented if supportsCourseEntryQuery()
and supportsVisibleFederation() are true | |
Method | getCourseEntrySearchSession | ||
Description |
Gets the | ||
Parameters | osid.proxy.Proxy | proxy | proxy |
Return | osid.course.chronicle.CourseEntrySearchSession | a CourseEntrySearchSession | |
Errors | NULL_ARGUMENT | proxy is null | |
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsCourseEntrySearch() is false | ||
Compliance | optional | This method must be implemented if supportsCourseEntrySearch()
is true. | |
Method | getCourseEntrySearchSessionForCourseCatalog | ||
Description |
Gets the | ||
Parameters | osid.id.Id | courseCatalogId | the Id of the CourseCatalog |
osid.proxy.Proxy | proxy | proxy | |
Return | osid.course.chronicle.CourseEntrySearchSession | a CourseEntrySearchSession | |
Errors | NOT_FOUND | no course catalog found by the given Id | |
NULL_ARGUMENT | proxy or courseCatalogId is null
| ||
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsCourseEntrySearch() or
supportsVisibleFederation() is false | ||
Compliance | optional | This method must be implemented if supportsCourseEntrySearch()
and supportsVisibleFederation() are true | |
Method | getCourseEntryAdminSession | ||
Description |
Gets the | ||
Parameters | osid.proxy.Proxy | proxy | proxy |
Return | osid.course.chronicle.CourseEntryAdminSession | a CourseEntryAdminSession | |
Errors | NULL_ARGUMENT | proxy is null | |
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsCourseEntryAdmin() is false | ||
Compliance | optional | This method must be implemented if supportsCourseEntryAdmin()
is true. | |
Method | getCourseEntryAdminSessionForCourseCatalog | ||
Description |
Gets the | ||
Parameters | osid.id.Id | courseCatalogId | the Id of the CourseCatalog |
osid.proxy.Proxy | proxy | proxy | |
Return | osid.course.chronicle.CourseEntryAdminSession | a CourseEntryAdminSession | |
Errors | NOT_FOUND | no course catalog found by the given Id | |
NULL_ARGUMENT | proxy or courseCatalogId is null
| ||
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsCourseEntryAdmin() or
supportsVisibleFederation() is false | ||
Compliance | optional | This method must be implemented if supportsCourseEntryAdmin()
and supportsVisibleFederation() are true | |
Method | getCourseEntryNotificationSession | ||
Description |
Gets the | ||
Parameters | osid.course.chronicle.CourseEntryReceiver | courseEntryReceiver | the notification callback |
osid.proxy.Proxy | proxy | proxy | |
Return | osid.course.chronicle.CourseEntryNotificationSession | a CourseEntryNotificationSession | |
Errors | NULL_ARGUMENT | courseEntryReceiver or proxy is null
| |
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsCourseEntryNotification() is false | ||
Compliance | optional | This method must be implemented if supportsCourseEntryNotification()
is true. | |
Method | getCourseEntryNotificationSessionForCourseCatalog | ||
Description |
Gets the | ||
Parameters | osid.course.chronicle.CourseEntryReceiver | courseEntryReceiver | the notification callback |
osid.id.Id | courseCatalogId | the Id of the CourseCatalog | |
osid.proxy.Proxy | proxy | proxy | |
Return | osid.course.chronicle.CourseEntryNotificationSession | a CourseEntryNotificationSession | |
Errors | NOT_FOUND | no course catalog found by the given Id | |
NULL_ARGUMENT | courseEntryReceiver, courseCatalogId or proxy
is null | ||
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsCourseEntryNotification() or
supportsVisibleFederation() is false | ||
Compliance | optional | This method must be implemented if supportsCourseEntryNotification()
and supportsVisibleFederation() are true | |
Method | getCourseEntryCourseCatalogSession | ||
Description |
Gets the | ||
Parameters | osid.proxy.Proxy | proxy | proxy |
Return | osid.course.chronicle.CourseEntryCourseCatalogSession | a CourseEntryCourseCatalogSession | |
Errors | NULL_ARGUMENT | proxy is null | |
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsCourseEntryCourseCatalog() is false | ||
Compliance | optional | This method must be implemented if
supportsCourseEntryCourseCatalog() is true. | |
Method | getCourseEntryCourseCatalogAssignmentSession | ||
Description |
Gets the | ||
Parameters | osid.proxy.Proxy | proxy | proxy |
Return | osid.course.chronicle.CourseEntryCourseCatalogAssignmentSession | a CourseEntryCourseCatalogAssignmentSession | |
Errors | NULL_ARGUMENT | proxy is null | |
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsCourseEntryCourseCatalogAssignment() is false
| ||
Compliance | optional | This method must be implemented if
supportsCourseEntryCourseCatalogAssignment() is true. | |
Method | getCourseEntrySmartCourseCatalogSession | ||
Description |
Gets the | ||
Parameters | osid.id.Id | courseCatalogId | the Id of the CourseCatalog |
osid.proxy.Proxy | proxy | proxy | |
Return | osid.course.chronicle.CourseEntrySmartCourseCatalogSession | a CourseEntrySmartCourseCatalogSession | |
Errors | NOT_FOUND | no course catalog found by the given Id | |
NULL_ARGUMENT | courseCatalogId or proxy is null
| ||
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsCourseEntrySmartCourseCatalog() or
supportsVisibleFederation() is false | ||
Compliance | optional | This method must be implemented if
supportsCourseEntrySmartCourseCatalog() and
supportsVisibleFederation() are true | |
Method | getCredentialEntryLookupSession | ||
Description |
Gets the | ||
Parameters | osid.proxy.Proxy | proxy | proxy |
Return | osid.course.chronicle.CredentialEntryLookupSession | a CredentialEntryLookupSession | |
Errors | NULL_ARGUMENT | proxy is null | |
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsCredentialEntryLookup() is false | ||
Compliance | optional | This method must be implemented if supportsCredentialEntryLookup()
is true. | |
Method | getCredentialEntryLookupSessionForCourseCatalog | ||
Description |
Gets the | ||
Parameters | osid.id.Id | courseCatalogId | the Id of the course catalog |
osid.proxy.Proxy | proxy | proxy | |
Return | osid.course.chronicle.CredentialEntryLookupSession | a CredentialEntryLookupSession | |
Errors | NOT_FOUND | no CourseCatalog found by the given Id | |
NULL_ARGUMENT | proxy or courseCatalogId is null
| ||
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsCredentialEntryLookup() or
supportsVisibleFederation() is false | ||
Compliance | optional | This method must be implemented if supportsCredentialEntryLookup()
and supportsVisibleFederation() are true | |
Method | getCredentialEntryQuerySession | ||
Description |
Gets the | ||
Parameters | osid.proxy.Proxy | proxy | proxy |
Return | osid.course.chronicle.CredentialEntryQuerySession | a CredentialEntryQuerySession | |
Errors | NULL_ARGUMENT | proxy is null | |
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsCredentialEntryQuery() is false | ||
Compliance | optional | This method must be implemented if supportsCredentialEntryQuery()
is true. | |
Method | getCredentialEntryQuerySessionForCourseCatalog | ||
Description |
Gets the | ||
Parameters | osid.id.Id | courseCatalogId | the Id of the CourseCatalog |
osid.proxy.Proxy | proxy | proxy | |
Return | osid.course.chronicle.CredentialEntryQuerySession | a CredentialEntryQuerySession | |
Errors | NOT_FOUND | no course catalog found by the given Id | |
NULL_ARGUMENT | proxy or courseCatalogId is null
| ||
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsCredentialEntryQuery() or
supportsVisibleFederation() is false | ||
Compliance | optional | This method must be implemented if supportsCredentialEntryQuery()
and supportsVisibleFederation() are true | |
Method | getCredentialEntrySearchSession | ||
Description |
Gets the | ||
Parameters | osid.proxy.Proxy | proxy | proxy |
Return | osid.course.chronicle.CredentialEntrySearchSession | a CredentialEntrySearchSession | |
Errors | NULL_ARGUMENT | proxy is null | |
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsCredentialEntrySearch() is false | ||
Compliance | optional | This method must be implemented if supportsCredentialEntrySearch()
is true. | |
Method | getCredentialEntrySearchSessionForCourseCatalog | ||
Description |
Gets the | ||
Parameters | osid.id.Id | courseCatalogId | the Id of the CourseCatalog |
osid.proxy.Proxy | proxy | proxy | |
Return | osid.course.chronicle.CredentialEntrySearchSession | a CredentialEntrySearchSession | |
Errors | NOT_FOUND | no course catalog found by the given Id | |
NULL_ARGUMENT | proxy or courseCatalogId is null
| ||
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsCredentialEntrySearch() or
supportsVisibleFederation() is false | ||
Compliance | optional | This method must be implemented if supportsCredentialEntrySearch()
and supportsVisibleFederation() are true | |
Method | getCredentialEntryAdminSession | ||
Description |
Gets the | ||
Parameters | osid.proxy.Proxy | proxy | proxy |
Return | osid.course.chronicle.CredentialEntryAdminSession | a CredentialEntryAdminSession | |
Errors | NULL_ARGUMENT | proxy is null | |
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsCredentialEntryAdmin() is false | ||
Compliance | optional | This method must be implemented if supportsCredentialEntryAdmin()
is true. | |
Method | getCredentialEntryAdminSessionForCourseCatalog | ||
Description |
Gets the | ||
Parameters | osid.id.Id | courseCatalogId | the Id of the CourseCatalog |
osid.proxy.Proxy | proxy | proxy | |
Return | osid.course.chronicle.CredentialEntryAdminSession | a CredentialEntryAdminSession | |
Errors | NOT_FOUND | no course catalog found by the given Id | |
NULL_ARGUMENT | proxy or courseCatalogId is null
| ||
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsCredentialEntryAdmin() or
supportsVisibleFederation() is false | ||
Compliance | optional | This method must be implemented if supportsCredentialEntryAdmin()
and supportsVisibleFederation() are true | |
Method | getCredentialEntryNotificationSession | ||
Description |
Gets the | ||
Parameters | osid.course.chronicle.CredentialEntryReceiver | credentialEntryReceiver | the notification callback |
osid.proxy.Proxy | proxy | proxy | |
Return | osid.course.chronicle.CredentialEntryNotificationSession | a CredentialEntryNotificationSession | |
Errors | NULL_ARGUMENT | credentialEntryReceiver or proxy is
null | |
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsCredentialEntryNotification() is false
| ||
Compliance | optional | This method must be implemented if
supportsCredentialEntryNotification() is true. | |
Method | getCredentialEntryNotificationSessionForCourseCatalog | ||
Description |
Gets the | ||
Parameters | osid.course.chronicle.CredentialEntryReceiver | credentialEntryReceiver | the notification callback |
osid.id.Id | courseCatalogId | the Id of the CourseCatalog | |
osid.proxy.Proxy | proxy | proxy | |
Return | osid.course.chronicle.CredentialEntryNotificationSession | a CredentialEntryNotificationSession | |
Errors | NOT_FOUND | no course catalog found by the given Id | |
NULL_ARGUMENT | credentialEntryReceiver, courseCatalogId or proxy
is null | ||
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsCredentialEntryNotification() or
supportsVisibleFederation() is false | ||
Compliance | optional | This method must be implemented if
supportsCredentialEntryNotification() and
supportsVisibleFederation() are true | |
Method | getCredentialEntryCourseCatalogSession | ||
Description |
Gets the | ||
Parameters | osid.proxy.Proxy | proxy | proxy |
Return | osid.course.chronicle.CredentialEntryCourseCatalogSession | a CredentialEntryCourseCatalogSession | |
Errors | NULL_ARGUMENT | proxy is null | |
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsCredentialEntryCourseCatalog() is false
| ||
Compliance | optional | This method must be implemented if
supportsCredentialEntryCourseCatalog() is true. | |
Method | getCredentialEntryCourseCatalogAssignmentSession | ||
Description |
Gets the | ||
Parameters | osid.proxy.Proxy | proxy | proxy |
Return | osid.course.chronicle.CredentialEntryCourseCatalogAssignmentSession | a CredentialEntryCourseCatalogAssignmentSession | |
Errors | NULL_ARGUMENT | proxy is null | |
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsCredentialEntryCourseCatalogAssignment() is
false | ||
Compliance | optional | This method must be implemented if
supportsCredentialEntryCourseCatalogAssignment() is true.
| |
Method | getCredentialEntrySmartCourseCatalogSession | ||
Description |
Gets the | ||
Parameters | osid.id.Id | courseCatalogId | the Id of the CourseCatalog |
osid.proxy.Proxy | proxy | proxy | |
Return | osid.course.chronicle.CredentialEntrySmartCourseCatalogSession | a CredentialEntrySmartCourseCatalogSession | |
Errors | NOT_FOUND | no course catalog found by the given Id | |
NULL_ARGUMENT | courseCatalogId or proxy is null
| ||
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsCredentialEntrySmartCourseCatalog() or
supportsVisibleFederation() is false | ||
Compliance | optional | This method must be implemented if
supportsCredentialEntrySmartCourseCatalog() and
supportsVisibleFederation() are true | |
Method | getAssessmentEntryLookupSession | ||
Description |
Gets the | ||
Parameters | osid.proxy.Proxy | proxy | proxy |
Return | osid.course.chronicle.AssessmentEntryLookupSession | an AssessmentEntryLookupSession | |
Errors | NULL_ARGUMENT | proxy is null | |
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsAssessmentEntryLookup() is false | ||
Compliance | optional | This method must be implemented if supportsAssessmentEntryLookup()
is true. | |
Method | getAssessmentEntryLookupSessionForCourseCatalog | ||
Description |
Gets the | ||
Parameters | osid.id.Id | courseCatalogId | the Id of the course catalog |
osid.proxy.Proxy | proxy | proxy | |
Return | osid.course.chronicle.AssessmentEntryLookupSession | an AssessmentEntryLookupSession | |
Errors | NOT_FOUND | no CourseCatalog found by the given Id | |
NULL_ARGUMENT | proxy or courseCatalogId is null
| ||
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsAssessmentEntryLookup() or
supportsVisibleFederation() is false | ||
Compliance | optional | This method must be implemented if supportsAssessmentEntryLookup()
and supportsVisibleFederation() are true | |
Method | getAssessmentEntryQuerySession | ||
Description |
Gets the | ||
Parameters | osid.proxy.Proxy | proxy | proxy |
Return | osid.course.chronicle.AssessmentEntryQuerySession | an AssessmentEntryQuerySession | |
Errors | NULL_ARGUMENT | proxy is null | |
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsAssessmentEntryQuery() is false | ||
Compliance | optional | This method must be implemented if supportsAssessmentEntryQuery()
is true. | |
Method | getAssessmentEntryQuerySessionForCourseCatalog | ||
Description |
Gets the | ||
Parameters | osid.id.Id | courseCatalogId | the Id of the CourseCatalog |
osid.proxy.Proxy | proxy | proxy | |
Return | osid.course.chronicle.AssessmentEntryQuerySession | an AssessmentEntryQuerySession | |
Errors | NOT_FOUND | no course catalog found by the given Id | |
NULL_ARGUMENT | proxy or courseCatalogId is null
| ||
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsAssessmentEntryQuery() or
supportsVisibleFederation() is false | ||
Compliance | optional | This method must be implemented if supportsAssessmentEntryQuery()
and supportsVisibleFederation() are true | |
Method | getAssessmentEntrySearchSession | ||
Description |
Gets the | ||
Parameters | osid.proxy.Proxy | proxy | proxy |
Return | osid.course.chronicle.AssessmentEntrySearchSession | an AssessmentEntrySearchSession | |
Errors | NULL_ARGUMENT | proxy is null | |
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsAssessmentEntrySearch() is false | ||
Compliance | optional | This method must be implemented if supportsAssessmentEntrySearch()
is true. | |
Method | getAssessmentEntrySearchSessionForCourseCatalog | ||
Description |
Gets the | ||
Parameters | osid.id.Id | courseCatalogId | the Id of the CourseCatalog |
osid.proxy.Proxy | proxy | proxy | |
Return | osid.course.chronicle.AssessmentEntrySearchSession | an AssessmentEntrySearchSession | |
Errors | NOT_FOUND | no course catalog found by the given Id | |
NULL_ARGUMENT | proxy or courseCatalogId is null
| ||
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsAssessmentEntrySearch() or
supportsVisibleFederation() is false | ||
Compliance | optional | This method must be implemented if supportsAssessmentEntrySearch()
and supportsVisibleFederation() are true | |
Method | getAssessmentEntryAdminSession | ||
Description |
Gets the | ||
Parameters | osid.proxy.Proxy | proxy | proxy |
Return | osid.course.chronicle.AssessmentEntryAdminSession | an AssessmentEntryAdminSession | |
Errors | NULL_ARGUMENT | proxy is null | |
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsAssessmentEntryAdmin() is false | ||
Compliance | optional | This method must be implemented if supportsAssessmentEntryAdmin()
is true. | |
Method | getAssessmentEntryAdminSessionForCourseCatalog | ||
Description |
Gets the | ||
Parameters | osid.id.Id | courseCatalogId | the Id of the CourseCatalog |
osid.proxy.Proxy | proxy | proxy | |
Return | osid.course.chronicle.AssessmentEntryAdminSession | an AssessmentEntryAdminSession | |
Errors | NOT_FOUND | no course catalog found by the given Id | |
NULL_ARGUMENT | proxy or courseCatalogId is null
| ||
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsAssessmentEntryAdmin() or
supportsVisibleFederation() is false | ||
Compliance | optional | This method must be implemented if supportsAssessmentEntryAdmin()
and supportsVisibleFederation() are true | |
Method | getAssessmentEntryNotificationSession | ||
Description |
Gets the | ||
Parameters | osid.course.chronicle.AssessmentEntryReceiver | assessmentEntryReceiver | the notification callback |
osid.proxy.Proxy | proxy | proxy | |
Return | osid.course.chronicle.AssessmentEntryNotificationSession | an AssessmentEntryNotificationSession | |
Errors | NULL_ARGUMENT | assessmentEntryReceiver or proxy is
null | |
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsAssessmentEntryNotification() is false
| ||
Compliance | optional | This method must be implemented if
supportsAssessmentEntryNotification() is true. | |
Method | getAssessmentEntryNotificationSessionForCourseCatalog | ||
Description |
Gets the | ||
Parameters | osid.course.chronicle.AssessmentEntryReceiver | assessmentEntryReceiver | the notification callback |
osid.id.Id | courseCatalogId | the Id of the CourseCatalog | |
osid.proxy.Proxy | proxy | proxy | |
Return | osid.course.chronicle.AssessmentEntryNotificationSession | an AssessmentEntryNotificationSession | |
Errors | NOT_FOUND | no course catalog found by the given Id | |
NULL_ARGUMENT | assessmentEntryReceiver, courseCatalogId or proxy
is null | ||
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsAssessmentEntryNotification() or
supportsVisibleFederation() is false | ||
Compliance | optional | This method must be implemented if
supportsAssessmentEntryNotification() and
supportsVisibleFederation() are true | |
Method | getAssessmentEntryCourseCatalogSession | ||
Description |
Gets the | ||
Parameters | osid.proxy.Proxy | proxy | proxy |
Return | osid.course.chronicle.AssessmentEntryCourseCatalogSession | an AssessmentEntryCourseCatalogSession | |
Errors | NULL_ARGUMENT | proxy is null | |
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsAssessmentEntryCourseCatalog() is false
| ||
Compliance | optional | This method must be implemented if
supportsAssessmentEntryCourseCatalog() is true. | |
Method | getAssessmentEntryCourseCatalogAssignmentSession | ||
Description |
Gets the | ||
Parameters | osid.proxy.Proxy | proxy | proxy |
Return | osid.course.chronicle.AssessmentEntryCourseCatalogAssignmentSession | an AssessmentEntryCourseCatalogAssignmentSession | |
Errors | NULL_ARGUMENT | proxy is null | |
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsAssessmentEntryCourseCatalogAssignment() is
false | ||
Compliance | optional | This method must be implemented if
supportsAssessmentEntryCourseCatalogAssignment() is true.
| |
Method | getAssessmentEntrySmartCourseCatalogSession | ||
Description |
Gets the | ||
Parameters | osid.id.Id | courseCatalogId | the Id of the CourseCatalog |
osid.proxy.Proxy | proxy | proxy | |
Return | osid.course.chronicle.AssessmentEntrySmartCourseCatalogSession | an AssessmentEntrySmartCourseCatalogSession | |
Errors | NOT_FOUND | no course catalog found by the given Id | |
NULL_ARGUMENT | courseCatalogId or proxy is null
| ||
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsAssessmentEntrySmartCourseCatalog() or
supportsVisibleFederation() is false | ||
Compliance | optional | This method must be implemented if
supportsAssessmentEntrySmartCourseCatalog() and
supportsVisibleFederation() are true | |
Method | getAwardEntryLookupSession | ||
Description |
Gets the | ||
Parameters | osid.proxy.Proxy | proxy | proxy |
Return | osid.course.chronicle.AwardEntryLookupSession | an AwardEntryLookupSession | |
Errors | NULL_ARGUMENT | proxy is null | |
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsAwardEntryLookup() is false | ||
Compliance | optional | This method must be implemented if supportsAwardEntryLookup()
is true. | |
Method | getAwardEntryLookupSessionForCourseCatalog | ||
Description |
Gets the | ||
Parameters | osid.id.Id | courseCatalogId | the Id of the course catalog |
osid.proxy.Proxy | proxy | proxy | |
Return | osid.course.chronicle.AwardEntryLookupSession | an AwardEntryLookupSession | |
Errors | NOT_FOUND | no CourseCatalog found by the given Id | |
NULL_ARGUMENT | proxy or courseCatalogId is null
| ||
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsAwardEntryLookup() or
supportsVisibleFederation() is false | ||
Compliance | optional | This method must be implemented if supportsAwardEntryLookup()
and supportsVisibleFederation() are true | |
Method | getAwardEntryQuerySession | ||
Description |
Gets the | ||
Parameters | osid.proxy.Proxy | proxy | proxy |
Return | osid.course.chronicle.AwardEntryQuerySession | an AwardEntryQuerySession | |
Errors | NULL_ARGUMENT | proxy is null | |
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsAwardEntryQuery() is false | ||
Compliance | optional | This method must be implemented if supportsAwardEntryQuery()
is true. | |
Method | getAwardEntryQuerySessionForCourseCatalog | ||
Description |
Gets the | ||
Parameters | osid.id.Id | courseCatalogId | the Id of the CourseCatalog |
osid.proxy.Proxy | proxy | proxy | |
Return | osid.course.chronicle.AwardEntryQuerySession | an AwardEntryQuerySession | |
Errors | NOT_FOUND | no course catalog found by the given Id | |
NULL_ARGUMENT | proxy or courseCatalogId is null
| ||
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsAwardEntryQuery() or
supportsVisibleFederation() is false | ||
Compliance | optional | This method must be implemented if supportsAwardEntryQuery()
and supportsVisibleFederation() are true | |
Method | getAwardEntrySearchSession | ||
Description |
Gets the | ||
Parameters | osid.proxy.Proxy | proxy | proxy |
Return | osid.course.chronicle.AwardEntrySearchSession | an AwardEntrySearchSession | |
Errors | NULL_ARGUMENT | proxy is null | |
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsAwardEntrySearch() is false | ||
Compliance | optional | This method must be implemented if supportsAwardEntrySearch()
is true. | |
Method | getAwardEntrySearchSessionForCourseCatalog | ||
Description |
Gets the | ||
Parameters | osid.id.Id | courseCatalogId | the Id of the CourseCatalog |
osid.proxy.Proxy | proxy | proxy | |
Return | osid.course.chronicle.AwardEntrySearchSession | an AwardEntrySearchSession | |
Errors | NOT_FOUND | no course catalog found by the given Id | |
NULL_ARGUMENT | proxy or courseCatalogId is null
| ||
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsAwardEntrySearch() or
supportsVisibleFederation() is false | ||
Compliance | optional | This method must be implemented if supportsAwardEntrySearch()
and supportsVisibleFederation() are true | |
Method | getAwardEntryAdminSession | ||
Description |
Gets the | ||
Parameters | osid.proxy.Proxy | proxy | proxy |
Return | osid.course.chronicle.AwardEntryAdminSession | an AwardEntryAdminSession | |
Errors | NULL_ARGUMENT | proxy is null | |
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsAwardEntryAdmin() is false | ||
Compliance | optional | This method must be implemented if supportsAwardEntryAdmin()
is true. | |
Method | getAwardEntryAdminSessionForCourseCatalog | ||
Description |
Gets the | ||
Parameters | osid.id.Id | courseCatalogId | the Id of the CourseCatalog |
osid.proxy.Proxy | proxy | proxy | |
Return | osid.course.chronicle.AwardEntryAdminSession | an AwardEntryAdminSession | |
Errors | NOT_FOUND | no course catalog found by the given Id | |
NULL_ARGUMENT | proxy or courseCatalogId is null
| ||
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsAwardEntryAdmin() or
supportsVisibleFederation() is false | ||
Compliance | optional | This method must be implemented if supportsAwardEntryAdmin()
and supportsVisibleFederation() are true | |
Method | getAwardEntryNotificationSession | ||
Description |
Gets the | ||
Parameters | osid.course.chronicle.AwardEntryReceiver | awardEntryReceiver | the notification callback |
osid.proxy.Proxy | proxy | proxy | |
Return | osid.course.chronicle.AwardEntryNotificationSession | an AwardEntryNotificationSession | |
Errors | NULL_ARGUMENT | awardEntryReceiver or proxy is null
| |
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsAwardEntryNotification() is false | ||
Compliance | optional | This method must be implemented if supportsAwardEntryNotification()
is true. | |
Method | getAwardEntryNotificationSessionForCourseCatalog | ||
Description |
Gets the | ||
Parameters | osid.course.chronicle.AwardEntryReceiver | awardEntryReceiver | the notification callback |
osid.id.Id | courseCatalogId | the Id of the CourseCatalog | |
osid.proxy.Proxy | proxy | proxy | |
Return | osid.course.chronicle.AwardEntryNotificationSession | an AwardEntryNotificationSession | |
Errors | NOT_FOUND | no course catalog found by the given Id | |
NULL_ARGUMENT | awardEntryReceiver, courseCatalogId or proxy
is null | ||
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsAwardEntryNotification() or
supportsVisibleFederation() is false | ||
Compliance | optional | This method must be implemented if supportsAwardEntryNotification()
and supportsVisibleFederation() are true | |
Method | getAwardEntryCourseCatalogSession | ||
Description |
Gets the | ||
Parameters | osid.proxy.Proxy | proxy | proxy |
Return | osid.course.chronicle.AwardEntryCourseCatalogSession | an AwardEntryCourseCatalogSession | |
Errors | NULL_ARGUMENT | proxy is null | |
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsAwardEntryCourseCatalog() is false | ||
Compliance | optional | This method must be implemented if supportsAwardEntryCourseCatalog()
is true. | |
Method | getAwardEntryCourseCatalogAssignmentSession | ||
Description |
Gets the | ||
Parameters | osid.proxy.Proxy | proxy | proxy |
Return | osid.course.chronicle.AwardEntryCourseCatalogAssignmentSession | an AwardEntryCourseCatalogAssignmentSession | |
Errors | NULL_ARGUMENT | proxy is null | |
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsAwardEntryCourseCatalogAssignment() is false
| ||
Compliance | optional | This method must be implemented if
supportsAwardEntryCourseCatalogAssignment() is true. | |
Method | getAwardEntrySmartCourseCatalogSession | ||
Description |
Gets the | ||
Parameters | osid.id.Id | courseCatalogId | the Id of the CourseCatalog |
osid.proxy.Proxy | proxy | proxy | |
Return | osid.course.chronicle.AwardEntrySmartCourseCatalogSession | an AwardEntrySmartCourseCatalogSession | |
Errors | NOT_FOUND | no course catalog found by the given Id | |
NULL_ARGUMENT | courseCatalogId or proxy is null
| ||
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsAwardEntrySmartCourseCatalog() or
supportsVisibleFederation() is false | ||
Compliance | optional | This method must be implemented if
supportsAwardEntrySmartCourseCatalog() and
supportsVisibleFederation() are true | |
Method | getCourseChronicleBatchProxyManager | ||
Description |
Gets the | ||
Return | osid.course.chronicle.batch.CourseChronicleBatchProxyManager | a CourseChronicleBatcProxyhManager | |
Errors | OPERATION_FAILED | unable to complete request | |
UNIMPLEMENTED | supportsCourseChronicleBatchProxyManager() is false
| ||
Compliance | optional | This method must be implemented if
supportsCoiurseChronicleBatchProxyManager() is true. |