Uses of Interface
org.apache.portals.graffito.model.core.Content

Packages that use Content
org.apache.portals.graffito.model.core   
org.apache.portals.graffito.model.dm   
org.apache.portals.graffito.services.core   
 

Uses of Content in org.apache.portals.graffito.model.core
 

Subinterfaces of Content in org.apache.portals.graffito.model.core
 interface VersionnedContent
          CMS Content interface.
 

Uses of Content in org.apache.portals.graffito.model.dm
 

Subinterfaces of Content in org.apache.portals.graffito.model.dm
 interface Document
          CMS Document interface.
 

Uses of Content in org.apache.portals.graffito.services.core
 

Methods in org.apache.portals.graffito.services.core that return Content
 Content ContentModelService.createContent()
          Factory to create a new empty generic content object.
 Content ContentModelService.createContent(java.lang.String contentName)
          Factory to create a new empty content object.
 Content ContentModelService.getContent(java.lang.String uri)
          Get a content from the engine's persistent store by uri.
 

Methods in org.apache.portals.graffito.services.core with parameters of type Content
 void ContentModelService.addContent(Content content)
          Adds a content to engine's persistent store.
 void ContentModelService.removeContent(Content content)
          Remove a content from the engine's persistent store.
 void ContentModelService.updateContent(Content content)
          Update a content in the engine's persistent store.
 



Copyright © 2004-2006 The Apache Software Foundation. All Rights Reserved.