| Interface | osid.course.chronicle.ProgramEntryNotificationSession | ||
|---|---|---|---|
| Implements | osid.OsidSession | ||
| Description | This session defines methods to receive notifications on 
                adds/changes to   The two views defined in this session correspond to the 
                views in the  | ||
| Method | getCourseCatalogId | ||
| Description | Gets the  | ||
| Return | osid.id.Id | the  CourseCatalog Id associated with this session | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getCourseCatalog | ||
| Description | Gets the  | ||
| Return | osid.course.CourseCatalog | the course catalog | |
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | canRegisterForProgramEntryNotifications | ||
| Description | Tests if this user can register for  | ||
| Return | boolean |  false if notification methods are not authorized, 
true otherwise | |
| Compliance | mandatory | This method must be implemented. | |
| Method | useFederatedCourseCatalogView | ||
| Description | Federates the view for methods in this session. A federated view will include program entries in catalogs which are children of this catalog in the course catalog hierarchy. | ||
| Compliance | mandatory | This method is must be implemented. | |
| Method | useIsolatedCourseCatalogView | ||
| Description | Isolates the view for methods in this session. An isolated view restricts notifications to this course catalog only. | ||
| Compliance | mandatory | This method is must be implemented. | |
| Method | reliableProgramEntryNotifications | ||
| Description | Reliable notifications are desired. In reliable mode, 
                    notifications are to be acknowledged using  | ||
| Compliance | mandatory | This method is must be implemented. | |
| Method | unreliableProgramEntryNotifications | ||
| Description | Unreliable notifications are desired. In unreliable mode, notifications do not need to be acknowledged. | ||
| Compliance | mandatory | This method is must be implemented. | |
| Method | acknowledgeProgramEntryNotification | ||
| Description | Acknowledge a program entry notification. | ||
| Parameters | osid.id.Id | notificationId | the  Id of the notification | 
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForNewProgramEntries | ||
| Description | Register for notifications of new program entries. 
                     | ||
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForNewProgramEntriesForStudent | ||
| Description | Registers for notification of new program entries for 
                    the given student.  | ||
| Parameters | osid.id.Id | resourceId | the  Id of the Resource to monitor | 
| Errors | NULL_ARGUMENT |  resourceId is null  | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForNewProgramEntriesForProgram | ||
| Description | Registers for notification of new program entries for 
                    the given program.  | ||
| Parameters | osid.id.Id | programId | the  Id of the Program to monitor | 
| Errors | NULL_ARGUMENT |  programId is null  | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForChangedProgramEntries | ||
| Description | Registers for notification of updated program entries. 
                     | ||
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForChangedProgramEntriesForStudent | ||
| Description | Registers for notification of updated program entries 
                    for the given student.  | ||
| Parameters | osid.id.Id | resourceId | the  Id of the Resource to monitor | 
| Errors | NULL_ARGUMENT |  resourceId is null  | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForChangedProgramEntriesForProgram | ||
| Description | Registers for notification of updated program entries 
                    for the given program.  | ||
| Parameters | osid.id.Id | programId | the  Id of the Program to monitor | 
| Errors | NULL_ARGUMENT |  programId is null  | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForChangedProgramEntry | ||
| Description | Registers for notification of an updated program entry. 
                     | ||
| Parameters | osid.id.Id | programEntryId | the  Id of the ProgramEntry to monitor | 
| Errors | NULL_ARGUMENT |  programEntryId is null  | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForDeletedProgramEntries | ||
| Description | Registers for notification of deleted program entries. 
                     | ||
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForDeletedProgramEntriesForStudent | ||
| Description | Registers for notification of deleted program entries 
                    for the given student.  | ||
| Parameters | osid.id.Id | resourceId | the  Id of the Resource to monitor | 
| Errors | NULL_ARGUMENT |  resourceId is null  | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForDeletedProgramEntriesForProgram | ||
| Description | Registers for notification of deleted program entries 
                    for the given program.  | ||
| Parameters | osid.id.Id | programId | the  Id of the Program to monitor | 
| Errors | NULL_ARGUMENT |  programId is null  | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForDeletedProgramEntry | ||
| Description | Registers for notification of a deleted program entry. 
                     | ||
| Parameters | osid.id.Id | programEntryId | the  Id of the ProgramEntry to monitor | 
| Errors | NULL_ARGUMENT |  programEntryId is null  | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |