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

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

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

Methods in org.apache.portals.graffito.model.core that return VersionnedContent
 VersionnedContent HistoryElement.getVersionnedContent()
          Gets the VersionnedContent associated to this history element
 

Methods in org.apache.portals.graffito.model.core with parameters of type VersionnedContent
 void HistoryElement.setVersionnedContent(VersionnedContent versionnedContent)
          Set the versionned content into this history element
 

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

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

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

Methods in org.apache.portals.graffito.services.core that return VersionnedContent
 VersionnedContent ContentVersionService.createMajorVersion(java.lang.String uri)
          Create a new major versionned content.
 VersionnedContent ContentVersionService.createMinorVersion(java.lang.String uri)
          Create a new minor versionned content.
 VersionnedContent ContentModelService.createVersionnedContent()
          Factory to create a new empty generic versionned content object.
 VersionnedContent ContentModelService.createVersionnedContent(java.lang.String contentName)
          Factory to create a new empty versionned content object.
 VersionnedContent ContentModelService.getVersionnedContent(java.lang.String uri)
          Get a versionned content from the engine's persistent store by uri.
 VersionnedContent ContentModelService.getVersionnedContent(java.lang.String uri, java.lang.String versionNum)
          Get a versionned content from the engine's persistent store by uri.
 

Methods in org.apache.portals.graffito.services.core with parameters of type VersionnedContent
 void ContentVersionService.addInHistory(java.lang.String uri, VersionnedContent previousContent, VersionnedContent newContent)
          Add a new version in the Document history
 void ContentModelService.addVersionnedContent(VersionnedContent versionnedContent)
          Adds a versionned content to engine's persistent store.
 HistoryElement ContentVersionService.getHistory(VersionnedContent versionnedContent)
          Get the history element associated to a specific versionned content
 void ContentModelService.removeVersionnedContent(VersionnedContent versionnedContent)
          Remove a versionned content from the engine's persistent store.
 void ContentModelService.updateVersionnedContent(VersionnedContent versionnedContent)
          Update a versionned content in the engine's persistent store.
 



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