Interface | osid.sequencing.AntimatroidNotificationSession | ||
---|---|---|---|
Implements | osid.OsidSession | ||
Description |
This session defines methods to receive notifications on
adds/changes to | ||
Method | canRegisterForAntimatroidNotifications | ||
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 | reliableAntimatroidNotifications | ||
Description |
Reliable notifications are desired. In reliable mode,
notifications are to be acknowledged using | ||
Compliance | mandatory | This method is must be implemented. | |
Method | unreliableAntimatroidNotifications | ||
Description |
Unreliable notifications are desired. In unreliable mode, notifications do not need to be acknowledged. | ||
Compliance | mandatory | This method is must be implemented. | |
Method | acknowledgeAntimatroidNotification | ||
Description |
Acknowledge an antimatroid 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 | registerForNewAntimatroids | ||
Description |
Register for notifications of new antimatroids. | ||
Errors | OPERATION_FAILED | unable to complete request | |
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | registerForChangedAntimatroids | ||
Description |
Registers for notification of updated antimatroids.
| ||
Errors | OPERATION_FAILED | unable to complete request | |
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | registerForChangedAntimatroid | ||
Description |
Registers for notification of an updated antimatroid.
| ||
Parameters | osid.id.Id | antimatroidId | the Id of the Antimatroid to monitor |
Errors | NULL_ARGUMENT | antimatroidId is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | registerForDeletedAntimatroids | ||
Description |
Registers for notification of deleted antimatroids.
| ||
Errors | OPERATION_FAILED | unable to complete request | |
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | registerForDeletedAntimatroid | ||
Description |
Registers for notification of a deleted antimatroid.
| ||
Parameters | osid.id.Id | antimatroidId | the Id of the Antimatroid to monitor |
Errors | NULL_ARGUMENT | antimatroidId is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | registerForChangedAntimatroidHierarchy | ||
Description |
Registers for notification of an updated antimatroid
hierarchy structure. | ||
Errors | OPERATION_FAILED | unable to complete request | |
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | registerForChangedAntimatroidHierarchyForAncestors | ||
Description |
Registers for notification of an updated antimatroid
hierarchy structure. | ||
Parameters | osid.id.Id | antimatroidId | the Id of the Antimatroid node to monitor |
Errors | NULL_ARGUMENT | antimatroidId is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | registerForChangedAntimatroidHierarchyForDescendants | ||
Description |
Registers for notification of an updated antimatroid
hierarchy structure. | ||
Parameters | osid.id.Id | antimatroidId | the Id of the Antimatroid node to monitor |
Errors | NULL_ARGUMENT | antimatroidId is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. |