public interface MappingPathProxyManager extends OsidProxyManager, MappingPathProfile
The mapping proxy manager provides access to rules sessions and
provides interoperability tests for various aspects of this service.
Methods in this manager pass a Proxy for passing
information from server environments. The sessions included in this
manager are:
PathLookupSession: a session to retrieve paths
PathQuerySession: a session to query for paths
PathSearchSession: a session to search for paths
PathAdminSession: a session to create and delete
paths PathNotificationSession: a session to receive
notifications pertaining to path changes PathMapSession: a session to looking up mappings
of paths to maps PathMapAssignmentSession: a session to manage path
to map mappings PathMapAssignmentSession: a session to manage
dynamic maps of paths PathSpatialSession: a session to query paths
spatially PathSpatialDesignSession: a session to spatially
design paths PathTravelSession: a session to examining a path
for travel ResourcePathNotificationSession: a session to
subscirbe to resources moving across paths ResourceVelocitySession: a session to examine
resource velocities ResourceVelocityUpdateSession: a session to update
resource velocities ResourceVelocityNotificationSession: a session to
subscribe to changes in resource velocities MyPathSession: a session to examine paths and
velocities for the authenticated agent. IntersectionLookupSession: a session to retrieve
intersections IntersectionQuerySession: a session to query for
intersections IntersectionSearchSession: a session to search for
intersections IntersectionAdminSession: a session to create and
delete intersections IntersectionNotificationSession: a session to
receive notifications pertaining to intersection changes IntersectionMapSession: a session to looking up
mappings of intersections to maps IntersectionMapAssignmentSession: a session to
manage intersection to map mappings IntersectionMapAssignmentSession: a session to
manage dynamic maps of intersections SpeedZoneLookupSession: a session to retrieve
speed zones SpeedZoneQuerySession: a session to query for
speed zones SpeedZoneSearchSession: a session to search for
speed zones SpeedZoneAdminSession: a session to create and
delete speed zones SpeedZoneNotificationSession: a session to receive
notifications pertaining to speed zone changes SpeedZoneMapSession: a session to look up speed
zone to map mappings SpeedZoneMapAssignmentSession: a session to manage
speed zone to map mappings SpeedZoneSmartMapSession: a session to manage
dynamic maps of speed zones SignalLookupSession: a session to retrieve signals
SignalQuerySession: a session to query for signals
SignalSearchSession: a session to search for
signals SignalAdminSession: a session to create and delete
signals SignalNotificationSession: a session to receive
notifications pertaining to signal changes SignalMapSession: a session to look up signal to
map mappings SignalMapAssignmentSession: a session to manage
signal to map mappings SignalSmartMapSession: a session to manage dynamic
maps of signals ResourceSignalNotificationSession: a session to
subscribe to signal crossing events ObstacleLookupSession: a session to retrieve
obstacles ObstacleQuerySession: a session to query for
obstacles ObstacleSearchSession: a session to search for
obstacles ObstacleAdminSession: a session to create and
delete obstacles ObstacleNotificationSession: a session to receive
notifications pertaining to obstacles changes ObstacleHierarchySession: a session to examine
obstacles in a hierarchy ObstacleHierarchyAssignmentSession: a session to
traverse the obstacle hierarchy ObstacleMapSession: a session to look up obstacle
to map mappings ObstacleMapAssignmentSession: a session to manage
obstacle to map mappings ObstacleSmartMapSession: a session to manage
dynamic maps of obstacles | Modifier and Type | Method and Description |
|---|---|
IntersectionAdminSession |
getIntersectionAdminSession(Proxy proxy)
Gets the
OsidSession associated with the intersection
administrative service. |
IntersectionAdminSession |
getIntersectionAdminSessionForMap(Id mapId,
Proxy proxy)
Gets the
OsidSession associated with the intersection
administrative service for the given map. |
IntersectionLookupSession |
getIntersectionLookupSession(Proxy proxy)
Gets the
OsidSession associated with the intersection
lookup service. |
IntersectionLookupSession |
getIntersectionLookupSessionForMap(Id mapId,
Proxy proxy)
Gets the
OsidSession associated with the intersection
lookup service for the given map. |
IntersectionMapAssignmentSession |
getIntersectionMapAssignmentSession(Proxy proxy)
Gets the
OsidSession associated with assigning
intersections to maps. |
IntersectionMapSession |
getIntersectionMapSession(Proxy proxy)
Gets the
OsidSession to lookup intersection/map
mappings. |
IntersectionNotificationSession |
getIntersectionNotificationSession(IntersectionReceiver intersectionReceiver,
Proxy proxy)
Gets the
OsidSession associated with the intersection
notification service. |
IntersectionNotificationSession |
getIntersectionNotificationSessionForMap(IntersectionReceiver intersectionReceiver,
Id mapId,
Proxy proxy)
Gets the
OsidSession associated with the intersection
notification service for the given map. |
IntersectionQuerySession |
getIntersectionQuerySession(Proxy proxy)
Gets the
OsidSession associated with the intersection
query service. |
IntersectionQuerySession |
getIntersectionQuerySessionForMap(Id mapId,
Proxy proxy)
Gets the
OsidSession associated with the intersection
query service for the given map. |
IntersectionSearchSession |
getIntersectionSearchSession(Proxy proxy)
Gets the
OsidSession associated with the intersection
search service. |
IntersectionSearchSession |
getIntersectionSearchSessionForMap(Id mapId,
Proxy proxy)
Gets the
OsidSession associated with the intersection
search service for the given map. |
IntersectionSmartMapSession |
getIntersectionSmartMapSession(Id mapId,
Proxy proxy)
Gets the
OsidSession to manage intersection smart maps. |
MappingPathBatchProxyManager |
getMappingPathBatchProxyManager()
Gets a
MappingPathBatchproxyManager. |
MappingPathRulesProxyManager |
getMappingPathRulesProxyManager()
Gets a
MappingPathRulesProxyManager. |
MyPathSession |
getMyPathSession(Proxy proxy)
Gets the
OsidSession associated with the my path
service. |
MyPathSession |
getMyPathSessionForMap(Id mapId,
Proxy proxy)
Gets the
OsidSession associated with the my path
service for the given map. |
ObstacleAdminSession |
getObstacleAdminSession(Proxy proxy)
Gets the
OsidSession associated with the obstacle
administration service. |
ObstacleAdminSession |
getObstacleAdminSessionForMap(Id mapId,
Proxy proxy)
Gets the
OsidSession associated with the obstacle
administration service for the given map. |
ObstacleLookupSession |
getObstacleLookupSession(Proxy proxy)
Gets the
OsidSession associated with the obstacle
lookup service. |
ObstacleLookupSession |
getObstacleLookupSessionForMap(Id mapId,
Proxy proxy)
Gets the
OsidSession associated with the obstacle
lookup service for the given map. |
ObstacleMapAssignmentSession |
getObstacleMapAssignmentSession(Proxy proxy)
Gets the
OsidSession associated with assigning
obstacles to maps. |
ObstacleMapSession |
getObstacleMapSession(Proxy proxy)
Gets the
OsidSession to lookup obstacle/map mappings. |
ObstacleNotificationSession |
getObstacleNotificationSession(ObstacleReceiver obstacleReceiver,
Proxy proxy)
Gets the
OsidSession associated with the obstacle
notification service. |
ObstacleNotificationSession |
getObstacleNotificationSessionForMap(ObstacleReceiver obstacleReceiver,
Id mapId,
Proxy proxy)
Gets the
OsidSession associated with the obstacle
notification service for the given map. |
ObstacleQuerySession |
getObstacleQuerySession(Proxy proxy)
Gets the
OsidSession associated with the obstacle query
service. |
ObstacleQuerySession |
getObstacleQuerySessionForMap(Id mapId,
Proxy proxy)
Gets the
OsidSession associated with the obstacle query
service for the given map. |
ObstacleSearchSession |
getObstacleSearchSession(Proxy proxy)
Gets the
OsidSession associated with the obstacle
search service. |
ObstacleSearchSession |
getObstacleSearchSessionForMap(Id mapId,
Proxy proxy)
Gets the
OsidSession associated with the obstacle
search service for the given map. |
ObstacleSmartMapSession |
getObstacleSmartMapSession(Id mapId,
Proxy proxy)
Gets the
OsidSession to manage locatin smart maps. |
PathAdminSession |
getPathAdminSession(Proxy proxy)
Gets the
OsidSession associated with the path
administration service. |
PathAdminSession |
getPathAdminSessionForMap(Id mapId,
Proxy proxy)
Gets the
OsidSession associated with the path
administration service for the given map. |
PathLookupSession |
getPathLookupSession(Proxy proxy)
Gets the
OsidSession associated with the path lookup
service. |
PathLookupSession |
getPathLookupSessionForMap(Id mapId,
Proxy proxy)
Gets the
OsidSession associated with the path lookup
service for the given map. |
PathMapAssignmentSession |
getPathMapAssignmentSession(Proxy proxy)
Gets the
OsidSession associated with assigning paths to
maps. |
PathMapSession |
getPathMapSession(Proxy proxy)
Gets the
OsidSession to lookup path/map mappings. |
PathNotificationSession |
getPathNotificationSession(PathReceiver pathReceiver,
Proxy proxy)
Gets the
OsidSession associated with the path
notification service. |
PathNotificationSession |
getPathNotificationSessionForMap(PathReceiver pathReceiver,
Id mapId,
Proxy proxy)
Gets the
OsidSession associated with the path
notification service for the given map. |
PathQuerySession |
getPathQuerySession(Proxy proxy)
Gets the
OsidSession associated with the path query
service. |
PathQuerySession |
getPathQuerySessionForMap(Id mapId,
Proxy proxy)
Gets the
OsidSession associated with the path query
service for the given map. |
PathSearchSession |
getPathSearchSession(Proxy proxy)
Gets the
OsidSession associated with the path search
service. |
PathSearchSession |
getPathSearchSessionForMap(Id mapId,
Proxy proxy)
Gets the
OsidSession associated with the path search
service for the given map. |
PathSmartMapSession |
getPathSmartMapSession(Id mapId,
Proxy proxy)
Gets the
OsidSession to manage path smart maps. |
PathSpatialDesignSession |
getPathSpatialDesignSession(Proxy proxy)
Gets the
OsidSession associated with the path spatial
design service. |
PathSpatialDesignSession |
getPathSpatialDesignSessionForMap(Id mapId,
Proxy proxy)
Gets the
OsidSession associated with the path spatial
design service for the given map. |
PathSpatialSession |
getPathSpatialSession(Proxy proxy)
Gets the
OsidSession associated with the path spatial
service. |
PathSpatialSession |
getPathSpatialSessionForMap(Id mapId,
Proxy proxy)
Gets the
OsidSession associated with the path spatial
service for the given map. |
PathTravelSession |
getPathTravelSession(Proxy proxy)
Gets the
OsidSession associated with the path travel
service. |
PathTravelSession |
getPathTravelSessionForMap(Id mapId,
Proxy proxy)
Gets the
OsidSession associated with the path travel
service for the given map. |
ResourcePathNotificationSession |
getResourcePathNotificationSession(ResourcePathReceiver resourcePathReceiver,
Proxy proxy)
Gets the
OsidSession associated with the resource path
notification service. |
ResourcePathNotificationSession |
getResourcePathNotificationSessionForMap(ResourcePathReceiver resourcePathReceiver,
Id mapId,
Proxy proxy)
Gets the
OsidSession associated with the resource path
notification service for the given map. |
ResourceSignalNotificationSession |
getResourceSignalNotificationSession(ResourceVelocityReceiver resourceSignaReceiver,
Proxy proxy)
Gets the
OsidSession associated with the resource
signal notification service. |
ResourceSignalNotificationSession |
getResourceSignaNotificationSessionForMap(ResourceVelocityReceiver resourceSignaReceiver,
Id mapId,
Proxy proxy)
Gets the
OsidSession associated with the resource
signal notification service for the given map. |
ResourceVelocityNotificationSession |
getResourceVelocityNotificationSession(ResourceVelocityReceiver resourceVelocityReceiver,
Proxy proxy)
Gets the
OsidSession associated with the resource
velocity notification service. |
ResourceVelocityNotificationSession |
getResourceVelocityNotificationSessionForMap(ResourceVelocityReceiver resourceVelocityReceiver,
Id mapId,
Proxy proxy)
Gets the
OsidSession associated with the resource
velocity notification service for the given map. |
ResourceVelocitySession |
getResourceVelocitySession(Proxy proxy)
Gets the
OsidSession associated with the resource
velocity service. |
ResourceVelocitySession |
getResourceVelocitySessionForMap(Id mapId,
Proxy proxy)
Gets the
OsidSession associated with the resource
velocity service for the given map. |
ResourceVelocityUpdateSession |
getResourceVelocityUpdateSession(Proxy proxy)
Gets the
OsidSession associated with the resource
velocity update service. |
ResourceVelocityUpdateSession |
getResourceVelocityUpdateSessionForMap(Id mapId,
Proxy proxy)
Gets the
OsidSession associated with the resource
velocity update service for the given map. |
SignalAdminSession |
getSignalAdminSession(Proxy proxy)
Gets the
OsidSession associated with the signal
administration service. |
SignalAdminSession |
getSignalAdminSessionForMap(Id mapId,
Proxy proxy)
Gets the
OsidSession associated with the signal
administration service for the given map. |
SignalLookupSession |
getSignalLookupSession(Proxy proxy)
Gets the
OsidSession associated with the signal lookup
service. |
SignalLookupSession |
getSignalLookupSessionForMap(Id mapId,
Proxy proxy)
Gets the
OsidSession associated with the signal lookup
service for the given map. |
SignalMapAssignmentSession |
getSignalMapAssignmentSession(Proxy proxy)
Gets the
OsidSession associated with assigning signals
to maps. |
SignalMapSession |
getSignalMapSession(Proxy proxy)
Gets the
OsidSession to lookup signal/map mappings. |
SignalNotificationSession |
getSignalNotificationSession(SignalReceiver signalReceiver,
Proxy proxy)
Gets the
OsidSession associated with the signal
notification service. |
SignalNotificationSession |
getSignalNotificationSessionForMap(SignalReceiver signalReceiver,
Id mapId,
Proxy proxy)
Gets the
OsidSession associated with the signal
notification service for the given map. |
SignalQuerySession |
getSignalQuerySession(Proxy proxy)
Gets the
OsidSession associated with the signal query
service. |
SignalQuerySession |
getSignalQuerySessionForMap(Id mapId,
Proxy proxy)
Gets the
OsidSession associated with the signal query
service for the given map. |
SignalSearchSession |
getSignalSearchSession(Proxy proxy)
Gets the
OsidSession associated with the signal search
service. |
SignalSearchSession |
getSignalSearchSessionForMap(Id mapId,
Proxy proxy)
Gets the
OsidSession associated with the signal search
service for the given map. |
SignalSmartMapSession |
getSignalSmartMapSession(Id mapId,
Proxy proxy)
Gets the
OsidSession to manage signal smart maps. |
SpeedZoneAdminSession |
getSpeedZoneAdminSession(Proxy proxy)
Gets the
OsidSession associated with the speed zone
administration service. |
SpeedZoneAdminSession |
getSpeedZoneAdminSessionForMap(Id mapId,
Proxy proxy)
Gets the
OsidSession associated with the speed zone
administration service for the given map. |
SpeedZoneLookupSession |
getSpeedZoneLookupSession(Proxy proxy)
Gets the
OsidSession associated with the speed zone
lookup service. |
SpeedZoneLookupSession |
getSpeedZoneLookupSessionForMap(Id mapId,
Proxy proxy)
Gets the
OsidSession associated with the speed zone
lookup service for the given map. |
SpeedZoneMapAssignmentSession |
getSpeedZoneMapAssignmentSession(Proxy proxy)
Gets the
OsidSession associated with assigning speed
zones to maps. |
SpeedZoneMapSession |
getSpeedZoneMapSession(Proxy proxy)
Gets the
OsidSession to lookup speed zone/map mappings. |
SpeedZoneNotificationSession |
getSpeedZoneNotificationSession(SpeedZoneReceiver speedZoneReceiver,
Proxy proxy)
Gets the
OsidSession associated with the speed zone
notification service. |
SpeedZoneNotificationSession |
getSpeedZoneNotificationSessionForMap(SpeedZoneReceiver speedZoneReceiver,
Id mapId,
Proxy proxy)
Gets the
OsidSession associated with the speed zone
notification service for the given map. |
SpeedZoneQuerySession |
getSpeedZoneQuerySession(Proxy proxy)
Gets the
OsidSession associated with the speed zone
query service. |
SpeedZoneQuerySession |
getSpeedZoneQuerySessionForMap(Id mapId,
Proxy proxy)
Gets the
OsidSession associated with the speed zone
query service for the given map. |
SpeedZoneSearchSession |
getSpeedZoneSearchSession(Proxy proxy)
Gets the
OsidSession associated with the speed zone
search service. |
SpeedZoneSearchSession |
getSpeedZoneSearchSessionForMap(Id mapId,
Proxy proxy)
Gets the
OsidSession associated with the speed zone
search service for the given map. |
SpeedZoneSmartMapSession |
getSpeedZoneSmartMapSession(Id mapId,
Proxy proxy)
Gets the
OsidSession to manage speed zone smart maps. |
changeBranch, initialize, rollbackServiceclosegetIntersectionRecordTypes, getIntersectionSearchRecordTypes, getObstacleRecordTypes, getObstacleSearchRecordTypes, getPathRecordTypes, getPathSearchRecordTypes, getResourceVelocityRecordTypes, getSignalRecordTypes, getSignalSearchRecordTypes, getSpeedZoneRecordTypes, getSpeedZoneSearchRecordTypes, supportsIntersectionAdmin, supportsIntersectionLookup, supportsIntersectionMap, supportsIntersectionMapAssignment, supportsIntersectionNotification, supportsIntersectionQuery, supportsIntersectionRecordType, supportsIntersectionSearch, supportsIntersectionSearchRecordType, supportsIntersectionSmartMap, supportsMappingPathBatch, supportsMappingPathRules, supportsMyPath, supportsObstacleAdmin, supportsObstacleHierarchy, supportsObstacleHierarchyDesign, supportsObstacleLookup, supportsObstacleMap, supportsObstacleMapAssignment, supportsObstacleNotification, supportsObstacleQuery, supportsObstacleRecordType, supportsObstacleSearch, supportsObstacleSearchRecordType, supportsObstacleSmartMap, supportsPathAdmin, supportsPathLookup, supportsPathMap, supportsPathMapAssignment, supportsPathNotification, supportsPathQuery, supportsPathRecordType, supportsPathSearch, supportsPathSearchRecordType, supportsPathSmartMap, supportsPathSpatial, supportsPathSpatialDesign, supportsPathTravel, supportsResourcePathNotification, supportsResourceSignalNotification, supportsResourceVelocity, supportsResourceVelocityNotification, supportsResourceVelocityRecordType, supportsResourceVelocityUpdate, supportsSignalAdmin, supportsSignalLookup, supportsSignalMap, supportsSignalMapAssignment, supportsSignalNotification, supportsSignalQuery, supportsSignalRecordType, supportsSignalSearch, supportsSignalSearchRecordType, supportsSignalSmartMap, supportsSpeedZoneAdmin, supportsSpeedZoneLookup, supportsSpeedZoneMap, supportsSpeedZoneMapAssignment, supportsSpeedZoneNotification, supportsSpeedZoneQuery, supportsSpeedZoneRecordType, supportsSpeedZoneSearch, supportsSpeedZoneSearchRecordType, supportsSpeedZoneSmartMap, supportsVisibleFederationgetBranch, getBranchId, getDescription, getDisplayName, getId, getLocales, getProxyRecordTypes, getReleaseDate, getVersion, supportsJournalBranching, supportsJournalRollback, supportsOSIDVersion, supportsProxyRecordTypegetBranding, getBrandingIds, getLicense, getProvider, getProviderIdPathLookupSession getPathLookupSession(Proxy proxy) throws OperationFailedException
OsidSession associated with the path lookup
service.proxy - a proxy PathLookupSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException - supportsPathLookup()
is false optional - This method must be implemented if
supportsPathLookup() is true. PathLookupSession getPathLookupSessionForMap(Id mapId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the path lookup
service for the given map.mapId - the Id of the Map proxy - a proxy PathLookupSession NotFoundException - no Map found by the
given Id NullArgumentException - mapId or
proxy is null OperationFailedException - unable to complete requestUnimplementedException - supportsPathLookup()
or supportsVisibleFederation() is
false optional - This method must be implemented if
supportsPathLookup() and
supportsVisibleFederation() are true
PathQuerySession getPathQuerySession(Proxy proxy) throws OperationFailedException
OsidSession associated with the path query
service.proxy - a proxy PathQuerySession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException - supportsPathQuery()
is false optional - This method must be implemented if
supportsPathQuery() is true. PathQuerySession getPathQuerySessionForMap(Id mapId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the path query
service for the given map.mapId - the Id of the Map proxy - a proxy PathQuerySession NotFoundException - no Map found by the
given Id NullArgumentException - mapId or
proxy is null OperationFailedException - unable to complete requestUnimplementedException - supportsPathQuery()
or supportsVisibleFederation() is
false optional - This method must be implemented if
supportsPathQuery() and
supportsVisibleFederation() are true
PathSearchSession getPathSearchSession(Proxy proxy) throws OperationFailedException
OsidSession associated with the path search
service.proxy - a proxy PathSearchSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException - supportsPathSearch()
is false optional - This method must be implemented if
supportsPathSearch() is true. PathSearchSession getPathSearchSessionForMap(Id mapId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the path search
service for the given map.mapId - the Id of the Map proxy - a proxy PathSearchSession NotFoundException - no map found by the given Id
NullArgumentException - mapId or
proxy is null OperationFailedException - unable to complete requestUnimplementedException - supportsPathSearch()
or supportsVisibleFederation() is
false optional - This method must be implemented if
supportsPathSearch() and
supportsVisibleFederation() are true
PathAdminSession getPathAdminSession(Proxy proxy) throws OperationFailedException
OsidSession associated with the path
administration service.proxy - a proxy PathAdminSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException - supportsPathAdmin()
is false optional - This method must be implemented if
supportsPathAdmin() is true. PathAdminSession getPathAdminSessionForMap(Id mapId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the path
administration service for the given map.mapId - the Id of the Map proxy - a proxy PathAdminSession NotFoundException - no map found by the given Id
NullArgumentException - mapId or
proxy is null OperationFailedException - unable to complete requestUnimplementedException - supportsPathAdmin()
or supportsVisibleFederation() is
false optional - This method must be implemented if
supportsPathAdmin() and
supportsVisibleFederation() are true
PathNotificationSession getPathNotificationSession(PathReceiver pathReceiver, Proxy proxy) throws OperationFailedException
OsidSession associated with the path
notification service.pathReceiver - the notification callbackproxy - a proxy PathNotificationSession NullArgumentException - pathReceiver or
proxy is null OperationFailedException - unable to complete requestUnimplementedException -
supportsPathNotification() is false optional - This method must be implemented if
supportsPathNotification() is true. PathNotificationSession getPathNotificationSessionForMap(PathReceiver pathReceiver, Id mapId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the path
notification service for the given map.pathReceiver - the notification callbackmapId - the Id of the Map proxy - a proxy PathNotificationSession NotFoundException - no map found by the given Id
NullArgumentException - pathReceiver, mapId
or proxy is null OperationFailedException - unable to complete requestUnimplementedException -
supportsPathNotification() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsPathNotification() and
supportsVisibleFederation() are true
PathMapSession getPathMapSession(Proxy proxy) throws OperationFailedException
OsidSession to lookup path/map mappings.proxy - a proxy PathMapSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException - supportsPathMap()
is false optional - This method must be implemented if
supportsPathMap() is true. PathMapAssignmentSession getPathMapAssignmentSession(Proxy proxy) throws OperationFailedException
OsidSession associated with assigning paths to
maps.proxy - a proxy PathMapAssignmentSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsPathMapAssignment() is false optional - This method must be implemented if
supportsPathMapAssignment() is true.
PathSmartMapSession getPathSmartMapSession(Id mapId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession to manage path smart maps.mapId - the Id of the Map proxy - a proxy PathSmartMapSession NotFoundException - no map found by the given Id
NullArgumentException - mapId or
proxy is null OperationFailedException - unable to complete requestUnimplementedException - supportsPathSmartMap()
is false optional - This method must be implemented if
supportsPathSmartMap() is true. PathSpatialSession getPathSpatialSession(Proxy proxy) throws OperationFailedException
OsidSession associated with the path spatial
service.proxy - a proxy PathSpatialSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException - supportsPathSpatial()
is false optional - This method must be implemented if
supportsPathSpatial() is true. PathSpatialSession getPathSpatialSessionForMap(Id mapId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the path spatial
service for the given map.mapId - the Id of the Map proxy - a proxy PathSpatialSession NotFoundException - no Map found by the
given Id NullArgumentException - mapId or
proxy is null OperationFailedException - unable to complete requestUnimplementedException - supportsPathSpatial()
or supportsVisibleFederation() is
false optional - This method must be implemented if
supportsPathSpatial() and
supportsVisibleFederation() are true
PathSpatialDesignSession getPathSpatialDesignSession(Proxy proxy) throws OperationFailedException
OsidSession associated with the path spatial
design service.proxy - a proxy PathSpatialDesignSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsPathSpatialDesign() is false optional - This method must be implemented if
supportsPathSpatialDsign() is true. PathSpatialDesignSession getPathSpatialDesignSessionForMap(Id mapId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the path spatial
design service for the given map.mapId - the Id of the Map proxy - a proxy PathSpatialDesignSession NotFoundException - no Map found by the
given Id NullArgumentException - mapId or
proxy is null OperationFailedException - unable to complete requestUnimplementedException -
supportsPathSpatialDesign() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsPathSpatialDesign() and
supportsVisibleFederation() are true
PathTravelSession getPathTravelSession(Proxy proxy) throws OperationFailedException
OsidSession associated with the path travel
service.proxy - a proxy PathTravelSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException - supportsPathTravel()
is false optional - This method must be implemented if
supportsPathTravel() is true. PathTravelSession getPathTravelSessionForMap(Id mapId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the path travel
service for the given map.mapId - the Id of the Map proxy - a proxy PathTravelSession NotFoundException - no Map found by the
given Id NullArgumentException - mapId or
proxy is null OperationFailedException - unable to complete requestUnimplementedException - supportsPathTravel()
or supportsVisibleFederation() is
false optional - This method must be implemented if
supportsPathTravel() and
supportsVisibleFederation() are true
ResourcePathNotificationSession getResourcePathNotificationSession(ResourcePathReceiver resourcePathReceiver, Proxy proxy) throws OperationFailedException
OsidSession associated with the resource path
notification service.resourcePathReceiver - the notification callbackproxy - a proxy ResourcePathNotificationSession NullArgumentException - resourcePathReceiver
or proxy is null OperationFailedException - unable to complete requestUnimplementedException -
supportsResourcePathNotification() is false
optional - This method must be implemented if
supportsResourcePathNotification() is true.
ResourcePathNotificationSession getResourcePathNotificationSessionForMap(ResourcePathReceiver resourcePathReceiver, Id mapId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the resource path
notification service for the given map.resourcePathReceiver - the notification callbackmapId - the Id of the Map proxy - a proxy ResourcePathNotificationSession NotFoundException - no map found by the given Id
NullArgumentException - resourcePathReceiver,
mapId or proxy is null OperationFailedException - unable to complete requestUnimplementedException -
supportsResourcePathNotification() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsResourcePathNotification() and
supportsVisibleFederation() are true
ResourceVelocitySession getResourceVelocitySession(Proxy proxy) throws OperationFailedException
OsidSession associated with the resource
velocity service.proxy - a proxy ResourceVelocitySession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsResourceVelocity() is false optional - This method must be implemented if
supportsResourceVelocity() is true. ResourceVelocitySession getResourceVelocitySessionForMap(Id mapId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the resource
velocity service for the given map.mapId - the Id of the Map proxy - a proxy ResourceVelocitySession NotFoundException - no Map found by the
given Id NullArgumentException - mapId or
proxy is null OperationFailedException - unable to complete requestUnimplementedException -
supportsResourceVelocity() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsResourceVelocity() and
supportsVisibleFederation() are true
ResourceVelocityUpdateSession getResourceVelocityUpdateSession(Proxy proxy) throws OperationFailedException
OsidSession associated with the resource
velocity update service.proxy - a proxy ResourceVelocityUpdateSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsResourceVelocityUpdate() is false
optional - This method must be implemented if
supportsResourceVelocityUpdate() is true.
ResourceVelocityUpdateSession getResourceVelocityUpdateSessionForMap(Id mapId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the resource
velocity update service for the given map.mapId - the Id of the Map proxy - a proxy ResourceVelocityUpdateSession NotFoundException - no Map found by the
given Id NullArgumentException - mapId or
proxy is null OperationFailedException - unable to complete requestUnimplementedException -
supportsResourceVelocityUpdate() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsResourceVelocityUpdate() and
supportsVisibleFederation() are true
ResourceVelocityNotificationSession getResourceVelocityNotificationSession(ResourceVelocityReceiver resourceVelocityReceiver, Proxy proxy) throws OperationFailedException
OsidSession associated with the resource
velocity notification service.resourceVelocityReceiver - the notification callbackproxy - a proxy ResourceVelocityNotificationSession NullArgumentException - resourceVelocityReceiver
or proxy is null OperationFailedException - unable to complete requestUnimplementedException -
supportsResourceVelocityNotification() is false
optional - This method must be implemented if
supportsResourceVelocityNotification() is
true. ResourceVelocityNotificationSession getResourceVelocityNotificationSessionForMap(ResourceVelocityReceiver resourceVelocityReceiver, Id mapId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the resource
velocity notification service for the given map.resourceVelocityReceiver - the notification callbackmapId - the Id of the Map proxy - a proxy ResourceVelocityNotificationSession NotFoundException - no map found by the given Id
NullArgumentException -
resourceVelocityReceiver, mapId or proxy
is null OperationFailedException - unable to complete requestUnimplementedException -
supportsResourceVelocityNotification() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsResourceVelocityNotification() and
supportsVisibleFederation() are true
MyPathSession getMyPathSession(Proxy proxy) throws OperationFailedException
OsidSession associated with the my path
service.proxy - a proxy MyPathSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException - supportsMyPath()
is false optional - This method must be implemented if
supportsMyPath() is true. MyPathSession getMyPathSessionForMap(Id mapId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the my path
service for the given map.mapId - the Id of the Map proxy - a proxy MyPathSession NotFoundException - no Map found by the
given Id NullArgumentException - mapId or
proxy is null OperationFailedException - unable to complete requestUnimplementedException - supportsMyPath()
or supportsVisibleFederation() is
false optional - This method must be implemented if
supportsMyPath() and
supportsVisibleFederation() are true
IntersectionLookupSession getIntersectionLookupSession(Proxy proxy) throws OperationFailedException
OsidSession associated with the intersection
lookup service.proxy - a proxy IntersectionLookupSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsIntersectionLookup() is false optional - This method must be implemented if
supportsIntersectionLookup() is true.
IntersectionLookupSession getIntersectionLookupSessionForMap(Id mapId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the intersection
lookup service for the given map.mapId - the Id of the Map proxy - a proxy IntersectionLookupSession NotFoundException - no Map found by the
given Id NullArgumentException - mapId or
proxy is null OperationFailedException - unable to complete requestUnimplementedException -
supportsIntersectionLookup() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsIntersectionLookup() and
supportsVisibleFederation() are true
IntersectionQuerySession getIntersectionQuerySession(Proxy proxy) throws OperationFailedException
OsidSession associated with the intersection
query service.proxy - a proxy IntersectionQuerySession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsIntersectionQuery() is false optional - This method must be implemented if
supportsIntersectionQuery() is true.
IntersectionQuerySession getIntersectionQuerySessionForMap(Id mapId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the intersection
query service for the given map.mapId - the Id of the Map proxy - a proxy IntersectionQuerySession NotFoundException - no Map found by the
given Id NullArgumentException - mapId or
proxy is null OperationFailedException - unable to complete requestUnimplementedException -
supportsIntersectionQuery() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsIntersectionQuery() and
supportsVisibleFederation() are true
IntersectionSearchSession getIntersectionSearchSession(Proxy proxy) throws OperationFailedException
OsidSession associated with the intersection
search service.proxy - a proxy IntersectionSearchSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsIntersectionSearch() is false optional - This method must be implemented if
supportsIntersectionSearch() is true.
IntersectionSearchSession getIntersectionSearchSessionForMap(Id mapId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the intersection
search service for the given map.mapId - the Id of the Map proxy - a proxy IntersectionSearchSession NotFoundException - no map found by the given Id
NullArgumentException - mapId or
proxy is null OperationFailedException - unable to complete requestUnimplementedException -
supportsIntersectionSearch() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsIntersectionSearch() and
supportsVisibleFederation() are true
IntersectionAdminSession getIntersectionAdminSession(Proxy proxy) throws OperationFailedException
OsidSession associated with the intersection
administrative service.proxy - a proxy IntersectionAdminSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsIntersectionAdmin() is false optional - This method must be implemented if
supportsIntersectionAdmin() is true.
IntersectionAdminSession getIntersectionAdminSessionForMap(Id mapId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the intersection
administrative service for the given map.mapId - the Id of the Map proxy - a proxy IntersectionAdminSession NotFoundException - no Map found by the
given Id NullArgumentException - mapId or
proxy is null OperationFailedException - unable to complete requestUnimplementedException -
supportsIntersectionAdmin() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsIntersectionAdmin() and
supportsVisibleFederation() are true
IntersectionNotificationSession getIntersectionNotificationSession(IntersectionReceiver intersectionReceiver, Proxy proxy) throws OperationFailedException
OsidSession associated with the intersection
notification service.intersectionReceiver - the notification callbackproxy - a proxy IntersectionNotificationSession NullArgumentException - intersectionReceiver
or proxy is null OperationFailedException - unable to complete requestUnimplementedException -
supportsIntersectionNotification() is false
optional - This method must be implemented if
supportsIntersectionNotification() is true.
IntersectionNotificationSession getIntersectionNotificationSessionForMap(IntersectionReceiver intersectionReceiver, Id mapId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the intersection
notification service for the given map.intersectionReceiver - the notification callbackmapId - the Id of the Map proxy - a proxy IntersectionNotificationSession NotFoundException - no map found by the given Id
NullArgumentException - intersectionReceiver,
mapId or proxy is null OperationFailedException - unable to complete requestUnimplementedException -
supportsIntersectionNotification() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsIntersectionNotification() and
supportsVisibleFederation() are true
IntersectionMapSession getIntersectionMapSession(Proxy proxy) throws OperationFailedException
OsidSession to lookup intersection/map
mappings.proxy - a proxy IntersectionMapSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsIntersectionMap() is false optional - This method must be implemented if
supportsIntersectionMap() is true. IntersectionMapAssignmentSession getIntersectionMapAssignmentSession(Proxy proxy) throws OperationFailedException
OsidSession associated with assigning
intersections to maps.proxy - a proxy IntersectionMapAssignmentSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsIntersectionMapAssignment() is false
optional - This method must be implemented if
supportsIntersectionMapAssignment() is
true. IntersectionSmartMapSession getIntersectionSmartMapSession(Id mapId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession to manage intersection smart maps.mapId - the Id of the Map proxy - a proxy IntersectionSmartMapSession NotFoundException - no map found by the given Id
NullArgumentException - mapId or
proxy is null OperationFailedException - unable to complete requestUnimplementedException -
supportsIntersectionSmartMap() is false optional - This method must be implemented if
supportsIntersectionSmartMap() is true.
SpeedZoneLookupSession getSpeedZoneLookupSession(Proxy proxy) throws OperationFailedException
OsidSession associated with the speed zone
lookup service.proxy - a proxy SpeedZoneLookupSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsSpeedZoneLookup() is false optional - This method must be implemented if
supportsSpeedZoneLookup() is true. SpeedZoneLookupSession getSpeedZoneLookupSessionForMap(Id mapId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the speed zone
lookup service for the given map.mapId - the Id of the mapproxy - a proxy SpeedZoneLookupSession NotFoundException - no Map found by the
given Id NullArgumentException - mapId or
proxy is null OperationFailedException - unable to complete requestUnimplementedException -
supportsSpeedZoneLookup() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsSpeedZoneLookup() and
supportsVisibleFederation() are true
SpeedZoneQuerySession getSpeedZoneQuerySession(Proxy proxy) throws OperationFailedException
OsidSession associated with the speed zone
query service.proxy - a proxy SpeedZoneQuerySession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsSpeedZoneQuery() is false optional - This method must be implemented if
supportsSpeedZoneQuery() is true. SpeedZoneQuerySession getSpeedZoneQuerySessionForMap(Id mapId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the speed zone
query service for the given map.mapId - the Id of the mapproxy - a proxy SpeedZoneQuerySession NotFoundException - no Map found by the
given Id NullArgumentException - mapId or
proxy is null OperationFailedException - unable to complete requestUnimplementedException -
supportsSpeedZoneQuery() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsSpeedZoneQuery() and
supportsVisibleFederation() are true
SpeedZoneSearchSession getSpeedZoneSearchSession(Proxy proxy) throws OperationFailedException
OsidSession associated with the speed zone
search service.proxy - a proxy SpeedZoneSearchSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsSpeedZoneSearch() is false optional - This method must be implemented if
supportsSpeedZoneSearch() is true. SpeedZoneSearchSession getSpeedZoneSearchSessionForMap(Id mapId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the speed zone
search service for the given map.mapId - the Id of the Map proxy - a proxy SpeedZoneSearchSession NotFoundException - no map found by the given Id
NullArgumentException - mapId or
proxy is null OperationFailedException - unable to complete requestUnimplementedException -
supportsSpeedZoneSearch() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsSpeedZoneSearch() and
supportsVisibleFederation() are true
SpeedZoneAdminSession getSpeedZoneAdminSession(Proxy proxy) throws OperationFailedException
OsidSession associated with the speed zone
administration service.proxy - a proxy SpeedZoneAdminSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsSpeedZoneAdmin() is false optional - This method must be implemented if
supportsSpeedZoneAdmin() is true. SpeedZoneAdminSession getSpeedZoneAdminSessionForMap(Id mapId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the speed zone
administration service for the given map.mapId - the Id of the Map proxy - a proxy SpeedZoneAdminSession NotFoundException - no map found by the given Id
NullArgumentException - mapId or
proxy is null OperationFailedException - unable to complete requestUnimplementedException -
supportsSpeedZoneAdmin() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsSpeedZoneAdmin() and
supportsVisibleFederation() are true
SpeedZoneNotificationSession getSpeedZoneNotificationSession(SpeedZoneReceiver speedZoneReceiver, Proxy proxy) throws OperationFailedException
OsidSession associated with the speed zone
notification service.speedZoneReceiver - the notification callbackproxy - a proxy SpeedZoneNotificationSession NullArgumentException - speedZoneReceiver
or proxy is null OperationFailedException - unable to complete requestUnimplementedException -
supportsSpeedZoneNotification() is false
optional - This method must be implemented if
supportsSpeedZoneNotification() is true.
SpeedZoneNotificationSession getSpeedZoneNotificationSessionForMap(SpeedZoneReceiver speedZoneReceiver, Id mapId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the speed zone
notification service for the given map.speedZoneReceiver - the notification callbackmapId - the Id of the Map proxy - a proxy SpeedZoneNotificationSession NotFoundException - no map found by the given Id
NullArgumentException - speedZoneReceiver, mapId
or proxy is null OperationFailedException - unable to complete requestUnimplementedException -
supportsSpeedZoneNotification() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsSpeedZoneNotification() and
supportsVisibleFederation() are true
SpeedZoneMapSession getSpeedZoneMapSession(Proxy proxy) throws OperationFailedException
OsidSession to lookup speed zone/map mappings.proxy - a proxy SpeedZoneMapSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException - supportsSpeedZoneMap()
is false optional - This method must be implemented if
supportsSpeedZoneMap() is true. SpeedZoneMapAssignmentSession getSpeedZoneMapAssignmentSession(Proxy proxy) throws OperationFailedException
OsidSession associated with assigning speed
zones to maps.proxy - a proxy SpeedZoneMapAssignmentSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsSpeedZoneMapAssignment() is false
optional - This method must be implemented if
supportsSpeedZoneMapAssignment() is true.
SpeedZoneSmartMapSession getSpeedZoneSmartMapSession(Id mapId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession to manage speed zone smart maps.mapId - the Id of the Map proxy - a proxy SpeedZoneSmartMapSession NotFoundException - no map found by the given Id
NullArgumentException - mapId or
proxy is null OperationFailedException - unable to complete requestUnimplementedException -
supportsSpeedZoneSmartMap() is false optional - This method must be implemented if
supportsSpeedZoneSmartMap() is true.
SignalLookupSession getSignalLookupSession(Proxy proxy) throws OperationFailedException
OsidSession associated with the signal lookup
service.proxy - a proxy SignalLookupSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException - supportsSignalLookup()
is false optional - This method must be implemented if
supportsSignalLookup() is true. SignalLookupSession getSignalLookupSessionForMap(Id mapId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the signal lookup
service for the given map.mapId - the Id of the mapproxy - a proxy SignalLookupSession NotFoundException - no Map found by the
given Id NullArgumentException - mapId or
proxy is null OperationFailedException - unable to complete requestUnimplementedException - supportsSignalLookup()
or supportsVisibleFederation() is
false optional - This method must be implemented if
supportsSignalLookup() and
supportsVisibleFederation() are true
SignalQuerySession getSignalQuerySession(Proxy proxy) throws OperationFailedException
OsidSession associated with the signal query
service.proxy - a proxy SignalQuerySession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException - supportsSignalQuery()
is false optional - This method must be implemented if
supportsSignalQuery() is true. SignalQuerySession getSignalQuerySessionForMap(Id mapId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the signal query
service for the given map.mapId - the Id of the mapproxy - a proxy SignalQuerySession NotFoundException - no Map found by the
given Id NullArgumentException - mapId or
proxy is null OperationFailedException - unable to complete requestUnimplementedException - supportsSignalQuery()
or supportsVisibleFederation() is
false optional - This method must be implemented if
supportsSignalQuery() and
supportsVisibleFederation() are true
SignalSearchSession getSignalSearchSession(Proxy proxy) throws OperationFailedException
OsidSession associated with the signal search
service.proxy - a proxy SignalSearchSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException - supportsSignalSearch()
is false optional - This method must be implemented if
supportsSignalSearch() is true. SignalSearchSession getSignalSearchSessionForMap(Id mapId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the signal search
service for the given map.mapId - the Id of the Map proxy - a proxy SignalSearchSession NotFoundException - no map found by the given Id
NullArgumentException - mapId or
proxy is null OperationFailedException - unable to complete requestUnimplementedException - supportsSignalSearch()
or supportsVisibleFederation() is
false optional - This method must be implemented if
supportsSignalSearch() and
supportsVisibleFederation() are true
SignalAdminSession getSignalAdminSession(Proxy proxy) throws OperationFailedException
OsidSession associated with the signal
administration service.proxy - a proxy SignalAdminSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException - supportsSignalAdmin()
is false optional - This method must be implemented if
supportsSignalAdmin() is true. SignalAdminSession getSignalAdminSessionForMap(Id mapId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the signal
administration service for the given map.mapId - the Id of the Map proxy - a proxy SignalAdminSession NotFoundException - no map found by the given Id
NullArgumentException - mapId or
proxy is null OperationFailedException - unable to complete requestUnimplementedException - supportsSignalAdmin()
or supportsVisibleFederation() is
false optional - This method must be implemented if
supportsSignalAdmin() and
supportsVisibleFederation() are true
SignalNotificationSession getSignalNotificationSession(SignalReceiver signalReceiver, Proxy proxy) throws OperationFailedException
OsidSession associated with the signal
notification service.signalReceiver - the notification callbackproxy - a proxy SignalNotificationSession NullArgumentException - signalReceiver
or proxy is null OperationFailedException - unable to complete requestUnimplementedException -
supportsSignalNotification() is false optional - This method must be implemented if
supportsSignalNotification() is true.
SignalNotificationSession getSignalNotificationSessionForMap(SignalReceiver signalReceiver, Id mapId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the signal
notification service for the given map.signalReceiver - the notification callbackmapId - the Id of the Map proxy - a proxy SignalNotificationSession NotFoundException - no map found by the given Id
NullArgumentException - signalReceiver, mapId
or proxy is null OperationFailedException - unable to complete requestUnimplementedException -
supportsSignalNotification() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsSignalNotification() and
supportsVisibleFederation() are true
SignalMapSession getSignalMapSession(Proxy proxy) throws OperationFailedException
OsidSession to lookup signal/map mappings.proxy - a proxy SignalMapSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException - supportsSignalMap()
is false optional - This method must be implemented if
supportsSignalMap() is true. SignalMapAssignmentSession getSignalMapAssignmentSession(Proxy proxy) throws OperationFailedException
OsidSession associated with assigning signals
to maps.proxy - a proxy SignalMapAssignmentSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsSignalMapAssignment() is false optional - This method must be implemented if
supportsSignalMapAssignment() is true.
SignalSmartMapSession getSignalSmartMapSession(Id mapId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession to manage signal smart maps.mapId - the Id of the Map proxy - a proxy SignalSmartMapSession NotFoundException - no map found by the given Id
NullArgumentException - mapId or
proxy is null OperationFailedException - unable to complete requestUnimplementedException -
supportsSignalSmartMap() is false optional - This method must be implemented if
supportsSignalSmartMap() is true. ResourceSignalNotificationSession getResourceSignalNotificationSession(ResourceVelocityReceiver resourceSignaReceiver, Proxy proxy) throws OperationFailedException
OsidSession associated with the resource
signal notification service.resourceSignaReceiver - the notification callbackproxy - a proxy ResourceSignaNotificationSession NullArgumentException - resourceSignaReceiver
or proxy is null OperationFailedException - unable to complete requestUnimplementedException -
supportsResourceSignaNotification() is false
optional - This method must be implemented if
supportsResourceSignaNotification() is
true. ResourceSignalNotificationSession getResourceSignaNotificationSessionForMap(ResourceVelocityReceiver resourceSignaReceiver, Id mapId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the resource
signal notification service for the given map.resourceSignaReceiver - the notification callbackmapId - the Id of the Map proxy - a proxy ResourceSignaNotificationSession NotFoundException - no map found by the given Id
NullArgumentException - resourceSignaReceiver,
mapId, or proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsResourceSignaNotification() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsResourceSignaNotification() and
supportsVisibleFederation() are true
ObstacleLookupSession getObstacleLookupSession(Proxy proxy) throws OperationFailedException
OsidSession associated with the obstacle
lookup service.proxy - a proxy ObstacleLookupSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsObstacleLookup() is false optional - This method must be implemented if
supportsObstacleLookup() is true. ObstacleLookupSession getObstacleLookupSessionForMap(Id mapId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the obstacle
lookup service for the given map.mapId - the Id of the mapproxy - a proxy ObstacleLookupSession NotFoundException - no Map found by the
given Id NullArgumentException - mapId or
proxy is null OperationFailedException - unable to complete requestUnimplementedException -
supportsObstacleLookup() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsObstacleLookup() and
supportsVisibleFederation() are true
ObstacleQuerySession getObstacleQuerySession(Proxy proxy) throws OperationFailedException
OsidSession associated with the obstacle query
service.proxy - a proxy ObstacleQuerySession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException - supportsObstacleQuery()
is false optional - This method must be implemented if
supportsObstacleQuery() is true. ObstacleQuerySession getObstacleQuerySessionForMap(Id mapId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the obstacle query
service for the given map.mapId - the Id of the Map proxy - a proxy ObstacleQuerySession NotFoundException - no map found by the given Id
NullArgumentException - mapId or
proxy is null OperationFailedException - unable to complete requestUnimplementedException - supportsObstacleQuery()
or supportsVisibleFederation() is
false optional - This method must be implemented if
supportsObstacleQuery() and
supportsVisibleFederation() are true
ObstacleSearchSession getObstacleSearchSession(Proxy proxy) throws OperationFailedException
OsidSession associated with the obstacle
search service.proxy - a proxy ObstacleSearchSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsObstacleSearch() is false optional - This method must be implemented if
supportsObstacleSearch() is true. ObstacleSearchSession getObstacleSearchSessionForMap(Id mapId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the obstacle
search service for the given map.mapId - the Id of the Map proxy - a proxy ObstacleSearchSession NotFoundException - no map found by the given Id
NullArgumentException - mapId or
proxy is null OperationFailedException - unable to complete requestUnimplementedException -
supportsObstacleSearch() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsObstacleSearch() and
supportsVisibleFederation() are true
ObstacleAdminSession getObstacleAdminSession(Proxy proxy) throws OperationFailedException
OsidSession associated with the obstacle
administration service.proxy - a proxy ObstacleAdminSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException - supportsObstacleAdmin()
is false optional - This method must be implemented if
supportsObstacleAdmin() is true. ObstacleAdminSession getObstacleAdminSessionForMap(Id mapId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the obstacle
administration service for the given map.mapId - the Id of the Map proxy - a proxy ObstacleAdminSession NotFoundException - no map found by the given Id
NullArgumentException - mapId or
proxy is null OperationFailedException - unable to complete requestUnimplementedException - supportsObstacleAdmin()
or supportsVisibleFederation() is
false optional - This method must be implemented if
supportsObstacleAdmin() and
supportsVisibleFederation() are true
ObstacleNotificationSession getObstacleNotificationSession(ObstacleReceiver obstacleReceiver, Proxy proxy) throws OperationFailedException
OsidSession associated with the obstacle
notification service.obstacleReceiver - the notification callbackproxy - a proxy ObstacleNotificationSession NullArgumentException - obstacleReceiver
or proxy is null OperationFailedException - unable to complete requestUnimplementedException -
supportsObstacleNotification() is false optional - This method must be implemented if
supportsObstacleNotification() is true.
ObstacleNotificationSession getObstacleNotificationSessionForMap(ObstacleReceiver obstacleReceiver, Id mapId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the obstacle
notification service for the given map.obstacleReceiver - the notification callbackmapId - the Id of the Map proxy - a proxy ObstacleNotificationSession NotFoundException - no map found by the given Id
NullArgumentException - obstacleReceiver, mapId,
or proxy is null OperationFailedException - unable to complete requestUnimplementedException -
supportsObstacleNotification() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsObstacleNotification() and
supportsVisibleFederation() are true
ObstacleMapSession getObstacleMapSession(Proxy proxy) throws OperationFailedException
OsidSession to lookup obstacle/map mappings.proxy - a proxy ObstacleMapSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException - supportsObstacleMap()
is false optional - This method must be implemented if
supportsObstacleMap() is true. ObstacleMapAssignmentSession getObstacleMapAssignmentSession(Proxy proxy) throws OperationFailedException
OsidSession associated with assigning
obstacles to maps.proxy - a proxy ObstacleMapAssignmentSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsObstacleMapAssignment() is false
optional - This method must be implemented if
supportsObstacleMapAssignment() is true.
ObstacleSmartMapSession getObstacleSmartMapSession(Id mapId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession to manage locatin smart maps.mapId - the Id of the Map proxy - a proxy ObstacleSmartMapSession NotFoundException - no map found by the given Id
NullArgumentException - mapId or proxy is null
OperationFailedException - unable to complete requestUnimplementedException -
supportsObstacleSmartMap() is false optional - This method must be implemented if
supportsObstacleSmartMap() is true. MappingPathBatchProxyManager getMappingPathBatchProxyManager() throws OperationFailedException
MappingPathBatchproxyManager. MappingPathBatchProxyManager OperationFailedException - unable to complete requestUnimplementedException -
supportsMappingPathBatch() is false optional - This method must be implemented if
supportsMappingPathBatch() is true. MappingPathRulesProxyManager getMappingPathRulesProxyManager() throws OperationFailedException
MappingPathRulesProxyManager. MappingPathRulesProxyManager OperationFailedException - unable to complete requestUnimplementedException -
supportsMappingPathRules() is false optional - This method must be implemented if
supportsMappingPathRules() is true.