| Interface | osid.recognition.ConferralNotificationSession | ||
|---|---|---|---|
| Implements | osid.OsidSession | ||
| Description |
This session defines methods to receive notifications on
adds/changes to | ||
| Method | getAcademyId | ||
| Description |
Gets the | ||
| Return | osid.id.Id | the Academy Id associated with this session | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getAcademy | ||
| Description |
Gets the | ||
| Return | osid.recognition.Academy | the academy | |
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | canRegisterForConferralNotifications | ||
| 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 | useFederatedAcademyView | ||
| Description |
Federates the view for methods in this session. A federated view will include conferrals in academies which are children of this academy in the academy hierarchy. | ||
| Compliance | mandatory | This method is must be implemented. | |
| Method | useIsolatedAcademyView | ||
| Description |
Isolates the view for methods in this session. An isolated view restricts retrievals to this academy only. | ||
| Compliance | mandatory | This method is must be implemented. | |
| Method | registerForNewConferrals | ||
| Description |
Register for notifications of new conferrals. | ||
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForNewConferralsForRecipient | ||
| Description |
Register for notifications of new conferrals for the
given recipient | ||
| Parameters | osid.id.Id | resourceId | the Id of the recipient 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 | registerForNewConferralsForAward | ||
| Description |
Register for notifications of new conferrals for the
given reference | ||
| Parameters | osid.id.Id | awardId | the Id of the award to monitor |
| Errors | NULL_ARGUMENT | awardId is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForNewConferralsByConvocation | ||
| Description |
Register for notifications of new conferrals for the
given convocation | ||
| Parameters | osid.id.Id | convocationId | the Id of the convocation to monitor |
| Errors | NULL_ARGUMENT | convocationId is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForChangedConferrals | ||
| Description |
Registers for notification of updated conferrals.
| ||
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForChangedConferralsForRecipient | ||
| Description |
Register for notifications of changed conferrals for
the given recipient | ||
| 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 | registerForChangedConferralsForAward | ||
| Description |
Register for notifications of changed conferrals for
the given award | ||
| Parameters | osid.id.Id | awardId | the Id of the award to monitor |
| Errors | NULL_ARGUMENT | awardId is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForChangedConferralsByConvocation | ||
| Description |
Register for notifications of changed conferrals for
the given award | ||
| Parameters | osid.id.Id | convocationId | the Id of the convocation to monitor |
| Errors | NULL_ARGUMENT | convocationId is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForChangedConferral | ||
| Description |
Registers for notification of an updated conferral.
| ||
| Parameters | osid.id.Id | conferralId | the Id of the Conferral to monitor |
| Errors | NULL_ARGUMENT | conferralId is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForDeletedConferrals | ||
| Description |
Registers for notification of deleted conferrals.
| ||
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForDeletedConferralsForRecipient | ||
| Description |
Register for notifications of deleted conferrals for
the given recipient | ||
| Parameters | osid.id.Id | resourceId | the Id of the recipient to monitor |
| Errors | NULL_ARGUMENT | recipientId is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForDeletedConferralsForAward | ||
| Description |
Register for notifications of deleted conferrals for
the given award | ||
| Parameters | osid.id.Id | awardId | the Id of the award to monitor |
| Errors | NULL_ARGUMENT | awardId is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForDeletedConferralsByConvocation | ||
| Description |
Register for notifications of deleted conferrals for
the given convocation | ||
| Parameters | osid.id.Id | convocationId | the Id of the convocation to monitor |
| Errors | NULL_ARGUMENT | convocationId is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForDeletedConferral | ||
| Description |
Registers for notification of a deleted conferral.
| ||
| Parameters | osid.id.Id | conferralId | the Id of the Conferral to monitor |
| Errors | NULL_ARGUMENT | conferralId is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |