| Interface | osid.room.squatting.DeedNotificationSession | ||
|---|---|---|---|
| Implements | osid.OsidSession | ||
| Description |
This session defines methods to receive notifications on
adds/changes to Notifications are triggered with changes to the | ||
| Method | getCampusId | ||
| Description |
Gets the | ||
| Return | osid.id.Id | the Campus Id associated with this session | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getCampus | ||
| Description |
Gets the | ||
| Return | osid.room.Campus | the campus | |
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | canRegisterForDeedNotifications | ||
| 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 | useFederatedCampusView | ||
| Description |
Federates the view for methods in this session. A federated view will include deeds in campuses which are children of this campus in the campus hierarchy. | ||
| Compliance | mandatory | This method is must be implemented. | |
| Method | useIsolatedCampusView | ||
| Description |
Isolates the view for methods in this session. An isolated view restricts retrievals to this campus only. | ||
| Compliance | mandatory | This method is must be implemented. | |
| Method | registerForNewDeeds | ||
| Description |
Register for notifications of new deeds. | ||
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForNewDeedsForBuilding | ||
| Description |
Registers for notification of new deeds for a building.
| ||
| Parameters | osid.id.Id | buildingId | the Id of the Building to monitor |
| Errors | NULL_ARGUMENT | buildingId is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForNewDeedsForOwner | ||
| Description |
Registers for notification of new deeds for an owner.
| ||
| 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 | registerForChangedDeeds | ||
| Description |
Registers for notification of updated deeds. | ||
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForChangedDeedsForBuilding | ||
| Description |
Registers for notification of a updated deedsfor a
building. | ||
| Parameters | osid.id.Id | buildingId | the Id of the Building to monitor |
| Errors | NULL_ARGUMENT | buildingId is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForChangedDeedsForOwner | ||
| Description |
Registers for notification of updated deeds for an
owner. | ||
| 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 | registerForChangedDeed | ||
| Description |
Registers for notification of an updated deed. | ||
| Parameters | osid.id.Id | deedId | the Id of the Deed to monitor |
| Errors | NULL_ARGUMENT | deedId is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForDeletedDeeds | ||
| Description |
Registers for notification of deleted deeds. | ||
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForDeletedDeedsForBuilding | ||
| Description |
Registers for notification of a deleted deed for a
building. | ||
| Parameters | osid.id.Id | buildingId | the Id of the Building to monitor |
| Errors | NULL_ARGUMENT | buildingId is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForDeletedDeedsForOwner | ||
| Description |
Registers for notification of a deleted deed for an
owner. | ||
| 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 | registerForDeletedDeed | ||
| Description |
Registers for notification of a deleted deed. | ||
| Parameters | osid.id.Id | deedId | the Id of the Deed to monitor |
| Errors | NULL_ARGUMENT | deedId is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |