Uses of Interface
org.osid.installation.Site

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

    Methods in org.osid.installation that return Site
    Modifier and Type
    Method
    Description
    SiteList.getNextSite()
    Gets the next Site in this list.
    SiteList.getNextSites(long n)
    Gets the next set of Site elements in this list which must be less than or equal to the return from available() .
    Installation.getSite()
    Gets the Site in which this installation is installed.
    InstallationLookupSession.getSite()
    Gets the Site associated with this session.
    InstallationManagementSession.getSite()
    Gets the Site associated with this session.
    InstallationNotificationSession.getSite()
    Gets the Site associated with this session.
    InstallationQuerySession.getSite()
    Gets the Site associated with this session.
    InstallationUpdateSession.getSite()
    Gets the Site associated with this session.
    SiteLookupSession.getSite(Id siteId)
    Gets the Site specified by its Id .