Uses of Interface
org.osid.installation.Depot

Packages that use Depot
Package
Description
The Open Service Interface Definitions for the org.osid.installation service.
  • Uses of Depot in org.osid.installation

    Methods in org.osid.installation that return Depot
    Modifier and Type
    Method
    Description
    DepotAdminSession.createDepot(DepotForm depotForm)
    Creates a new Depot.
    DepotLookupSession.getDepot(Id depotId)
    Gets the Depot specified by its Id.
    DepotNode.getDepot()
    Gets the Depot at this node.
    Installation.getDepot()
    Gets the depot from which the package was installed.
    InstallationPackageAdminSession.getDepot()
    Gets the Depot associated with this session.
    InstallationPackageLookupSession.getDepot()
    Gets the Depot associated with this session.
    InstallationPackageNotificationSession.getDepot()
    Gets the Depot associated with this session.
    InstallationPackageQuerySession.getDepot()
    Gets the Depot associated with this session.
    InstallationPackageSmartDepotSession.getDepot()
    Gets the Depot associated with this session.
    DepotList.getNextDepot()
    Gets the next Depot in this list.
    DepotList.getNextDepots(long n)
    Gets the next set of Depot elements in this list which must be less than or equal to the return from available().