Uses of Class
org.gatein.mop.api.workspace.ObjectType

Packages that use ObjectType
org.gatein.mop.api.workspace   
org.gatein.mop.api.workspace.ui   
 

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

Fields in org.gatein.mop.api.workspace declared as ObjectType
static ObjectType<WorkspaceObject> ObjectType.ANY
          .
static ObjectType<UIBody> ObjectType.BODY
          .
static ObjectType<UIComponent> ObjectType.COMPONENT
          .
static ObjectType<Page> ObjectType.CONFIGURATION
          .
static ObjectType<UIContainer> ObjectType.CONTAINER
          .
static ObjectType<Page> ObjectType.CONTENT
          .
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.SHARED_SITE
          .
static ObjectType<Site> ObjectType.SITE
          .
static ObjectType<Page> ObjectType.TEMPLATE
          .
static ObjectType<URLLink> ObjectType.URL_LINK
          .
static ObjectType<Site> ObjectType.USER_SITE
          .
static ObjectType<UIWindow> ObjectType.WINDOW
          .
static ObjectType<Workspace> ObjectType.WORKSPACE
          .
 

Methods in org.gatein.mop.api.workspace that return ObjectType
 ObjectType<? extends WorkspaceObject> WorkspaceObject.getObjectType()
          Returns the object type.
 ObjectType<? extends Site> Site.getObjectType()
          Returns a type that extends the site.
 ObjectType<? extends Page> Page.getObjectType()
          Returns the page type.
 ObjectType<? extends Navigation> Navigation.getObjectType()
          Extends the object type to navigation.
 

Methods in org.gatein.mop.api.workspace with parameters of type ObjectType
<S extends Site>
S
Workspace.addSite(ObjectType<S> siteType, String name)
          Creates a new site.
<O extends WorkspaceObject>
O
Workspace.getObject(ObjectType<O> type, String id)
          Returns a specified object or null if it cannot be found.
<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.
<T extends TemplatizedObject>
Collection<? extends T>
Page.getTemplatizedObjects(ObjectType<T> templatizedType)
          Returns the templatized objects for this page.
 boolean ObjectType.isAssignableFrom(ObjectType<?> other)
           
<L extends Link>
L
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.
 

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

Methods in org.gatein.mop.api.workspace.ui that return ObjectType
 ObjectType<? extends UIComponent> UIComponent.getObjectType()
           
 

Methods in org.gatein.mop.api.workspace.ui with parameters of type ObjectType
<T extends UIComponent>
T
UIContainer.addChild(ObjectType<T> componentType, String componentName)
           
<T extends UIComponent>
T
UIContainer.getChild(ObjectType<T> componentType, String componentName)
           
 



Copyright © 2009 eXo Platform SAS. All Rights Reserved.