| Package | Description |
|---|---|
| org.gatein.mop.api.workspace |
| Modifier and Type | Field and Description |
|---|---|
static ObjectType<Site> |
ObjectType.GROUP_SITE
.
|
static ObjectType<Site> |
ObjectType.PORTAL_SITE
.
|
static ObjectType<Site> |
ObjectType.SITE
.
|
static ObjectType<Site> |
ObjectType.USER_SITE
.
|
| Modifier and Type | Method and Description |
|---|---|
<S extends Site> |
Workspace.addSite(ObjectType<S> siteType,
String name)
Creates a new site.
|
<S extends Site> |
Workspace.getSite(ObjectType<S> siteType,
String siteName)
Returns a specified site or null if it cannot be found.
|
<S extends Site> |
Workspace.getSites(ObjectType<S> siteType)
Returns the sites of a given type.
|
| Modifier and Type | Method and Description |
|---|---|
Site |
Page.getSite()
Returns the site that owns the page.
|
Site |
Navigation.getSite()
Returns the site this navigation belongs to
|
| Modifier and Type | Method and Description |
|---|---|
ObjectType<? extends Site> |
Site.getObjectType()
Returns a type that extends the site.
|
Collection<Site> |
Workspace.getSites()
Returns all the sites.
|
Copyright © 2025 JBoss by Red Hat. All Rights Reserved.