| Package | Description |
|---|---|
| org.gatein.mop.api | |
| org.gatein.mop.api.workspace | |
| org.gatein.mop.api.workspace.ui |
| Modifier and Type | Method and Description |
|---|---|
<O extends WorkspaceObject> |
Model.findObject(ObjectType<O> type,
String statement) |
<O extends WorkspaceObject> |
Model.findObjectById(ObjectType<O> type,
String id)
Returns a specified object or null if it cannot be found.
|
<O extends WorkspaceObject> |
Model.findObjectByPath(ObjectType<? extends O> type,
String path) |
| Modifier and Type | Field and Description |
|---|---|
static ObjectType<WorkspaceObject> |
ObjectType.ANY
.
|
static ObjectType<UIBody> |
ObjectType.BODY
.
|
static ObjectType<UIComponent> |
ObjectType.COMPONENT
.
|
static ObjectType<UIContainer> |
ObjectType.CONTAINER
.
|
static ObjectType<Site> |
ObjectType.GROUP_SITE
.
|
static ObjectType<Navigation> |
ObjectType.NAVIGATION
.
|
static ObjectType<Page> |
ObjectType.PAGE
.
|
static ObjectType<PageLink> |
ObjectType.PAGE_LINK
.
|
static ObjectType<Site> |
ObjectType.PORTAL_SITE
.
|
static ObjectType<Site> |
ObjectType.SITE
.
|
static ObjectType<URLLink> |
ObjectType.URL_LINK
.
|
static ObjectType<Site> |
ObjectType.USER_SITE
.
|
static ObjectType<UIWindow> |
ObjectType.WINDOW
.
|
static ObjectType<Workspace> |
ObjectType.WORKSPACE
.
|
| Modifier and Type | Method and Description |
|---|---|
ObjectType<? extends Page> |
Page.getObjectType()
Returns the page type.
|
ObjectType<? extends Site> |
Site.getObjectType()
Returns a type that extends the site.
|
ObjectType<? extends Navigation> |
Navigation.getObjectType()
Extends the object type to navigation.
|
ObjectType<? extends WorkspaceObject> |
WorkspaceObject.getObjectType()
Returns the object type.
|
| 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.
|
boolean |
ObjectType.isAssignableFrom(ObjectType<?> other) |
<L extends Link> |
Navigation.linkTo(ObjectType<L> linkType)
Link the navigation to a specifed type and returns the corresponding link subclass that
allows the configuration of the link.
|
| Modifier and Type | Method and Description |
|---|---|
ObjectType<? extends UIComponent> |
UIComponent.getObjectType() |
| Modifier and Type | Method and Description |
|---|---|
<T extends UIComponent> |
UIContainer.add(int index,
ObjectType<T> componentType,
String componentName) |
<T extends UIComponent> |
UIContainer.add(ObjectType<T> componentType,
String componentName) |
Copyright © 2025 JBoss by Red Hat. All Rights Reserved.