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

Packages that use WorkspaceObject
org.gatein.mop.api.workspace   
org.gatein.mop.api.workspace.link   
org.gatein.mop.api.workspace.ui   
 

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

Classes in org.gatein.mop.api.workspace with type parameters of type WorkspaceObject
 class ObjectType<O extends WorkspaceObject>
          A type safe interface for the type of a workspace object.
 

Subinterfaces of WorkspaceObject in org.gatein.mop.api.workspace
 interface Navigation
           
 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 TemplatizedObject
          A workspace object that can use a template.
 interface Workspace
          The workspace.
 

Fields in org.gatein.mop.api.workspace with type parameters of type WorkspaceObject
static ObjectType<WorkspaceObject> ObjectType.ANY
          .
 

Methods in org.gatein.mop.api.workspace with type parameters of type WorkspaceObject
<O extends WorkspaceObject>
O
Workspace.getObject(ObjectType<O> type, String id)
          Returns a specified object or null if it cannot be found.
 

Methods in org.gatein.mop.api.workspace that return types with arguments of type WorkspaceObject
 ObjectType<? extends WorkspaceObject> WorkspaceObject.getObjectType()
          Returns the object type.
 

Uses of WorkspaceObject in org.gatein.mop.api.workspace.link
 

Subinterfaces of WorkspaceObject in org.gatein.mop.api.workspace.link
 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.
 

Uses of WorkspaceObject in org.gatein.mop.api.workspace.ui
 

Subinterfaces of WorkspaceObject in org.gatein.mop.api.workspace.ui
 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 © 2009 eXo Platform SAS. All Rights Reserved.