Uses of Class
org.gatein.mop.api.content.ContentType

Packages that use ContentType
org.gatein.mop.api.content   
org.gatein.mop.api.workspace   
org.gatein.mop.api.workspace.ui   
 

Uses of ContentType in org.gatein.mop.api.content
 

Methods in org.gatein.mop.api.content that return ContentType
 ContentType<S> Customization.getType()
          Returns the content type this customization refers to.
 ContentType<S> Content.getType()
          Returns the content type.
 

Methods in org.gatein.mop.api.content with parameters of type ContentType
<S> Content<S>
ContentManager.getContent(ContentType<S> contentType, String contentId)
          Returns the representation of a specified content or null if it cannot be found.
 

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

Methods in org.gatein.mop.api.workspace with parameters of type ContentType
<S> Customization<S>
WorkspaceCustomizationContext.customize(String name, ContentType<S> contentType, String contentId, S state)
          Configure a root customization for the specified content.
 

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

Methods in org.gatein.mop.api.workspace.ui with parameters of type ContentType
<S> Customization<S>
UIWindow.customize(ContentType<S> contentType, String contentId, S state)
          Customizes the specified content.
 



Copyright © 2009 eXo Platform SAS. All Rights Reserved.