Interface | osid.course.requisite.RequisiteNotificationSession | ||
---|---|---|---|
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 | canRegisterForRequisiteNotifications | ||
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 requisites 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 | reliableRequisiteNotifications | ||
Description |
Reliable notifications are desired. In reliable mode,
notifications are to be acknowledged using | ||
Compliance | mandatory | This method is must be implemented. | |
Method | unreliableRequisiteNotifications | ||
Description |
Unreliable notifications are desired. In unreliable mode, notifications do not need to be acknowledged. | ||
Compliance | mandatory | This method is must be implemented. | |
Method | acknowledgeRequisiteNotification | ||
Description |
Acknowledge a requisite 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 | registerForNewRequisites | ||
Description |
Register for notifications of new requisites. | ||
Errors | OPERATION_FAILED | unable to complete request | |
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | registerForChangedRequisites | ||
Description |
Registers for notification of updated requisites.
| ||
Errors | OPERATION_FAILED | unable to complete request | |
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | registerForChangedRequisite | ||
Description |
Registers for notification of an updated requisite.
| ||
Parameters | osid.id.Id | requisiteId | the Id of the Requisite to monitor |
Errors | NULL_ARGUMENT | requisiteId is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | registerForDeletedRequisites | ||
Description |
Registers for notification of deleted requisites.
| ||
Errors | OPERATION_FAILED | unable to complete request | |
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | registerForDeletedRequisite | ||
Description |
Registers for notification of a deleted requisite.
| ||
Parameters | osid.id.Id | requisiteId | the Id of the Requisite to monitor |
Errors | NULL_ARGUMENT | requisiteId is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | registerForNewCourseRequirements | ||
Description |
Register for notifications of new course requirements.
| ||
Errors | OPERATION_FAILED | unable to complete request | |
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | registerForChangedCourseRequirements | ||
Description |
Registers for notification of updated course
requirements. | ||
Errors | OPERATION_FAILED | unable to complete request | |
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | registerForChangedCourseRequirement | ||
Description |
Registers for notification of an updated course
requirement. | ||
Parameters | osid.id.Id | courseRequirementId | the Id of the CourseRequirement to monitor |
Errors | NULL_ARGUMENT | courseRequirementId is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | registerForDeletedCourseRequirements | ||
Description |
Registers for notification of deleted course
requirements. | ||
Errors | OPERATION_FAILED | unable to complete request | |
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | registerForDeletedCourseRequirement | ||
Description |
Registers for notification of a deleted course
requirement. | ||
Parameters | osid.id.Id | courseRequirementId | the Id of the CourseRequirement to monitor |
Errors | NULL_ARGUMENT | courseRequirementId is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | registerForNewProgramRequirements | ||
Description |
Register for notifications of new program requirements.
| ||
Errors | OPERATION_FAILED | unable to complete request | |
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | registerForChangedProgramRequirements | ||
Description |
Registers for notification of updated program
requirements. | ||
Errors | OPERATION_FAILED | unable to complete request | |
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | registerForChangedProgramRequirement | ||
Description |
Registers for notification of an updated program
requirement. | ||
Parameters | osid.id.Id | programRequirementId | the Id of the ProgramRequirement to monitor |
Errors | NULL_ARGUMENT | programRequirementId is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | registerForDeletedProgramRequirements | ||
Description |
Registers for notification of deleted program
requirements. | ||
Errors | OPERATION_FAILED | unable to complete request | |
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | registerForDeletedProgramRequirement | ||
Description |
Registers for notification of a deleted program
requirement. | ||
Parameters | osid.id.Id | programRequirementId | the Id of the ProgramRequirement to monitor |
Errors | NULL_ARGUMENT | programRequirementId is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | registerForNewCredentialRequirements | ||
Description |
Register for notifications of new credential
requirements. | ||
Errors | OPERATION_FAILED | unable to complete request | |
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | registerForChangedCredentialRequirements | ||
Description |
Registers for notification of updated credential
requirements. | ||
Errors | OPERATION_FAILED | unable to complete request | |
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | registerForChangedCredentialRequirement | ||
Description |
Registers for notification of an updated credential
requirement. | ||
Parameters | osid.id.Id | credentialRequirementId | the Id of the CredentialRequirement to
monitor |
Errors | NULL_ARGUMENT | credentialRequirementId is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | registerForDeletedCredentialRequirements | ||
Description |
Registers for notification of deleted credential
requirements. | ||
Errors | OPERATION_FAILED | unable to complete request | |
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | registerForDeletedCredentialRequirement | ||
Description |
Registers for notification of a deleted credential
requirement. | ||
Parameters | osid.id.Id | credentialRequirementId | the Id of the CredentialRequirement to
monitor |
Errors | NULL_ARGUMENT | credentialRequirementId is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | registerForNewLearningObjectiveRequirements | ||
Description |
Register for notifications of new learning objective
requirements. | ||
Errors | OPERATION_FAILED | unable to complete request | |
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | registerForChangedLearningObjectiveRequirements | ||
Description |
Registers for notification of updated learning
objective requirements. | ||
Errors | OPERATION_FAILED | unable to complete request | |
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | registerForChangedLearningObjectiveRequirement | ||
Description |
Registers for notification of an updated learning
objective requirement. | ||
Parameters | osid.id.Id | learningObjectiveRequirementId | the Id of the LearningObjectiveRequirement to
monitor |
Errors | NULL_ARGUMENT | learningObjectiveRequirementId is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | registerForDeletedLearningObjectiveRequirements | ||
Description |
Registers for notification of deleted learning
objective requirements. | ||
Errors | OPERATION_FAILED | unable to complete request | |
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | registerForDeletedLearningObjectiveRequirement | ||
Description |
Registers for notification of a deleted learning
objective requirement. | ||
Parameters | osid.id.Id | learningObjectiveRequirementId | the Id of the LearningObjectiveRequirement to
monitor |
Errors | NULL_ARGUMENT | learningObjectiveRequirementId is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | registerForNewAssessmentRequirements | ||
Description |
Register for notifications of new assessment
requirements. | ||
Errors | OPERATION_FAILED | unable to complete request | |
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | registerForChangedAssessmentRequirements | ||
Description |
Registers for notification of updated assessment
requirements. | ||
Errors | OPERATION_FAILED | unable to complete request | |
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | registerForChangedAssessmentRequirement | ||
Description |
Registers for notification of an updated assessment
requirement. | ||
Parameters | osid.id.Id | assessmentRequirementId | the Id of the AssessmentRequirement to
monitor |
Errors | NULL_ARGUMENT | assessmentRequirementId is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | registerForDeletedAssessmentRequirements | ||
Description |
Registers for notification of deleted assessment
requirements. | ||
Errors | OPERATION_FAILED | unable to complete request | |
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | registerForDeletedAssessmentRequirement | ||
Description |
Registers for notification of a deleted assessment
requirement. | ||
Parameters | osid.id.Id | assessmentRequirementId | the Id of the AssessmentRequirement to
monitor |
Errors | NULL_ARGUMENT | assessmentRequirementId is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | registerForNewAwardRequirements | ||
Description |
Register for notifications of new award requirements.
| ||
Errors | OPERATION_FAILED | unable to complete request | |
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | registerForChangedAwardRequirements | ||
Description |
Registers for notification of updated award
requirements. | ||
Errors | OPERATION_FAILED | unable to complete request | |
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | registerForChangedAwardRequirement | ||
Description |
Registers for notification of an updated award
requirement. | ||
Parameters | osid.id.Id | awardRequirementId | the Id of the AwardRequirement to monitor |
Errors | NULL_ARGUMENT | awardRequirementId is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | registerForDeletedAwardRequirements | ||
Description |
Registers for notification of deleted award
requirements. | ||
Errors | OPERATION_FAILED | unable to complete request | |
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | registerForDeletedAwardRequirement | ||
Description |
Registers for notification of a deleted award
requirement. | ||
Parameters | osid.id.Id | awardRequirementId | the Id of the AwardRequirement to monitor |
Errors | NULL_ARGUMENT | awardRequirementId is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. |