Interface MappingManager

All Superinterfaces:
AutoCloseable, Closeable, MappingProfile, OsidManager, OsidManager, OsidProfile, Sourceable

public interface MappingManager extends OsidManager, MappingProfile

The mapping manager provides access to mapping sessions and provides interoperability tests for various aspects of this service. The sessions included in this manager are:

  • LocationLookupSession : a session to retrieve locations
  • LocationQuerySession : a session to query for locations
  • LocationSearchSession : a session to search for locations
  • LocationAdminSession : a session to create and delete locations
  • LocationNotificationSession : a session to receive notifications pertaining to location changes
  • LocationHierarchySession : a session to examine locations in a hierarchy
  • LocationHierarchyAssignmentSession : a session to traverse the location hierarchy
  • LocationMapSession : a session to look up location to map mappings
  • LocationMapAssignmentSession : a session to manage location to map mappings
  • LocationSmartMapSession : a session to manage dynamic maps of locations
  • LocationAdjacencySession : a session to query neighboring locations
  • LocationSpatialSession : a session to lookup locations spatially
  • ResourceLocationSession : a session query resources at locations
  • ResourceLocationUpdateSession : a session to assign resources to locations
  • ResourceLocationNotificationSession : a session to subscribe to notifications when resources move among locations
  • ResourcePositionNotificationSession : a session to subscribe to notifications when resources change positions
  • MyLocationSession : a session to query locations for the user agent
  • MapLookupSession : a session to retrieve maps
  • MapQuerySession : a session to search for maps
  • MapSearchSession : a session to search for maps
  • MapAdminSession : a session to create and delete maps
  • MapNotificationSession : a session to receive notifications pertaining to map changes
  • MapHierarchySession : a session to traverse a hierarchy of map
  • MapHierarchyDesignSession : a session to manage a map hierarchy