| Interface | osid.room.FloorNotificationSession | ||
|---|---|---|---|
| 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 | canRegisterForFloorNotifications | ||
| 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 floors 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 | registerForNewFloors | ||
| Description | 
                     Register for notifications of new floors.   | ||
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForNewFloorsForBuilding | ||
| Description | 
                     Register for notifications of new floors for the given 
                    floor   | ||
| 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 | registerForChangedFloors | ||
| Description | 
                     Registers for notification of updated floors.   | ||
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForChangedFloorsForBuilding | ||
| Description | 
                     Register for notifications of changed floors for the 
                    given 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 | registerForChangedFloor | ||
| Description | 
                     Registers for notification of an updated floor.   | ||
| Parameters | osid.id.Id | floorId | the  Id  of the  Floor  to monitor  | 
| Errors | NULL_ARGUMENT |  floorId  is  null   |                 |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForDeletedFloors | ||
| Description | 
                     Registers for notification of deleted floors.   | ||
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForDeletedFloorsForBuilding | ||
| Description | 
                     Register for notifications of changed floors for the 
                    given 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 | registerForDeletedFloor | ||
| Description | 
                     Registers for notification of a deleted floor.   | ||
| Parameters | osid.id.Id | floorId | the  Id  of the  Floor  to monitor  | 
| Errors | NULL_ARGUMENT |  floorId  is  null   |                 |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |