Interface | osid.recognition.ConvocationNotificationSession | ||
---|---|---|---|
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 | canRegisterForConvocationNotifications | ||
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 convocations 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 | registerForNewConvocations | ||
Description |
Register for notifications of new convocations. | ||
Errors | OPERATION_FAILED | unable to complete request | |
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | registerForChangedConvocations | ||
Description |
Registers for notification of updated convocations.
| ||
Errors | OPERATION_FAILED | unable to complete request | |
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | registerForChangedConvocation | ||
Description |
Registers for notification of an updated 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 | registerForDeletedConvocations | ||
Description |
Registers for notification of deleted convocations.
| ||
Errors | OPERATION_FAILED | unable to complete request | |
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | registerForDeletedConvocation | ||
Description |
Registers for notification of a deleted 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. |