public interface MappingPathRulesManager extends OsidManager, MappingPathRulesProfile
The mapping rules manager provides access to mapping rules sessions and provides interoperability tests for various aspects of this service. The sessions included in this manager are:
SpeedZoneEnablerLookupSession:
a session to
retrieve speed zone enablers SpeedZoneEnablerQuerySession:
a session to query
for speed zone enablers SpeedZoneEnablerSearchSession:
a session to search
for speed zone enablers SpeedZoneEnablerAdminSession:
a session to create
and delete speed zone enablers SpeedZoneEnablerNotificationSession:
a session to
receive notifications pertaining to speed zone enabler changes SpeedZoneEnablerMapSession:
a session to look up
speed zone enabler map mappings SpeedZoneEnablerMapAssignmentSession:
a session to
manage speed zone enabler to map mappings SpeedZoneEnablerSmartMapSession:
a session to
manage dynamic map of speed zone enablers SpeedZoneEnableRuleLookupSession:
a session to
look up speed zone enabler mappings SpeedZoneEnablerRuleApplicationSession:
a session
to apply speed zone enablers SignalEnablerLookupSession:
a session to retrieve
signal enabler SignalEnablerQuerySession:
a session to query for
signal enabler SignalEnablerSearchSession:
a session to search
for signal enabler SignalEnablerAdminSession:
a session to create and
delete signal enabler SignalEnablerNotificationSession:
a session to
receive notifications pertaining to signal enabler changes SignalEnablerMapSession:
a session to look up
signal enabler map mappings SignalEnablerMapAssignmentSession:
a session to
manage signal enabler to map mappings SignalEnablerSmartMapSession:
a session to manage
dynamic map of signal enabler SignalEnablerRuleLookupSession:
a session to look
up signal enabler to signal mappings SignalEnablerRuleApplicationSession:
a session to
apply signal enabler to signals ObstacleEnablerLookupSession:
a session to
retrieve obstacle enabler ObstacleEnablerQuerySession:
a session to query
for obstacle enabler ObstacleEnablerSearchSession:
a session to search
for obstacle enabler ObstacleEnablerAdminSession:
a session to create
and delete obstacle enabler ObstacleEnablerNotificationSession:
a session to
receive notifications pertaining to obstacle enabler changes ObstacleEnablerMapSession:
a session to look up
obstacle enabler map mappings ObstacleEnablerMapAssignmentSession:
a session to
manage obstacle enabler to map mappings ObstacleEnablerSmartMapSession:
a session to
manage dynamic map of obstacle enabler ObstacleEnablerRuleLookupSession:
a session to
look up obstacle enabler to obstacle mappings ObstacleEnablerRuleApplicationSession:
a session
to apply obstacle enabler to obstacles Modifier and Type | Method and Description |
---|---|
ObstacleEnablerAdminSession |
getObstacleEnablerAdminSession()
Gets the
OsidSession associated with the obstacle
enabler administration service. |
ObstacleEnablerAdminSession |
getObstacleEnablerAdminSessionForMap(Id mapId)
Gets the
OsidSession associated with the obstacle
enabler administration service for the given map. |
ObstacleEnablerLookupSession |
getObstacleEnablerLookupSession()
Gets the
OsidSession associated with the obstacle
enabler lookup service. |
ObstacleEnablerLookupSession |
getObstacleEnablerLookupSessionForMap(Id mapId)
Gets the
OsidSession associated with the obstacle
enabler lookup service for the given map. |
ObstacleEnablerMapAssignmentSession |
getObstacleEnablerMapAssignmentSession()
Gets the
OsidSession associated with assigning obstacle
enabler to map. |
ObstacleEnablerMapSession |
getObstacleEnablerMapSession()
Gets the
OsidSession to lookup obstacle enabler/map
mappings for obstacle enablers. |
ObstacleEnablerNotificationSession |
getObstacleEnablerNotificationSession(ObstacleEnablerReceiver obstacleEnablerReceiver)
Gets the
OsidSession associated with the obstacle
enabler notification service. |
ObstacleEnablerNotificationSession |
getObstacleEnablerNotificationSessionForMap(ObstacleEnablerReceiver obstacleEnablerReceiver,
Id mapId)
Gets the
OsidSession associated with the obstacle
enabler notification service for the given map. |
ObstacleEnablerQuerySession |
getObstacleEnablerQuerySession()
Gets the
OsidSession associated with the obstacle
enabler query service. |
ObstacleEnablerQuerySession |
getObstacleEnablerQuerySessionForMap(Id mapId)
Gets the
OsidSession associated with the obstacle
enabler query service for the given map. |
ObstacleEnablerRuleApplicationSession |
getObstacleEnablerRuleApplicationSession()
Gets the
OsidSession associated with the obstacle
enabler assignment service to apply to obstacles. |
ObstacleEnablerRuleApplicationSession |
getObstacleEnablerRuleApplicationSessionForMap(Id mapId)
Gets the
OsidSession associated with the obstacle
enabler assignment service for the given map to apply to obstacles. |
ObstacleEnablerRuleLookupSession |
getObstacleEnablerRuleLookupSession()
Gets the
OsidSession associated with the obstacle
enabler mapping lookup service for looking up the rules applied to the
obstacle. |
ObstacleEnablerRuleLookupSession |
getObstacleEnablerRuleLookupSessionForMap(Id mapId)
Gets the
OsidSession associated with the obstacle
enabler mapping lookup service for the given map for looking up rules
applied to an obstacle. |
ObstacleEnablerSearchSession |
getObstacleEnablerSearchSession()
Gets the
OsidSession associated with the obstacle
enabler search service. |
ObstacleEnablerSearchSession |
getObstacleEnablerSearchSessionForMap(Id mapId)
Gets the
OsidSession associated with the obstacle
enabler earch service for the given map. |
ObstacleEnablerSmartMapSession |
getObstacleEnablerSmartMapSession(Id mapId)
Gets the
OsidSession to manage obstacle enabler smart
map. |
SignalEnablerAdminSession |
getSignalEnablerAdminSession()
Gets the
OsidSession associated with the signal enabler
administration service. |
SignalEnablerAdminSession |
getSignalEnablerAdminSessionForMap(Id mapId)
Gets the
OsidSession associated with the signal enabler
administration service for the given map. |
SignalEnablerLookupSession |
getSignalEnablerLookupSession()
Gets the
OsidSession associated with the signal enabler
lookup service. |
SignalEnablerLookupSession |
getSignalEnablerLookupSessionForMap(Id mapId)
Gets the
OsidSession associated with the signal enabler
lookup service for the given map. |
SignalEnablerMapAssignmentSession |
getSignalEnablerMapAssignmentSession()
Gets the
OsidSession associated with assigning signal
enabler to map. |
SignalEnablerMapSession |
getSignalEnablerMapSession()
Gets the
OsidSession to lookup signal enabler/map
mappings for signal enablers. |
SignalEnablerNotificationSession |
getSignalEnablerNotificationSession(SignalEnablerReceiver signalEnablerReceiver)
Gets the
OsidSession associated with the signal enabler
notification service. |
SignalEnablerNotificationSession |
getSignalEnablerNotificationSessionForMap(SignalEnablerReceiver signalEnablerReceiver,
Id mapId)
Gets the
OsidSession associated with the signal enabler
notification service for the given map. |
SignalEnablerQuerySession |
getSignalEnablerQuerySession()
Gets the
OsidSession associated with the signal enabler
query service. |
SignalEnablerQuerySession |
getSignalEnablerQuerySessionForMap(Id mapId)
Gets the
OsidSession associated with the signal enabler
query service for the given map. |
SignalEnablerRuleApplicationSession |
getSignalEnablerRuleApplicationSession()
Gets the
OsidSession associated with the signal enabler
assignment service to apply to signals. |
SignalEnablerRuleApplicationSession |
getSignalEnablerRuleApplicationSessionForMap(Id mapId)
Gets the
OsidSession associated with the signal enabler
assignment service for the given map to apply to signals. |
SignalEnablerRuleLookupSession |
getSignalEnablerRuleLookupSession()
Gets the
OsidSession associated with the signal enabler
mapping lookup service for looking up the rules applied to the signal. |
SignalEnablerRuleLookupSession |
getSignalEnablerRuleLookupSessionForMap(Id mapId)
Gets the
OsidSession associated with the signal enabler
mapping lookup service for the given map for looking up rules applied
to a signal. |
SignalEnablerSearchSession |
getSignalEnablerSearchSession()
Gets the
OsidSession associated with the signal enabler
search service. |
SignalEnablerSearchSession |
getSignalEnablerSearchSessionForMap(Id mapId)
Gets the
OsidSession associated with the signal enabler
earch service for the given map. |
SignalEnablerSmartMapSession |
getSignalEnablerSmartMapSession(Id mapId)
Gets the
OsidSession to manage signal enabler smart
map. |
SpeedZoneEnablerAdminSession |
getSpeedZoneEnablerAdminSession()
Gets the
OsidSession associated with the speed zone
enabler administration service. |
SpeedZoneEnablerAdminSession |
getSpeedZoneEnablerAdminSessionForMap(Id mapId)
Gets the
OsidSession associated with the speed zone
enabler administration service for the given map. |
SpeedZoneEnablerLookupSession |
getSpeedZoneEnablerLookupSession()
Gets the
OsidSession associated with the speed zone
enabler lookup service. |
SpeedZoneEnablerLookupSession |
getSpeedZoneEnablerLookupSessionForMap(Id mapId)
Gets the
OsidSession associated with the speed zone
enabler lookup service for the given map. |
SpeedZoneEnablerMapAssignmentSession |
getSpeedZoneEnablerMapAssignmentSession()
Gets the
OsidSession associated with assigning speed
zone enablers to map. |
SpeedZoneEnablerMapSession |
getSpeedZoneEnablerMapSession()
Gets the
OsidSession to lookup speed zone enabler/map
mappings for speed zone enablers. |
SpeedZoneEnablerNotificationSession |
getSpeedZoneEnablerNotificationSession(SpeedZoneEnablerReceiver speedZoneEnablerReceiver)
Gets the
OsidSession associated with the speed zone
enabler notification service. |
SpeedZoneEnablerNotificationSession |
getSpeedZoneEnablerNotificationSessionForMap(SpeedZoneEnablerReceiver speedZoneEnablerReceiver,
Id mapId)
Gets the
OsidSession associated with the speed zone
enabler notification service for the given map. |
SpeedZoneEnablerQuerySession |
getSpeedZoneEnablerQuerySession()
Gets the
OsidSession associated with the speed zone
enabler query service. |
SpeedZoneEnablerQuerySession |
getSpeedZoneEnablerQuerySessionForMap(Id mapId)
Gets the
OsidSession associated with the speed zone
enabler query service for the given map. |
SpeedZoneEnablerRuleApplicationSession |
getSpeedZoneEnablerRuleApplicationSession()
Gets the
OsidSession associated with the speed zone
enabler assignment service. |
SpeedZoneEnablerRuleApplicationSession |
getSpeedZoneEnablerRuleApplicationSessionForMap(Id mapId)
Gets the
OsidSession associated with the speed zone
enabler assignment service for the given map. |
SpeedZoneEnablerRuleLookupSession |
getSpeedZoneEnablerRuleLookupSession()
Gets the
OsidSession associated with the speed zone
enabler mapping lookup service. |
SpeedZoneEnablerRuleLookupSession |
getSpeedZoneEnablerRuleLookupSessionForMap(Id mapId)
Gets the
OsidSession associated with the speed zone
enabler mapping lookup service for the given map. |
SpeedZoneEnablerSearchSession |
getSpeedZoneEnablerSearchSession()
Gets the
OsidSession associated with the speed zone
enabler search service. |
SpeedZoneEnablerSearchSession |
getSpeedZoneEnablerSearchSessionForMap(Id mapId)
Gets the
OsidSession associated with the speed zone
enablers earch service for the given map. |
SpeedZoneEnablerSmartMapSession |
getSpeedZoneEnablerSmartMapSession(Id mapId)
Gets the
OsidSession to manage speed zone enabler smart
map. |
changeBranch, initialize, rollbackService
close
getObstacleEnablerRecordTypes, getObstacleEnablerSearchRecordTypes, getSignalEnablerRecordTypes, getSignalEnablerSearchRecordTypes, getSpeedZoneEnablerRecordTypes, getSpeedZoneEnablerSearchRecordTypes, supportsObstacleEnablerAdmin, supportsObstacleEnablerLookup, supportsObstacleEnablerMap, supportsObstacleEnablerMapAssignment, supportsObstacleEnablerNotification, supportsObstacleEnablerQuery, supportsObstacleEnablerRecordType, supportsObstacleEnablerRuleApplication, supportsObstacleEnablerRuleLookup, supportsObstacleEnablerSearch, supportsObstacleEnablerSearchRecordType, supportsObstacleEnablerSmartMap, supportsSignalEnablerAdmin, supportsSignalEnablerLookup, supportsSignalEnablerMap, supportsSignalEnablerMapAssignment, supportsSignalEnablerNotification, supportsSignalEnablerQuery, supportsSignalEnablerRecordType, supportsSignalEnablerRuleApplication, supportsSignalEnablerRuleLookup, supportsSignalEnablerSearch, supportsSignalEnablerSearchRecordType, supportsSignalEnablerSmartMap, supportsSpeedZoneEnablerAdmin, supportsSpeedZoneEnablerLookup, supportsSpeedZoneEnablerMap, supportsSpeedZoneEnablerMapAssignment, supportsSpeedZoneEnablerNotification, supportsSpeedZoneEnablerQuery, supportsSpeedZoneEnablerRecordType, supportsSpeedZoneEnablerRuleApplication, supportsSpeedZoneEnablerRuleLookup, supportsSpeedZoneEnablerSearch, supportsSpeedZoneEnablerSearchRecordType, supportsSpeedZoneEnablerSmartMap, supportsVisibleFederation
getBranch, getBranchId, getDescription, getDisplayName, getId, getLocales, getProxyRecordTypes, getReleaseDate, getVersion, supportsJournalBranching, supportsJournalRollback, supportsOSIDVersion, supportsProxyRecordType
getBranding, getBrandingIds, getLicense, getProvider, getProviderId
SpeedZoneEnablerLookupSession getSpeedZoneEnablerLookupSession() throws OperationFailedException
OsidSession
associated with the speed zone
enabler lookup service. SpeedZoneEnablerLookupSession
OperationFailedException
- unable to complete requestUnimplementedException
-
supportsSpeedZoneEnablerLookup()
is false
optional
- This method must be implemented if
supportsSpeedZoneEnablerLookup()
is true.
SpeedZoneEnablerLookupSession getSpeedZoneEnablerLookupSessionForMap(Id mapId) throws NotFoundException, OperationFailedException
OsidSession
associated with the speed zone
enabler lookup service for the given map.mapId
- the Id
of the Map
SpeedZoneEnablerLookupSession
NotFoundException
- no Map
found by the
given Id
NullArgumentException
- mapId
is
null
OperationFailedException
- unable to complete requestUnimplementedException
-
supportsSpeedZoneEnablerLookup()
or
supportsVisibleFederation()
is false
optional
- This method must be implemented if
supportsSpeedZoneEnablerLookup()
and
supportsVisibleFederation()
are true.
SpeedZoneEnablerQuerySession getSpeedZoneEnablerQuerySession() throws OperationFailedException
OsidSession
associated with the speed zone
enabler query service. SpeedZoneEnablerQuerySession
OperationFailedException
- unable to complete requestUnimplementedException
-
supportsSpeedZoneEnablerQuery()
is false
optional
- This method must be implemented if
supportsSpeedZoneEnablerQuery()
is true.
SpeedZoneEnablerQuerySession getSpeedZoneEnablerQuerySessionForMap(Id mapId) throws NotFoundException, OperationFailedException
OsidSession
associated with the speed zone
enabler query service for the given map.mapId
- the Id
of the Map
SpeedZoneEnablerQuerySession
NotFoundException
- no Map
found by the
given Id
NullArgumentException
- mapId
is
null
OperationFailedException
- unable to complete requestUnimplementedException
-
supportsSpeedZoneEnablerQuery()
or
supportsVisibleFederation()
is false
optional
- This method must be implemented if
supportsSpeedZoneEnablerQuery()
and
supportsVisibleFederation()
are true.
SpeedZoneEnablerSearchSession getSpeedZoneEnablerSearchSession() throws OperationFailedException
OsidSession
associated with the speed zone
enabler search service. SpeedZoneEnablerSearchSession
OperationFailedException
- unable to complete requestUnimplementedException
-
supportsSpeedZoneEnablerSearch()
is false
optional
- This method must be implemented if
supportsSpeedZoneEnablerSearch()
is true.
SpeedZoneEnablerSearchSession getSpeedZoneEnablerSearchSessionForMap(Id mapId) throws NotFoundException, OperationFailedException
OsidSession
associated with the speed zone
enablers earch service for the given map.mapId
- the Id
of the Map
SpeedZoneEnablerSearchSession
NotFoundException
- no Map
found by the
given Id
NullArgumentException
- mapId
is
null
OperationFailedException
- unable to complete requestUnimplementedException
-
supportsSpeedZoneEnablerSearch()
or
supportsVisibleFederation()
is false
optional
- This method must be implemented if
supportsSpeedZoneEnablerSearch()
and
supportsVisibleFederation()
are true.
SpeedZoneEnablerAdminSession getSpeedZoneEnablerAdminSession() throws OperationFailedException
OsidSession
associated with the speed zone
enabler administration service. SpeedZoneEnablerAdminSession
OperationFailedException
- unable to complete requestUnimplementedException
-
supportsSpeedZoneEnablerAdmin()
is false
optional
- This method must be implemented if
supportsSpeedZoneEnablerAdmin()
is true.
SpeedZoneEnablerAdminSession getSpeedZoneEnablerAdminSessionForMap(Id mapId) throws NotFoundException, OperationFailedException
OsidSession
associated with the speed zone
enabler administration service for the given map.mapId
- the Id
of the Map
SpeedZoneEnablerAdminSession
NotFoundException
- no Map
found by the
given Id
NullArgumentException
- mapId
is
null
OperationFailedException
- unable to complete requestUnimplementedException
-
supportsSpeedZoneEnablerAdmin()
or
supportsVisibleFederation()
is false
optional
- This method must be implemented if
supportsSpeedZoneEnablerAdmin()
and
supportsVisibleFederation()
are true.
SpeedZoneEnablerNotificationSession getSpeedZoneEnablerNotificationSession(SpeedZoneEnablerReceiver speedZoneEnablerReceiver) throws OperationFailedException
OsidSession
associated with the speed zone
enabler notification service.speedZoneEnablerReceiver
- the notification callback SpeedZoneEnablerNotificationSession
NullArgumentException
- speedZoneEnablerReceiver
is null
OperationFailedException
- unable to complete requestUnimplementedException
-
supportsSpeedZoneEnablerNotification()
is false
optional
- This method must be implemented if
supportsSpeedZoneEnablerNotification()
is
true.
SpeedZoneEnablerNotificationSession getSpeedZoneEnablerNotificationSessionForMap(SpeedZoneEnablerReceiver speedZoneEnablerReceiver, Id mapId) throws NotFoundException, OperationFailedException
OsidSession
associated with the speed zone
enabler notification service for the given map.speedZoneEnablerReceiver
- the notification callbackmapId
- the Id
of the Map
SpeedZoneEnablerNotificationSession
NotFoundException
- no map found by the given Id
NullArgumentException
- speedZoneEnablerReceiver
or mapId
is null
OperationFailedException
- unable to complete requestUnimplementedException
-
supportsSpeedZoneEnablerNotification()
or
supportsVisibleFederation()
is false
optional
- This method must be implemented if
supportsSpeedZoneEnablerNotification()
and
supportsVisibleFederation()
are true.
SpeedZoneEnablerMapSession getSpeedZoneEnablerMapSession() throws OperationFailedException
OsidSession
to lookup speed zone enabler/map
mappings for speed zone enablers. SpeedZoneEnablerMapSession
OperationFailedException
- unable to complete requestUnimplementedException
-
supportsSpeedZoneEnablerMap()
is false
optional
- This method must be implemented if
supportsSpeedZoneEnablerMap()
is true.
SpeedZoneEnablerMapAssignmentSession getSpeedZoneEnablerMapAssignmentSession() throws OperationFailedException
OsidSession
associated with assigning speed
zone enablers to map. SpeedZoneEnablerMapAssignmentSession
OperationFailedException
- unable to complete requestUnimplementedException
-
supportsSpeedZoneEnablerMapAssignment()
is
false
optional
- This method must be implemented if
supportsSpeedZoneEnablerMapAssignment()
is
true.
SpeedZoneEnablerSmartMapSession getSpeedZoneEnablerSmartMapSession(Id mapId) throws NotFoundException, OperationFailedException
OsidSession
to manage speed zone enabler smart
map.mapId
- the Id
of the Map
SpeedZoneEnablerSmartMapSession
NotFoundException
- no Map
found by the
given Id
NullArgumentException
- mapId
is
null
OperationFailedException
- unable to complete requestUnimplementedException
-
supportsSpeedZoneEnablerSmartMap()
is false
optional
- This method must be implemented if
supportsSpeedZoneEnablerSmartMap()
is true.
SpeedZoneEnablerRuleLookupSession getSpeedZoneEnablerRuleLookupSession() throws OperationFailedException
OsidSession
associated with the speed zone
enabler mapping lookup service. SpeedZoneEnablerRuleLookupSession
OperationFailedException
- unable to complete requestUnimplementedException
-
supportsSpeedZoneEnablerRuleLookup()
is false
optional
- This method must be implemented if
supportsSpeedZoneEnablerRuleLookup()
is
true.
SpeedZoneEnablerRuleLookupSession getSpeedZoneEnablerRuleLookupSessionForMap(Id mapId) throws NotFoundException, OperationFailedException
OsidSession
associated with the speed zone
enabler mapping lookup service for the given map.mapId
- the Id
of the Map
SpeedZoneEnablerRuleLookupSession
NotFoundException
- no Map
found by the
given Id
NullArgumentException
- mapId
is
null
OperationFailedException
- unable to complete requestUnimplementedException
-
supportsSpeedZoneEnablerRuleLookup()
or
supportsVisibleFederation()
is false
optional
- This method must be implemented if
supportsSpeedZoneEnablerRuleLookup()
and
supportsVisibleFederation()
are true.
SpeedZoneEnablerRuleApplicationSession getSpeedZoneEnablerRuleApplicationSession() throws OperationFailedException
OsidSession
associated with the speed zone
enabler assignment service. SpeedZoneEnablerRuleApplicationSession
OperationFailedException
- unable to complete requestUnimplementedException
-
supportsSpeedZoneEnablerRuleApplication()
is
false
optional
- This method must be implemented if
supportsSpeedZoneEnablerRuleApplication()
is
true.
SpeedZoneEnablerRuleApplicationSession getSpeedZoneEnablerRuleApplicationSessionForMap(Id mapId) throws NotFoundException, OperationFailedException
OsidSession
associated with the speed zone
enabler assignment service for the given map.mapId
- the Id
of the Map
SpeedZoneEnablerRuleApplicationSession
NotFoundException
- no Map
found by the
given Id
NullArgumentException
- mapId
is
null
OperationFailedException
- unable to complete requestUnimplementedException
-
supportsSpeedZoneEnablerRuleApplication()
or
supportsVisibleFederation()
is false
optional
- This method must be implemented if
supportsSpeedZoneEnablerRuleApplication()
and
supportsVisibleFederation()
are
true.
SignalEnablerLookupSession getSignalEnablerLookupSession() throws OperationFailedException
OsidSession
associated with the signal enabler
lookup service. SignalEnablerLookupSession
OperationFailedException
- unable to complete requestUnimplementedException
-
supportsSignalEnablerLookup()
is false
optional
- This method must be implemented if
supportsSignalEnablerLookup()
is true.
SignalEnablerLookupSession getSignalEnablerLookupSessionForMap(Id mapId) throws NotFoundException, OperationFailedException
OsidSession
associated with the signal enabler
lookup service for the given map.mapId
- the Id
of the Map
SignalEnablerLookupSession
NotFoundException
- no Map
found by the
given Id
NullArgumentException
- mapId
is
null
OperationFailedException
- unable to complete requestUnimplementedException
-
supportsSignalEnablerLookup()
or
supportsVisibleFederation()
is false
optional
- This method must be implemented if
supportsSignalEnablerLookup()
and
supportsVisibleFederation()
are true.
SignalEnablerQuerySession getSignalEnablerQuerySession() throws OperationFailedException
OsidSession
associated with the signal enabler
query service. SignalEnablerQuerySession
OperationFailedException
- unable to complete requestUnimplementedException
-
supportsSignalEnablerQuery()
is false
optional
- This method must be implemented if
supportsSignalEnablerQuery()
is true.
SignalEnablerQuerySession getSignalEnablerQuerySessionForMap(Id mapId) throws NotFoundException, OperationFailedException
OsidSession
associated with the signal enabler
query service for the given map.mapId
- the Id
of the Map
SignalEnablerQuerySession
NotFoundException
- no Map
found by the
given Id
NullArgumentException
- mapId
is
null
OperationFailedException
- unable to complete requestUnimplementedException
-
supportsSignalEnablerQuery()
or
supportsVisibleFederation()
is false
optional
- This method must be implemented if
supportsSignalEnablerQuery()
and
supportsVisibleFederation()
are true.
SignalEnablerSearchSession getSignalEnablerSearchSession() throws OperationFailedException
OsidSession
associated with the signal enabler
search service. SignalEnablerSearchSession
OperationFailedException
- unable to complete requestUnimplementedException
-
supportsSignalEnablerSearch()
is false
optional
- This method must be implemented if
supportsSignalEnablerSearch()
is true.
SignalEnablerSearchSession getSignalEnablerSearchSessionForMap(Id mapId) throws NotFoundException, OperationFailedException
OsidSession
associated with the signal enabler
earch service for the given map.mapId
- the Id
of the Map
SignalEnablerSearchSession
NotFoundException
- no Map
found by the
given Id
NullArgumentException
- mapId
is
null
OperationFailedException
- unable to complete requestUnimplementedException
-
supportsSignalEnablerSearch()
or
supportsVisibleFederation()
is false
optional
- This method must be implemented if
supportsSignalEnablerSearch()
and
supportsVisibleFederation()
are true.
SignalEnablerAdminSession getSignalEnablerAdminSession() throws OperationFailedException
OsidSession
associated with the signal enabler
administration service. SignalEnablerAdminSession
OperationFailedException
- unable to complete requestUnimplementedException
-
supportsSignalEnablerAdmin()
is false
optional
- This method must be implemented if
supportsSignalEnablerAdmin()
is true.
SignalEnablerAdminSession getSignalEnablerAdminSessionForMap(Id mapId) throws NotFoundException, OperationFailedException
OsidSession
associated with the signal enabler
administration service for the given map.mapId
- the Id
of the Map
SignalEnablerAdminSession
NotFoundException
- no Map
found by the
given Id
NullArgumentException
- mapId
is
null
OperationFailedException
- unable to complete requestUnimplementedException
-
supportsSignalEnablerAdmin()
or
supportsVisibleFederation()
is false
optional
- This method must be implemented if
supportsSignalEnablerAdmin()
and
supportsVisibleFederation()
are true.
SignalEnablerNotificationSession getSignalEnablerNotificationSession(SignalEnablerReceiver signalEnablerReceiver) throws OperationFailedException
OsidSession
associated with the signal enabler
notification service.signalEnablerReceiver
- the notification callback SignalEnablerNotificationSession
NullArgumentException
- signalEnablerReceiver
is null
OperationFailedException
- unable to complete requestUnimplementedException
-
supportsSignalEnablerNotification()
is false
optional
- This method must be implemented if
supportsSignalEnablerNotification()
is
true.
SignalEnablerNotificationSession getSignalEnablerNotificationSessionForMap(SignalEnablerReceiver signalEnablerReceiver, Id mapId) throws NotFoundException, OperationFailedException
OsidSession
associated with the signal enabler
notification service for the given map.signalEnablerReceiver
- the notification callbackmapId
- the Id
of the Map
SignalEnablerNotificationSession
NotFoundException
- no map found by the given Id
NullArgumentException
- signalEnablerReceiver
or mapId
is null
OperationFailedException
- unable to complete requestUnimplementedException
-
supportsSignalEnablerNotification()
or
supportsVisibleFederation()
is false
optional
- This method must be implemented if
supportsSignalEnablerNotification()
and
supportsVisibleFederation()
are true.
SignalEnablerMapSession getSignalEnablerMapSession() throws OperationFailedException
OsidSession
to lookup signal enabler/map
mappings for signal enablers. SignalEnablerMapSession
OperationFailedException
- unable to complete requestUnimplementedException
-
supportsSignalEnablerMap()
is false
optional
- This method must be implemented if
supportsSignalEnablerMap()
is true.
SignalEnablerMapAssignmentSession getSignalEnablerMapAssignmentSession() throws OperationFailedException
OsidSession
associated with assigning signal
enabler to map. SignalEnablerMapAssignmentSession
OperationFailedException
- unable to complete requestUnimplementedException
-
supportsSignalEnablerMapAssignment()
is false
optional
- This method must be implemented if
supportsSignalEnablerMapAssignment()
is
true.
SignalEnablerSmartMapSession getSignalEnablerSmartMapSession(Id mapId) throws NotFoundException, OperationFailedException
OsidSession
to manage signal enabler smart
map.mapId
- the Id
of the Map
SignalEnablerSmartMapSession
NotFoundException
- no Map
found by the
given Id
NullArgumentException
- mapId
is
null
OperationFailedException
- unable to complete requestUnimplementedException
-
supportsSignalEnablerSmartMap()
is false
optional
- This method must be implemented if
supportsSignalEnablerSmartMap()
is true.
SignalEnablerRuleLookupSession getSignalEnablerRuleLookupSession() throws OperationFailedException
OsidSession
associated with the signal enabler
mapping lookup service for looking up the rules applied to the signal. SignalEnablerRuleLookupSession
OperationFailedException
- unable to complete requestUnimplementedException
-
supportsSignalEnablerRuleLookup()
is false
optional
- This method must be implemented if
supportsSignalEnablerRuleLookup()
is true.
SignalEnablerRuleLookupSession getSignalEnablerRuleLookupSessionForMap(Id mapId) throws NotFoundException, OperationFailedException
OsidSession
associated with the signal enabler
mapping lookup service for the given map for looking up rules applied
to a signal.mapId
- the Id
of the Map
SignalEnablerRuleLookupSession
NotFoundException
- no Map
found by the
given Id
NullArgumentException
- mapId
is
null
OperationFailedException
- unable to complete requestUnimplementedException
-
supportsSignalEnablerRuleLookup()
or
supportsVisibleFederation()
is false
optional
- This method must be implemented if
supportsSignalEnablerRuleLookup()
and
supportsVisibleFederation()
are true.
SignalEnablerRuleApplicationSession getSignalEnablerRuleApplicationSession() throws OperationFailedException
OsidSession
associated with the signal enabler
assignment service to apply to signals. SignalEnablerRuleApplicationSession
OperationFailedException
- unable to complete requestUnimplementedException
-
supportsSignalEnablerRuleApplication()
is false
optional
- This method must be implemented if
supportsSignalEnablerRuleApplication()
is
true.
SignalEnablerRuleApplicationSession getSignalEnablerRuleApplicationSessionForMap(Id mapId) throws NotFoundException, OperationFailedException
OsidSession
associated with the signal enabler
assignment service for the given map to apply to signals.mapId
- the Id
of the Map
SignalEnablerRuleApplicationSession
NotFoundException
- no Map
found by the
given Id
NullArgumentException
- mapId
is
null
OperationFailedException
- unable to complete requestUnimplementedException
-
supportsSignalEnablerRuleApplication()
or
supportsVisibleFederation()
is false
optional
- This method must be implemented if
supportsSignalEnablerRuleApplication()
and
supportsVisibleFederation()
are true.
ObstacleEnablerLookupSession getObstacleEnablerLookupSession() throws OperationFailedException
OsidSession
associated with the obstacle
enabler lookup service. ObstacleEnablerLookupSession
OperationFailedException
- unable to complete requestUnimplementedException
-
supportsObstacleEnablerLookup()
is false
optional
- This method must be implemented if
supportsObstacleEnablerLookup()
is true.
ObstacleEnablerLookupSession getObstacleEnablerLookupSessionForMap(Id mapId) throws NotFoundException, OperationFailedException
OsidSession
associated with the obstacle
enabler lookup service for the given map.mapId
- the Id
of the Map
ObstacleEnablerLookupSession
NotFoundException
- no Map
found by the
given Id
NullArgumentException
- mapId
is
null
OperationFailedException
- unable to complete requestUnimplementedException
-
supportsObstacleEnablerLookup()
or
supportsVisibleFederation()
is false
optional
- This method must be implemented if
supportsObstacleEnablerLookup()
and
supportsVisibleFederation()
are true.
ObstacleEnablerQuerySession getObstacleEnablerQuerySession() throws OperationFailedException
OsidSession
associated with the obstacle
enabler query service. ObstacleEnablerQuerySession
OperationFailedException
- unable to complete requestUnimplementedException
-
supportsObstacleEnablerQuery()
is false
optional
- This method must be implemented if
supportsObstacleEnablerQuery()
is true.
ObstacleEnablerQuerySession getObstacleEnablerQuerySessionForMap(Id mapId) throws NotFoundException, OperationFailedException
OsidSession
associated with the obstacle
enabler query service for the given map.mapId
- the Id
of the Map
ObstacleEnablerQuerySession
NotFoundException
- no Map
found by the
given Id
NullArgumentException
- mapId
is
null
OperationFailedException
- unable to complete requestUnimplementedException
-
supportsObstacleEnablerQuery()
or
supportsVisibleFederation()
is false
optional
- This method must be implemented if
supportsObstacleEnablerQuery()
and
supportsVisibleFederation()
are true.
ObstacleEnablerSearchSession getObstacleEnablerSearchSession() throws OperationFailedException
OsidSession
associated with the obstacle
enabler search service. ObstacleEnablerSearchSession
OperationFailedException
- unable to complete requestUnimplementedException
-
supportsObstacleEnablerSearch()
is false
optional
- This method must be implemented if
supportsObstacleEnablerSearch()
is true.
ObstacleEnablerSearchSession getObstacleEnablerSearchSessionForMap(Id mapId) throws NotFoundException, OperationFailedException
OsidSession
associated with the obstacle
enabler earch service for the given map.mapId
- the Id
of the Map
ObstacleEnablerSearchSession
NotFoundException
- no Map
found by the
given Id
NullArgumentException
- mapId
is
null
OperationFailedException
- unable to complete requestUnimplementedException
-
supportsObstacleEnablerSearch()
or
supportsVisibleFederation()
is false
optional
- This method must be implemented if
supportsObstacleEnablerSearch()
and
supportsVisibleFederation()
are true.
ObstacleEnablerAdminSession getObstacleEnablerAdminSession() throws OperationFailedException
OsidSession
associated with the obstacle
enabler administration service. ObstacleEnablerAdminSession
OperationFailedException
- unable to complete requestUnimplementedException
-
supportsObstacleEnablerAdmin()
is false
optional
- This method must be implemented if
supportsObstacleEnablerAdmin()
is true.
ObstacleEnablerAdminSession getObstacleEnablerAdminSessionForMap(Id mapId) throws NotFoundException, OperationFailedException
OsidSession
associated with the obstacle
enabler administration service for the given map.mapId
- the Id
of the Map
ObstacleEnablerAdminSession
NotFoundException
- no Map
found by the
given Id
NullArgumentException
- mapId
is
null
OperationFailedException
- unable to complete requestUnimplementedException
-
supportsObstacleEnablerAdmin()
or
supportsVisibleFederation()
is false
optional
- This method must be implemented if
supportsObstacleEnablerAdmin()
and
supportsVisibleFederation()
are true.
ObstacleEnablerNotificationSession getObstacleEnablerNotificationSession(ObstacleEnablerReceiver obstacleEnablerReceiver) throws OperationFailedException
OsidSession
associated with the obstacle
enabler notification service.obstacleEnablerReceiver
- the notification callback ObstacleEnablerNotificationSession
NullArgumentException
- obstacleEnablerReceiver
is null
OperationFailedException
- unable to complete requestUnimplementedException
-
supportsObstacleEnablerNotification()
is false
optional
- This method must be implemented if
supportsObstacleEnablerNotification()
is
true.
ObstacleEnablerNotificationSession getObstacleEnablerNotificationSessionForMap(ObstacleEnablerReceiver obstacleEnablerReceiver, Id mapId) throws NotFoundException, OperationFailedException
OsidSession
associated with the obstacle
enabler notification service for the given map.obstacleEnablerReceiver
- the notification callbackmapId
- the Id
of the Map
ObstacleEnablerNotificationSession
NotFoundException
- no map found by the given Id
NullArgumentException
- obstacleEnablerReceiver
or mapId
is null
OperationFailedException
- unable to complete requestUnimplementedException
-
supportsObstacleEnablerNotification()
or
supportsVisibleFederation()
is false
optional
- This method must be implemented if
supportsObstacleEnablerNotification()
and
supportsVisibleFederation()
are true.
ObstacleEnablerMapSession getObstacleEnablerMapSession() throws OperationFailedException
OsidSession
to lookup obstacle enabler/map
mappings for obstacle enablers. ObstacleEnablerMapSession
OperationFailedException
- unable to complete requestUnimplementedException
-
supportsObstacleEnablerMap()
is false
optional
- This method must be implemented if
supportsObstacleEnablerMap()
is true.
ObstacleEnablerMapAssignmentSession getObstacleEnablerMapAssignmentSession() throws OperationFailedException
OsidSession
associated with assigning obstacle
enabler to map. ObstacleEnablerMapAssignmentSession
OperationFailedException
- unable to complete requestUnimplementedException
-
supportsObstacleEnablerMapAssignment()
is false
optional
- This method must be implemented if
supportsObstacleEnablerMapAssignment()
is
true.
ObstacleEnablerSmartMapSession getObstacleEnablerSmartMapSession(Id mapId) throws NotFoundException, OperationFailedException
OsidSession
to manage obstacle enabler smart
map.mapId
- the Id
of the Map
ObstacleEnablerSmartMapSession
NotFoundException
- no Map
found by the
given Id
NullArgumentException
- mapId
is
null
OperationFailedException
- unable to complete requestUnimplementedException
-
supportsObstacleEnablerSmartMap()
is false
optional
- This method must be implemented if
supportsObstacleEnablerSmartMap()
is true.
ObstacleEnablerRuleLookupSession getObstacleEnablerRuleLookupSession() throws OperationFailedException
OsidSession
associated with the obstacle
enabler mapping lookup service for looking up the rules applied to the
obstacle. ObstacleEnablerRuleLookupSession
OperationFailedException
- unable to complete requestUnimplementedException
-
supportsObstacleEnablerRuleLookup()
is false
optional
- This method must be implemented if
supportsObstacleEnablerRuleLookup()
is
true.
ObstacleEnablerRuleLookupSession getObstacleEnablerRuleLookupSessionForMap(Id mapId) throws NotFoundException, OperationFailedException
OsidSession
associated with the obstacle
enabler mapping lookup service for the given map for looking up rules
applied to an obstacle.mapId
- the Id
of the Map
ObstacleEnablerRuleLookupSession
NotFoundException
- no Map
found by the
given Id
NullArgumentException
- mapId
is
null
OperationFailedException
- unable to complete requestUnimplementedException
-
supportsObstacleEnablerRuleLookup()
or
supportsVisibleFederation()
is false
optional
- This method must be implemented if
supportsObstacleEnablerRuleLookup()
and
supportsVisibleFederation()
are true.
ObstacleEnablerRuleApplicationSession getObstacleEnablerRuleApplicationSession() throws OperationFailedException
OsidSession
associated with the obstacle
enabler assignment service to apply to obstacles. ObstacleEnablerRuleApplicationSession
OperationFailedException
- unable to complete requestUnimplementedException
-
supportsObstacleEnablerRuleApplication()
is
false
optional
- This method must be implemented if
supportsObstacleEnablerRuleApplication()
is
true.
ObstacleEnablerRuleApplicationSession getObstacleEnablerRuleApplicationSessionForMap(Id mapId) throws NotFoundException, OperationFailedException
OsidSession
associated with the obstacle
enabler assignment service for the given map to apply to obstacles.mapId
- the Id
of the Map
ObstacleEnablerRuleApplicationSession
NotFoundException
- no Map
found by the
given Id
NullArgumentException
- mapId
is
null
OperationFailedException
- unable to complete requestUnimplementedException
-
supportsObstacleEnablerRuleApplication()
or
supportsVisibleFederation()
is false
optional
- This method must be implemented if
supportsObstacleEnablerRuleApplication()
and
supportsVisibleFederation()
are
true.