| Interface | osid.mapping.path.rules.SignalEnablerNotificationSession | ||
|---|---|---|---|
| Implements | osid.OsidSession | ||
| Description | 
                 This session defines methods to receive notifications on 
                adds/changes to   The two views defined in this session correspond to the 
                views in the   | ||
| Method | getMapId | ||
| Description | 
                     Gets the   | ||
| Return | osid.id.Id | the  Map Id  associated with this session  | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getMap | ||
| Description | 
                     Gets the   | ||
| Return | osid.mapping.Map | the map | |
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | canRegisterForSignalEnablerNotifications | ||
| 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 | useFederatedMapView | ||
| Description | 
                     Federates the view for methods in this session. A federated view will include in maps which are children of this map in the map hierarchy.  | ||
| Compliance | mandatory | This method is must be implemented. | |
| Method | useIsolatedMapView | ||
| Description | 
                     Isolates the view for methods in this session. An isolated view restricts notifications to this map only.  | ||
| Compliance | mandatory | This method is must be implemented. | |
| Method | registerForNewSignalEnablers | ||
| Description | 
                     Register for notifications of new signal enablers. 
                      | ||
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForChangedSignalEnablers | ||
| Description | 
                     Registers for notification of updated map.   | ||
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForChangedSignalEnabler | ||
| Description | 
                     Registers for notification of an updated signal 
                    enabler.   | ||
| Parameters | osid.id.Id | signalEnablerId | the  Id  of the  SignalEnabler  to monitor  | 
| Errors | NOT_FOUND | a signal enabler was not found in this broker matchmaker identified by the 
given  Id   |                 |
| NULL_ARGUMENT |  signalEnablerId  is  null   |                 ||
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForDeletedSignalEnablers | ||
| Description | 
                     Registers for notification of deleted signal enablers. 
                      | ||
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForDeletedSignalEnabler | ||
| Description | 
                     Registers for notification of a deleted signal enabler. 
                      | ||
| Parameters | osid.id.Id | signalEnablerId | the  Id  of the  SignalEnabler  to monitor  | 
| Errors | NOT_FOUND | a signal enabler was not found in this broker matchmaker identified by the 
given  Id   |                 |
| NULL_ARGUMENT |  signalEnablerId  is  null   |                 ||
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |