| Interface | osid.relationship.FamilyNotificationSession | ||
|---|---|---|---|
| Implements | osid.OsidSession | ||
| Description |
This session defines methods to receive notifications on
adds/changes to Notifications are triggered with changes to the | ||
| Method | canRegisterForFamilyNotifications | ||
| 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 | reliableFamilyNotifications | ||
| Description |
Reliable notifications are desired. In reliable mode,
notifications are to be acknowledged using | ||
| Compliance | mandatory | This method is must be implemented. | |
| Method | unreliableFamilyNotifications | ||
| Description |
Unreliable notifications are desired. In unreliable mode, notifications do not need to be acknowledged. | ||
| Compliance | mandatory | This method is must be implemented. | |
| Method | acknowledgeFamilyNotification | ||
| Description |
Acknowledge a family 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 | registerForNewFamilies | ||
| Description |
Register for notifications of new families. | ||
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForChangedFamilies | ||
| Description |
Registers for notification of updated families. | ||
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForChangedFamily | ||
| Description |
Registers for notification of an updated family. | ||
| Parameters | osid.id.Id | familyId | the Id of the Family to monitor |
| Errors | NULL_ARGUMENT | familyId is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForDeletedFamilies | ||
| Description |
Registers for notification of deleted families. | ||
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForDeletedFamily | ||
| Description |
Registers for notification of a deleted family. | ||
| Parameters | osid.id.Id | familyId | the Id of the Family to monitor |
| Errors | NULL_ARGUMENT | familyId is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForChangedFamilyHierarchy | ||
| Description |
Registers for notification of an updated family
hierarchy structure. | ||
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForChangedFamilyHierarchyForAncestors | ||
| Description |
Registers for notification of an updated family
hierarchy structure. | ||
| Parameters | osid.id.Id | familyId | the Id of the Family node to monitor |
| Errors | NULL_ARGUMENT | familyId is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForChangedFamilyHierarchyForDescendants | ||
| Description |
Registers for notification of an updated family
hierarchy structure. | ||
| Parameters | osid.id.Id | familyId | the Id of the Family node to monitor |
| Errors | NULL_ARGUMENT | familyId is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |