Interface InstallationProxyManager

All Superinterfaces:
AutoCloseable, Closeable, InstallationProfile, OsidProfile, OsidProxyManager, OsidProxyManager, Sourceable

public interface InstallationProxyManager extends OsidProxyManager, InstallationProfile

The installation manager provides access to package installation sessions and provides interoperability tests for various aspects of this service. Methods in this manager accept a Proxy for passing information from server environments. The sessions included in this manager are:

  • InstallationLookupSession : a session to look up local installations
  • InstallationQuerySession : a session to query local installations
  • InstallationSearchSession: a session to search local installations
  • InstallationManagementSession : a session to install and remove packages
  • InstallationUpdateSession : a session to get package updates
  • InstallationNotificationSession a session for subscribing to new or deleted installations
  • SiteLookupSession : a session for listing installation sites
  • PackageLookupSession : a session to look up packages
  • PackageQuerySession : a session to query packages
  • PackageSearchSession : a session to search packages
  • PackageAdminSession : a session to create, modify and delete packages
  • PackageNotificationSession : a session to receive messages pertaining to package changes
  • PackageDepotSession : a session for retrieving package and depot mappings
  • PackageDepotAssignmentSession : a session for managing package and depot mappings
  • PackageSmartDepotSession : a session for managing smart depots of packages
  • DepotLookupSession : a session to lookup depots
  • DepotQuerySession : a session to query depots
  • DepotSearchSession : a session to search depots
  • DepotAdminSession : a session to create, modify and delete depots
  • DepotNotificationSession : a session to receive messages pertaining to depot changes
  • DepotHierarchySession : a session to traverse the depot hierarchy
  • DepotHierarchyDesignSession : a session to manage the depot hierarchy