Uses of Interface
org.gatein.mop.api.workspace.Site

Packages that use Site
org.gatein.mop.api.workspace   
 

Uses of Site in org.gatein.mop.api.workspace
 

Fields in org.gatein.mop.api.workspace with type parameters of type Site
static ObjectType<Site> ObjectType.GROUP_SITE
          .
static ObjectType<Site> ObjectType.PORTAL_SITE
          .
static ObjectType<Site> ObjectType.SHARED_SITE
          .
static ObjectType<Site> ObjectType.SITE
          .
static ObjectType<Site> ObjectType.USER_SITE
          .
 

Methods in org.gatein.mop.api.workspace with type parameters of type Site
<S extends Site>
S
Workspace.addSite(ObjectType<S> siteType, String name)
          Creates a new site.
<S extends Site>
S
Workspace.getSite(ObjectType<S> siteType, String siteName)
          Returns a specified site or null if it cannot be found.
<S extends Site>
Collection<S>
Workspace.getSites(ObjectType<S> siteType)
          Returns the sites of a given type.
 

Methods in org.gatein.mop.api.workspace that return Site
 Site Workspace.getSharedSite()
          Returns the default share site.
 Site Page.getSite()
          Returns the site that owns the page.
 Site Navigation.getSite()
          Returns the site this navigation belongs to
 

Methods in org.gatein.mop.api.workspace that return types with arguments of type Site
 ObjectType<? extends Site> Site.getObjectType()
          Returns a type that extends the site.
 Collection<Site> Workspace.getSites()
          Returns all the sites.
 



Copyright © 2009 eXo Platform SAS. All Rights Reserved.