Interface | osid.room.construction.RenovationNotificationSession | ||
---|---|---|---|
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 | canRegisterForRenovationNotifications | ||
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 renovations 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 | registerForNewRenovations | ||
Description |
Register for notifications of new renovations. | ||
Errors | OPERATION_FAILED | unable to complete request | |
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | registerForNewRenovationsByRoom | ||
Description |
Register for notifications of new renovations for the
given room | ||
Parameters | osid.id.Id | roomId | the Id of the room to monitor |
Errors | NULL_ARGUMENT | roomId is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | registerForChangedRenovations | ||
Description |
Registers for notification of updated renovations.
| ||
Errors | OPERATION_FAILED | unable to complete request | |
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | registerForChangedRenovationsByRoom | ||
Description |
Register for notifications of changed renovations for
the given room | ||
Parameters | osid.id.Id | roomId | the Id of the room to monitor |
Errors | NULL_ARGUMENT | roomId is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | registerForChangedRenovation | ||
Description |
Registers for notification of an updated renovation.
| ||
Parameters | osid.id.Id | renovationId | the Id of the Renovation to monitor |
Errors | NULL_ARGUMENT | renovationId is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | registerForDeletedRenovations | ||
Description |
Registers for notification of deleted renovations.
| ||
Errors | OPERATION_FAILED | unable to complete request | |
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | registerForDeletedRenovationsByRoom | ||
Description |
Register for notifications of changed renovations for
the given room | ||
Parameters | osid.id.Id | roomId | the Id of the room to monitor |
Errors | NULL_ARGUMENT | roomId is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | registerForDeletedRenovation | ||
Description |
Registers for notification of a deleted renovation.
| ||
Parameters | osid.id.Id | renovationId | the Id of the Renovation to monitor |
Errors | NULL_ARGUMENT | renovationId is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. |