| Interface | osid.mapping.path.rules.SignalEnablerQuerySession | ||
|---|---|---|---|
| Implements | osid.OsidSession | ||
| Description |
This session provides methods for searching among This session defines views that offer differing behaviors for searching.
signal enabler may have a query record indicated by their
respective record types. The query record is accessed via 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 | canSearchSignalEnablers | ||
| Description |
Tests if this user can perform | ||
| Return | boolean | false if search 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 signal enabler in maps which are children of this broker 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 lookups to this map only. | ||
| Compliance | mandatory | This method is must be implemented. | |
| Method | getSignalEnablerQuery | ||
| Description |
Gets a signal enabler query. | ||
| Return | osid.mapping.path.rules.SignalEnablerQuery | the signal enabler query | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getSignalEnablersByQuery | ||
| Description |
Gets a list of | ||
| Parameters | osid.mapping.path.rules.SignalEnablerQuery | signalEnablerQuery | the signal enabler query |
| Return | osid.mapping.path.rules.SignalEnablerList | the returned SignalEnablerList | |
| Errors | NULL_ARGUMENT | signalEnablerQuery is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| UNSUPPORTED | signalEnablerQuery is not of this service | ||
| Compliance | mandatory | This method must be implemented. | |