| Package | Description |
|---|---|
| org.gatein.mop.api | |
| org.gatein.mop.api.workspace | |
| org.gatein.mop.api.workspace.link | |
| 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 | Method and Description |
|---|---|
String |
Model.pathOf(WorkspaceObject o) |
| Modifier and Type | Class and Description |
|---|---|
class |
ObjectType<O extends WorkspaceObject>
A type safe interface for the type of a workspace object.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Navigation
A navigation denotes a visual item that display a link to a referenced entity like a page.
|
interface |
Page
A page is a pointer with useful information pointing to a component structure.
|
interface |
Site
A site is a collection of pages and navigations.
|
interface |
Workspace
The workspace.
|
| Modifier and Type | Field and Description |
|---|---|
static ObjectType<WorkspaceObject> |
ObjectType.ANY
.
|
| Modifier and Type | Method and Description |
|---|---|
ObjectType<? extends WorkspaceObject> |
WorkspaceObject.getObjectType()
Returns the object type.
|
| Modifier and Type | Method and Description |
|---|---|
Templatized |
Page.templatize(WorkspaceObject object)
Templatize the provided object.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ContentLink
A link to a content.
|
interface |
Link
Symbolizes a link.
|
interface |
PageLink
A link to a page.
|
interface |
URLLink
A link to an URL.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
UIBody
The ui body denotes a place holder in a user interface structure.
|
interface |
UIComponent |
interface |
UIContainer |
interface |
UIWindow
The window is user interface component that points to a content.
|
Copyright © 2025 JBoss by Red Hat. All Rights Reserved.