Uses of Interface
org.gatein.mop.api.content.Content

Packages that use Content
org.gatein.mop.api.content   
org.gatein.mop.api.workspace.link   
 

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

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

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

Methods in org.gatein.mop.api.workspace.link that return Content
 Content ContentLink.getContent()
          Returns the link to a content.
 

Methods in org.gatein.mop.api.workspace.link with parameters of type Content
 void ContentLink.setContent(Content content)
          Updates the content linked.
 



Copyright © 2009 eXo Platform SAS. All Rights Reserved.